openapi-json-schema-generator
OpenAPI JSON Schema Generator allows auto-generation of API client libraries with a focus on JSON schema given an OpenAPI document
File Explorer
Download Latest Version (.zip)Showing a partial file list β download the zip above to see everything.
- config.yml
- parallel.sh
- testJava17ClientSamples.sh
- testKotlinClientSamples.sh
- auto-labeler.js
- js-yaml.js
- samples.json
- action.yaml
- announcement.md
- bug_report.md
- feature_request.md
- check-supported-versions.yaml
- gradle-test.yaml
- openapi-generator-test-results.yaml
- openapi-generator.yaml
- samples-dart.yaml
- samples-dotnet.yaml
- samples-groovy.yaml
- samples-java-client-jdk11.yaml
- samples-java-play-framework.yaml
- samples-jaxrs.yaml
- samples-jdk17.yaml
- samples-kotlin-client.yaml
- samples-kotlin-server.yaml
- samples-php7.yaml
- samples-php8.yaml
- samples-scala.yaml
- samples-spring.yaml
- sonar.yml
- auto-labeler.yml
- CODEOWNERS
- dependabot.yml
- FUNDING.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- java.yaml
- java_3_0_3_unit_test.yaml
- java_3_1_0_unit_test.yaml
- kotlin_3_0_3_unit_test.yaml
- kotlin_3_1_0_unit_test.yaml
- python.yaml
- python_3_0_3_unit_test.yaml
- python_3_1_0_unit_test.yaml
- python_nonCompliantUseDiscriminatorIfCompositionFails.yaml
- python_security.yaml
- run-all-test
- test-debug-supporting-files.sh
- dart-version.txt
- pubspec.lock
- pubspec.yaml
- README.md
- save-dart-keywords.dart
- save_dart_keywords.sh
- bump.sh
- release_version_update.sh
- release_version_update_docs.sh
- testing.txt
- testing2.txt
- detect_carriage_return.sh
- detect_merge_conflict.sh
- detect_tab_in_java_class.sh
- detect_tab_in_templates.sh
- detect_test_file_changes.rb
- ensure-up-to-date
- export_docs_generators.sh
- export_generator.sh
- export_generators_readme.sh
- openapi-generator-cli.sh
- release_checkout.rb
- test-fake-petstore-for-all.sh
- test_file_list.yaml
- docker-entrypoint.sh
- generate-samples.sh
- meta-codegen-kotlin.sh
- meta-codegen.sh
- new_generator.sh
- run-in-docker-settings.xml
- run-in-docker.sh
- java.md
- kotlin.md
- python.md
- building.md
- CODE_OF_CONDUCT.md
- conduct.md
- configuration.md
- contributing.md
- core-team.md
- customization.md
- debugging.md
- faq-contributing.md
- faq-extending.md
- faq-generators.md
- faq.md
- file-post-processing.md
- generators.md
- global-properties.md
- installation.md
- instance_properties.gif
- integration.md
- migration-from-swagger-codegen.md
- migration-guide.adoc
- new-generator.md
- plugins.md
- qna.md
- release-summary.md
- roadmap.adoc
- roadmap.md
- schema_validate.gif
- schemadict_new.gif
- specification-info.md
- templating.md
- usage.md
- FILES
- VERSION
- AdditionalpropertiesAllowsASchemaWhichShouldValidate.md
- AdditionalpropertiesAreAllowedByDefault.md
- AdditionalpropertiesCanExistByItself.md
- AdditionalpropertiesShouldNotLookInApplicators.md
- Allof.md
- AllofCombinedWithAnyofOneof.md
- AllofSimpleTypes.md
- AllofWithBaseSchema.md
- AllofWithOneEmptySchema.md
- AllofWithTheFirstEmptySchema.md
- AllofWithTheLastEmptySchema.md
- AllofWithTwoEmptySchemas.md
- Anyof.md
- AnyofComplexTypes.md
- AnyofWithBaseSchema.md
- AnyofWithOneEmptySchema.md
- ArrayTypeMatchesArrays.md
- BooleanTypeMatchesBooleans.md
- ByInt.md
- ByNumber.md
- BySmallNumber.md
- DateTimeFormat.md
- EmailFormat.md
- EnumsInProperties.md
- EnumWith0DoesNotMatchFalse.md
- EnumWith1DoesNotMatchTrue.md
- EnumWithEscapedCharacters.md
- EnumWithFalseDoesNotMatch0.md
- EnumWithTrueDoesNotMatch1.md
- ForbiddenProperty.md
- HostnameFormat.md
- IntegerTypeMatchesIntegers.md
- InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf.md
- InvalidStringValueForDefault.md
- Ipv4Format.md
- Ipv6Format.md
- JsonPointerFormat.md
- MaximumValidation.md
- MaximumValidationWithUnsignedInteger.md
- MaxitemsValidation.md
- MaxlengthValidation.md
- Maxproperties0MeansTheObjectIsEmpty.md
- MaxpropertiesValidation.md
- MinimumValidation.md
- MinimumValidationWithSignedInteger.md
- MinitemsValidation.md
- MinlengthValidation.md
- MinpropertiesValidation.md
- NestedAllofToCheckValidationSemantics.md
- NestedAnyofToCheckValidationSemantics.md
- NestedItems.md
- NestedOneofToCheckValidationSemantics.md
- Not.md
- NotMoreComplexSchema.md
- NulCharactersInStrings.md
- NullTypeMatchesOnlyTheNullObject.md
- NumberTypeMatchesNumbers.md
- ObjectPropertiesValidation.md
- ObjectTypeMatchesObjects.md
- Oneof.md
- OneofComplexTypes.md
- OneofWithBaseSchema.md
- OneofWithEmptySchema.md
- OneofWithRequired.md
- PatternIsNotAnchored.md
- PatternValidation.md
- PropertiesWithEscapedCharacters.md
- PropertyNamedRefThatIsNotAReference.md
- RefInAdditionalproperties.md
- RefInAllof.md
- RefInAnyof.md
- RefInItems.md
- RefInNot.md
- RefInOneof.md
- RefInProperty.md
- RequiredDefaultValidation.md
- RequiredValidation.md
- RequiredWithEmptyArray.md
- RequiredWithEscapedCharacters.md
- SimpleEnumValidation.md
- StringTypeMatchesStrings.md
- TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.md
- UniqueitemsFalseValidation.md
- UniqueitemsValidation.md
- UriFormat.md
- UriReferenceFormat.md
- UriTemplateFormat.md
- RootServer0.md
- RootServerInfo.md
- ApiClient.java
- AdditionalpropertiesAllowsASchemaWhichShouldValidate.java
- AdditionalpropertiesAreAllowedByDefault.java
- AdditionalpropertiesCanExistByItself.java
- AdditionalpropertiesShouldNotLookInApplicators.java
- Allof.java
- AllofCombinedWithAnyofOneof.java
- AllofSimpleTypes.java
- AllofWithBaseSchema.java
- AllofWithOneEmptySchema.java
- AllofWithTheFirstEmptySchema.java
- AllofWithTheLastEmptySchema.java
- AllofWithTwoEmptySchemas.java
- Anyof.java
- AnyofComplexTypes.java
- AnyofWithBaseSchema.java
- AnyofWithOneEmptySchema.java
- ArrayTypeMatchesArrays.java
- BooleanTypeMatchesBooleans.java
- ByInt.java
- ByNumber.java
- BySmallNumber.java
- DateTimeFormat.java
- EmailFormat.java
- EnumsInProperties.java
- EnumWith0DoesNotMatchFalse.java
- EnumWith1DoesNotMatchTrue.java
- EnumWithEscapedCharacters.java
- EnumWithFalseDoesNotMatch0.java
- EnumWithTrueDoesNotMatch1.java
- ForbiddenProperty.java
- HostnameFormat.java
- IntegerTypeMatchesIntegers.java
- InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf.java
- InvalidStringValueForDefault.java
- Ipv4Format.java
- Ipv6Format.java
- JsonPointerFormat.java
- MaximumValidation.java
- MaximumValidationWithUnsignedInteger.java
- MaxitemsValidation.java
- MaxlengthValidation.java
- Maxproperties0MeansTheObjectIsEmpty.java
- MaxpropertiesValidation.java
- MinimumValidation.java
- MinimumValidationWithSignedInteger.java
- MinitemsValidation.java
- MinlengthValidation.java
- MinpropertiesValidation.java
- NestedAllofToCheckValidationSemantics.java
- NestedAnyofToCheckValidationSemantics.java
- NestedItems.java
- NestedOneofToCheckValidationSemantics.java
- Not.java
- NotMoreComplexSchema.java
- NulCharactersInStrings.java
- NullTypeMatchesOnlyTheNullObject.java
- NumberTypeMatchesNumbers.java
- ObjectPropertiesValidation.java
- ObjectTypeMatchesObjects.java
- Oneof.java
- OneofComplexTypes.java
- OneofWithBaseSchema.java
- OneofWithEmptySchema.java
- OneofWithRequired.java
- PatternIsNotAnchored.java
- PatternValidation.java
- PropertiesWithEscapedCharacters.java
- PropertyNamedRefThatIsNotAReference.java
- RefInAdditionalproperties.java
- RefInAllof.java
- RefInAnyof.java
- RefInItems.java
- RefInNot.java
- RefInOneof.java
- RefInProperty.java
- RequiredDefaultValidation.java
- RequiredValidation.java
- RequiredWithEmptyArray.java
- RequiredWithEscapedCharacters.java
- SimpleEnumValidation.java
- StringTypeMatchesStrings.java
- TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.java
- UniqueitemsFalseValidation.java
- UniqueitemsValidation.java
- UriFormat.java
- UriReferenceFormat.java
- UriTemplateFormat.java
- ApiConfiguration.java
- JsonSchemaKeywordFlags.java
- SchemaConfiguration.java
- ContentTypeDeserializer.java
- ContentTypeDetector.java
- ContentTypeSerializer.java
- ApiException.java
- BaseException.java
- InvalidAdditionalPropertyException.java
- InvalidTypeException.java
- NotImplementedException.java
- OpenapiDocumentException.java
- UnsetPropertyException.java
- ValidationException.java
- ContentHeader.java
- Header.java
- HeaderBase.java
- PrefixSeparatorIterator.java
- Rfc6570Serializer.java
- SchemaHeader.java
- StyleSerializer.java
- Encoding.java
- MediaType.java
- ContentParameter.java
- CookieSerializer.java
- HeadersSerializer.java
- Parameter.java
- ParameterBase.java
- ParameterInType.java
- ParameterStyle.java
- PathSerializer.java
- QuerySerializer.java
- SchemaParameter.java
- GenericRequestBody.java
- RequestBodySerializer.java
- SerializedRequestBody.java
- ApiResponse.java
- DeserializedApiResponse.java
- DeserializedHttpResponse.java
- HeadersDeserializer.java
- ResponseDeserializer.java
- ResponsesDeserializer.java
- RestClient.java
- AdditionalPropertiesValidator.java
- AllOfValidator.java
- AnyOfValidator.java
- BigDecimalValidator.java
- BooleanEnumValidator.java
- BooleanSchemaValidator.java
- BooleanValueMethod.java
- ConstValidator.java
- ContainsValidator.java
- CustomIsoparser.java
- DefaultValueMethod.java
- DependentRequiredValidator.java
- DependentSchemasValidator.java
- DoubleEnumValidator.java
- DoubleValueMethod.java
- ElseValidator.java
- EnumValidator.java
- ExclusiveMaximumValidator.java
- ExclusiveMinimumValidator.java
- FloatEnumValidator.java
- FloatValueMethod.java
- FormatValidator.java
- FrozenList.java
- FrozenMap.java
- IfValidator.java
- IntegerEnumValidator.java
- IntegerValueMethod.java
- ItemsValidator.java
- JsonSchema.java
- JsonSchemaFactory.java
- JsonSchemaInfo.java
- KeywordEntry.java
- KeywordValidator.java
- LengthValidator.java
- ListSchemaValidator.java
- LongEnumValidator.java
- LongValueMethod.java
- MapSchemaValidator.java
- MapUtils.java
- MaxContainsValidator.java
- MaximumValidator.java
- MaxItemsValidator.java
- MaxLengthValidator.java
- MaxPropertiesValidator.java
- MinContainsValidator.java
- MinimumValidator.java
- MinItemsValidator.java
- MinLengthValidator.java
- MinPropertiesValidator.java
- MultipleOfValidator.java
- NotValidator.java
- NullEnumValidator.java
- NullSchemaValidator.java
- NullValueMethod.java
- NumberSchemaValidator.java
- OneOfValidator.java
- PathToSchemasMap.java
- PatternPropertiesValidator.java
- PatternValidator.java
- PrefixItemsValidator.java
- PropertiesValidator.java
- PropertyEntry.java
- PropertyNamesValidator.java
- RequiredValidator.java
- StringEnumValidator.java
- StringSchemaValidator.java
- StringValueMethod.java
- ThenValidator.java
- TypeValidator.java
- UnevaluatedItemsValidator.java
- UnevaluatedPropertiesValidator.java
- UniqueItemsValidator.java
- UnsetAnyTypeJsonSchema.java
- ValidationData.java
- ValidationMetadata.java
- AnyTypeJsonSchema.java
- BooleanJsonSchema.java
- DateJsonSchema.java
- DateTimeJsonSchema.java
- DecimalJsonSchema.java
- DoubleJsonSchema.java
- FloatJsonSchema.java
- GenericBuilder.java
- Int32JsonSchema.java
- Int64JsonSchema.java
- IntJsonSchema.java
- ListJsonSchema.java
- MapJsonSchema.java
- NotAnyTypeJsonSchema.java
- NullJsonSchema.java
- NumberJsonSchema.java
- SetMaker.java
- StringJsonSchema.java
- UnsetAddPropsSetter.java
- UuidJsonSchema.java
- RootServer0.java
- Server.java
- ServerProvider.java
- ServerWithoutVariables.java
- ServerWithVariables.java
- RootServerInfo.java
- AdditionalpropertiesAllowsASchemaWhichShouldValidateTest.java
- AdditionalpropertiesAreAllowedByDefaultTest.java
- AdditionalpropertiesCanExistByItselfTest.java
- AdditionalpropertiesShouldNotLookInApplicatorsTest.java
- AllofCombinedWithAnyofOneofTest.java
- AllofSimpleTypesTest.java
- AllofTest.java
- AllofWithBaseSchemaTest.java
- AllofWithOneEmptySchemaTest.java
- AllofWithTheFirstEmptySchemaTest.java
- AllofWithTheLastEmptySchemaTest.java
- AllofWithTwoEmptySchemasTest.java
- AnyofComplexTypesTest.java
- AnyofTest.java
- AnyofWithBaseSchemaTest.java
- AnyofWithOneEmptySchemaTest.java
- ArrayTypeMatchesArraysTest.java
- BooleanTypeMatchesBooleansTest.java
- ByIntTest.java
- ByNumberTest.java
- BySmallNumberTest.java
- DateTimeFormatTest.java
- EmailFormatTest.java
- EnumsInPropertiesTest.java
- EnumWith0DoesNotMatchFalseTest.java
- EnumWith1DoesNotMatchTrueTest.java
- EnumWithEscapedCharactersTest.java
- EnumWithFalseDoesNotMatch0Test.java
- EnumWithTrueDoesNotMatch1Test.java
- ForbiddenPropertyTest.java
- HostnameFormatTest.java
- IntegerTypeMatchesIntegersTest.java
- InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfTest.java
- InvalidStringValueForDefaultTest.java
- Ipv4FormatTest.java
- Ipv6FormatTest.java
- JsonPointerFormatTest.java
- MaximumValidationTest.java
- MaximumValidationWithUnsignedIntegerTest.java
- MaxitemsValidationTest.java
- MaxlengthValidationTest.java
- Maxproperties0MeansTheObjectIsEmptyTest.java
- MaxpropertiesValidationTest.java
- MinimumValidationTest.java
- MinimumValidationWithSignedIntegerTest.java
- MinitemsValidationTest.java
- MinlengthValidationTest.java
- MinpropertiesValidationTest.java
- NestedAllofToCheckValidationSemanticsTest.java
- NestedAnyofToCheckValidationSemanticsTest.java
- NestedItemsTest.java
- NestedOneofToCheckValidationSemanticsTest.java
- NotMoreComplexSchemaTest.java
- NotTest.java
- NulCharactersInStringsTest.java
- NullTypeMatchesOnlyTheNullObjectTest.java
- NumberTypeMatchesNumbersTest.java
- ObjectPropertiesValidationTest.java
- ObjectTypeMatchesObjectsTest.java
- OneofComplexTypesTest.java
- OneofTest.java
- OneofWithBaseSchemaTest.java
- OneofWithEmptySchemaTest.java
- OneofWithRequiredTest.java
- PatternIsNotAnchoredTest.java
- PatternValidationTest.java
- PropertiesWithEscapedCharactersTest.java
- PropertyNamedRefThatIsNotAReferenceTest.java
- RefInAdditionalpropertiesTest.java
- RefInAllofTest.java
- RefInAnyofTest.java
- RefInItemsTest.java
- RefInNotTest.java
- RefInOneofTest.java
- RefInPropertyTest.java
- RequiredDefaultValidationTest.java
- RequiredValidationTest.java
- RequiredWithEmptyArrayTest.java
- RequiredWithEscapedCharactersTest.java
- SimpleEnumValidationTest.java
- StringTypeMatchesStringsTest.java
- TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingTest.java
- UniqueitemsFalseValidationTest.java
- UniqueitemsValidationTest.java
- UriFormatTest.java
- UriReferenceFormatTest.java
- UriTemplateFormatTest.java
- JsonSchemaKeywordFlagsTest.java
- ContentHeaderTest.java
- SchemaHeaderTest.java
- CookieSerializerTest.java
- HeadersSerializerTest.java
- PathSerializerTest.java
- QuerySerializerTest.java
- SchemaNonQueryParameterTest.java
- SchemaQueryParameterTest.java
- RequestBodySerializerTest.java
- ResponseDeserializerTest.java
- AdditionalPropertiesValidatorTest.java
- CustomIsoparserTest.java
- FormatValidatorTest.java
- ItemsValidatorTest.java
- JsonSchemaTest.java
- PropertiesValidatorTest.java
- RequiredValidatorTest.java
- TypeValidatorTest.java
- AnyTypeSchemaTest.java
- ArrayTypeSchemaTest.java
- BooleanSchemaTest.java
- ListBuilderTest.java
- ListSchemaTest.java
- MapSchemaTest.java
- NullSchemaTest.java
- NumberSchemaTest.java
- ObjectTypeSchemaTest.java
- RefBooleanSchemaTest.java
- .gitignore
- .openapi-generator-ignore
- pom.xml
- README.md
- FILES
- VERSION
- AdditionalpropertiesAllowsASchemaWhichShouldValidate.md
- AdditionalpropertiesAreAllowedByDefault.md
- AdditionalpropertiesCanExistByItself.md
- AdditionalpropertiesShouldNotLookInApplicators.md
- Allof.md
- AllofCombinedWithAnyofOneof.md
- AllofSimpleTypes.md
- AllofWithBaseSchema.md
- AllofWithOneEmptySchema.md
- AllofWithTheFirstEmptySchema.md
- AllofWithTheLastEmptySchema.md
- AllofWithTwoEmptySchemas.md
- Anyof.md
- AnyofComplexTypes.md
- AnyofWithBaseSchema.md
- AnyofWithOneEmptySchema.md
- ArrayTypeMatchesArrays.md
- BooleanTypeMatchesBooleans.md
- ByInt.md
- ByNumber.md
- BySmallNumber.md
- DateTimeFormat.md
- EmailFormat.md
- EnumsInProperties.md
- EnumWith0DoesNotMatchFalse.md
- EnumWith1DoesNotMatchTrue.md
- EnumWithEscapedCharacters.md
- EnumWithFalseDoesNotMatch0.md
- EnumWithTrueDoesNotMatch1.md
- ForbiddenProperty.md
- HostnameFormat.md
- IntegerTypeMatchesIntegers.md
- InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf.md
- InvalidStringValueForDefault.md
- Ipv4Format.md
- Ipv6Format.md
- JsonPointerFormat.md
- MaximumValidation.md
- MaximumValidationWithUnsignedInteger.md
- MaxitemsValidation.md
- MaxlengthValidation.md
- Maxproperties0MeansTheObjectIsEmpty.md
- MaxpropertiesValidation.md
- MinimumValidation.md
- MinimumValidationWithSignedInteger.md
- MinitemsValidation.md
- MinlengthValidation.md
- MinpropertiesValidation.md
- NestedAllofToCheckValidationSemantics.md
- NestedAnyofToCheckValidationSemantics.md
- NestedItems.md
- NestedOneofToCheckValidationSemantics.md
- Not.md
- NotMoreComplexSchema.md
- NulCharactersInStrings.md
- NullTypeMatchesOnlyTheNullObject.md
- NumberTypeMatchesNumbers.md
- ObjectPropertiesValidation.md
- ObjectTypeMatchesObjects.md
- Oneof.md
- OneofComplexTypes.md
- OneofWithBaseSchema.md
- OneofWithEmptySchema.md
- OneofWithRequired.md
- PatternIsNotAnchored.md
- PatternValidation.md
- PropertiesWithEscapedCharacters.md
- PropertyNamedRefThatIsNotAReference.md
- RefInAdditionalproperties.md
- RefInAllof.md
- RefInAnyof.md
- RefInItems.md
- RefInNot.md
- RefInOneof.md
- RefInProperty.md
- RequiredDefaultValidation.md
- RequiredValidation.md
- RequiredWithEmptyArray.md
- RequiredWithEscapedCharacters.md
- SimpleEnumValidation.md
- StringTypeMatchesStrings.md
- TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.md
- UniqueitemsFalseValidation.md
- UniqueitemsValidation.md
- UriFormat.md
- UriReferenceFormat.md
- UriTemplateFormat.md
- RootServer0.md
- RootServerInfo.md
- AdditionalpropertiesAllowsASchemaWhichShouldValidate.kt
- AdditionalpropertiesAreAllowedByDefault.kt
- AdditionalpropertiesCanExistByItself.kt
- AdditionalpropertiesShouldNotLookInApplicators.kt
- Allof.kt
- AllofCombinedWithAnyofOneof.kt
- AllofSimpleTypes.kt
- AllofWithBaseSchema.kt
- AllofWithOneEmptySchema.kt
- AllofWithTheFirstEmptySchema.kt
- AllofWithTheLastEmptySchema.kt
- AllofWithTwoEmptySchemas.kt
- Anyof.kt
- AnyofComplexTypes.kt
- AnyofWithBaseSchema.kt
- AnyofWithOneEmptySchema.kt
- ArrayTypeMatchesArrays.kt
- BooleanTypeMatchesBooleans.kt
- ByInt.kt
- ByNumber.kt
- BySmallNumber.kt
- DateTimeFormat.kt
- EmailFormat.kt
- EnumsInProperties.kt
- EnumWith0DoesNotMatchFalse.kt
- EnumWith1DoesNotMatchTrue.kt
- EnumWithEscapedCharacters.kt
- EnumWithFalseDoesNotMatch0.kt
- EnumWithTrueDoesNotMatch1.kt
- ForbiddenProperty.kt
- HostnameFormat.kt
- IntegerTypeMatchesIntegers.kt
- InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInf.kt
- InvalidStringValueForDefault.kt
- Ipv4Format.kt
- Ipv6Format.kt
- JsonPointerFormat.kt
- MaximumValidation.kt
- MaximumValidationWithUnsignedInteger.kt
- MaxitemsValidation.kt
- MaxlengthValidation.kt
- Maxproperties0MeansTheObjectIsEmpty.kt
- MaxpropertiesValidation.kt
- MinimumValidation.kt
- MinimumValidationWithSignedInteger.kt
- MinitemsValidation.kt
- MinlengthValidation.kt
- MinpropertiesValidation.kt
- NestedAllofToCheckValidationSemantics.kt
- NestedAnyofToCheckValidationSemantics.kt
- NestedItems.kt
- NestedOneofToCheckValidationSemantics.kt
- Not.kt
- NotMoreComplexSchema.kt
- NulCharactersInStrings.kt
- NullTypeMatchesOnlyTheNullObject.kt
- NumberTypeMatchesNumbers.kt
- ObjectPropertiesValidation.kt
- ObjectTypeMatchesObjects.kt
- Oneof.kt
- OneofComplexTypes.kt
- OneofWithBaseSchema.kt
- OneofWithEmptySchema.kt
- OneofWithRequired.kt
- PatternIsNotAnchored.kt
- PatternValidation.kt
- PropertiesWithEscapedCharacters.kt
- PropertyNamedRefThatIsNotAReference.kt
- RefInAdditionalproperties.kt
- RefInAllof.kt
- RefInAnyof.kt
- RefInItems.kt
- RefInNot.kt
- RefInOneof.kt
- RefInProperty.kt
- RequiredDefaultValidation.kt
- RequiredValidation.kt
- RequiredWithEmptyArray.kt
- RequiredWithEscapedCharacters.kt
- SimpleEnumValidation.kt
- StringTypeMatchesStrings.kt
- TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissing.kt
- UniqueitemsFalseValidation.kt
- UniqueitemsValidation.kt
- UriFormat.kt
- UriReferenceFormat.kt
- UriTemplateFormat.kt
- JsonSchemaKeyword.kt
- SchemaConfiguration.kt
- BaseException.kt
- InvalidAdditionalPropertyException.kt
- UnsetPropertyException.kt
- ValidationException.kt
- AdditionalPropertiesValidator.kt
- AllOfValidator.kt
- AnyOfValidator.kt
- BigDecimalValidator.kt
- BooleanEnumValidator.kt
- BooleanSchemaValidator.kt
- BooleanValueMethod.kt
- ConstValidator.kt
- ContainsValidator.kt
- CustomIsoparser.kt
- DefaultValueMethod.kt
- DependentRequiredValidator.kt
- DependentSchemasValidator.kt
- DoubleEnumValidator.kt
- DoubleValueMethod.kt
- ElseValidator.kt
- EnumValidator.kt
- ExclusiveMaximumValidator.kt
- ExclusiveMinimumValidator.kt
- FloatEnumValidator.kt
- FloatValueMethod.kt
- FormatValidator.kt
- FrozenList.kt
- FrozenMap.kt
- IfValidator.kt
- IntegerEnumValidator.kt
- IntegerValueMethod.kt
- ItemsValidator.kt
- JsonSchema.kt
- JsonSchemaFactory.kt
- JsonValue.kt
- KeywordEntry.kt
- KeywordValidator.kt
- LengthValidator.kt
- ListSchemaValidator.kt
- LongEnumValidator.kt
- LongValueMethod.kt
- MapSchemaValidator.kt
- MapUtils.kt
- MaxContainsValidator.kt
- MaximumValidator.kt
- MaxItemsValidator.kt
- MaxLengthValidator.kt
- MaxPropertiesValidator.kt
- MinContainsValidator.kt
- MinimumValidator.kt
- MinItemsValidator.kt
- MinLengthValidator.kt
- MinPropertiesValidator.kt
- MultipleOfValidator.kt
- NotValidator.kt
- NullEnumValidator.kt
- NullSchemaValidator.kt
- NullValueMethod.kt
- NumberSchemaValidator.kt
- OneOfValidator.kt
- PathToSchemasMap.kt
- PatternPropertiesValidator.kt
- PatternValidator.kt
- PrefixItemsValidator.kt
- PropertiesValidator.kt
- PropertyNamesValidator.kt
- RequiredValidator.kt
- StringEnumValidator.kt
- StringSchemaValidator.kt
- StringValueMethod.kt
- ThenValidator.kt
- TypeValidator.kt
- UnevaluatedItemsValidator.kt
- UnevaluatedPropertiesValidator.kt
- UniqueItemsValidator.kt
- UnsetAnyTypeJsonSchema.kt
- ValidationData.kt
- ValidationMetadata.kt
- AnyTypeJsonSchema.kt
- BooleanJsonSchema.kt
- DateJsonSchema.kt
- DateTimeJsonSchema.kt
- DecimalJsonSchema.kt
- DoubleJsonSchema.kt
- FloatJsonSchema.kt
- GenericBuilder.kt
- Int32JsonSchema.kt
- Int64JsonSchema.kt
- IntJsonSchema.kt
- ListJsonSchema.kt
- MapJsonSchema.kt
- NotAnyTypeJsonSchema.kt
- NullJsonSchema.kt
- NumberJsonSchema.kt
- StringJsonSchema.kt
- UnsetAddPropsSetter.kt
- UuidJsonSchema.kt
- RootServer0.kt
- Server.kt
- ServerProvider.kt
- ServerWithoutVariables.kt
- ServerWithVariables.kt
- RootServerInfo.kt
- AdditionalpropertiesAllowsASchemaWhichShouldValidateTest.kt
- AdditionalpropertiesAreAllowedByDefaultTest.kt
- AdditionalpropertiesCanExistByItselfTest.kt
- AdditionalpropertiesShouldNotLookInApplicatorsTest.kt
- AllofCombinedWithAnyofOneofTest.kt
- AllofSimpleTypesTest.kt
- AllofTest.kt
- AllofWithBaseSchemaTest.kt
- AllofWithOneEmptySchemaTest.kt
- AllofWithTheFirstEmptySchemaTest.kt
- AllofWithTheLastEmptySchemaTest.kt
- AllofWithTwoEmptySchemasTest.kt
- AnyofComplexTypesTest.kt
- AnyofTest.kt
- AnyofWithBaseSchemaTest.kt
- AnyofWithOneEmptySchemaTest.kt
- ArrayTypeMatchesArraysTest.kt
- BooleanTypeMatchesBooleansTest.kt
- ByIntTest.kt
- ByNumberTest.kt
- BySmallNumberTest.kt
- DateTimeFormatTest.kt
- EmailFormatTest.kt
- EnumsInPropertiesTest.kt
- EnumWith0DoesNotMatchFalseTest.kt
- EnumWith1DoesNotMatchTrueTest.kt
- EnumWithEscapedCharactersTest.kt
- EnumWithFalseDoesNotMatch0Test.kt
- EnumWithTrueDoesNotMatch1Test.kt
- ForbiddenPropertyTest.kt
- HostnameFormatTest.kt
- IntegerTypeMatchesIntegersTest.kt
- InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfTest.kt
- InvalidStringValueForDefaultTest.kt
- Ipv4FormatTest.kt
- Ipv6FormatTest.kt
- JsonPointerFormatTest.kt
- MaximumValidationTest.kt
- MaximumValidationWithUnsignedIntegerTest.kt
- MaxitemsValidationTest.kt
- MaxlengthValidationTest.kt
- Maxproperties0MeansTheObjectIsEmptyTest.kt
- MaxpropertiesValidationTest.kt
- MinimumValidationTest.kt
- MinimumValidationWithSignedIntegerTest.kt
- MinitemsValidationTest.kt
- MinlengthValidationTest.kt
- MinpropertiesValidationTest.kt
- NestedAllofToCheckValidationSemanticsTest.kt
- NestedAnyofToCheckValidationSemanticsTest.kt
- NestedItemsTest.kt
- NestedOneofToCheckValidationSemanticsTest.kt
- NotMoreComplexSchemaTest.kt
- NotTest.kt
- NulCharactersInStringsTest.kt
- NullTypeMatchesOnlyTheNullObjectTest.kt
- NumberTypeMatchesNumbersTest.kt
- ObjectPropertiesValidationTest.kt
- ObjectTypeMatchesObjectsTest.kt
- OneofComplexTypesTest.kt
- OneofTest.kt
- OneofWithBaseSchemaTest.kt
- OneofWithEmptySchemaTest.kt
- OneofWithRequiredTest.kt
- PatternIsNotAnchoredTest.kt
- PatternValidationTest.kt
- PropertiesWithEscapedCharactersTest.kt
- PropertyNamedRefThatIsNotAReferenceTest.kt
- RefInAdditionalpropertiesTest.kt
- RefInAllofTest.kt
- RefInAnyofTest.kt
- RefInItemsTest.kt
- RefInNotTest.kt
- RefInOneofTest.kt
- RefInPropertyTest.kt
- RequiredDefaultValidationTest.kt
- RequiredValidationTest.kt
- RequiredWithEmptyArrayTest.kt
- RequiredWithEscapedCharactersTest.kt
- SimpleEnumValidationTest.kt
- StringTypeMatchesStringsTest.kt
- TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingTest.kt
- UniqueitemsFalseValidationTest.kt
- UniqueitemsValidationTest.kt
- UriFormatTest.kt
- UriReferenceFormatTest.kt
- UriTemplateFormatTest.kt
- AdditionalPropertiesValidatorTest.kt
- CustomIsoparserTest.kt
- FormatValidatorTest.kt
- ItemsValidatorTest.kt
- JsonSchemaTest.kt
- PropertiesValidatorTest.kt
- RequiredValidatorTest.kt
- TypeValidatorTest.kt
- AnyTypeSchemaTest.kt
- ArrayTypeSchemaTest.kt
- BooleanSchemaTest.kt
- ListBuilderTest.kt
- ListSchemaTest.kt
- MapSchemaTest.kt
- NullSchemaTest.kt
- NumberSchemaTest.kt
- ObjectTypeSchemaTest.kt
- RefBooleanSchemaTest.kt
- .gitignore
- .openapi-generator-ignore
- build.gradle.kts
- README.md
- settings.gradle.kts
- FILES
- VERSION
- _not_api.md
- additional_properties_api.md
- all_of_api.md
- any_of_api.md
- content_type_json_api.md
- default_api.md
- enum_api.md
- format_api.md
- items_api.md
- max_items_api.md
- max_length_api.md
- max_properties_api.md
- maximum_api.md
- min_items_api.md
- min_length_api.md
- min_properties_api.md
- minimum_api.md
- multiple_of_api.md
- one_of_api.md
- operation_request_body_api.md
- path_post_api.md
- pattern_api.md
- properties_api.md
- ref_api.md
- required_api.md
- response_content_content_type_schema_api.md
- type_api.md
- unique_items_api.md
- _not.md
- additionalproperties_allows_a_schema_which_should_validate.md
- additionalproperties_are_allowed_by_default.md
- additionalproperties_can_exist_by_itself.md
- additionalproperties_should_not_look_in_applicators.md
- allof.md
- allof_combined_with_anyof_oneof.md
- allof_simple_types.md
- allof_with_base_schema.md
- allof_with_one_empty_schema.md
- allof_with_the_first_empty_schema.md
- allof_with_the_last_empty_schema.md
- allof_with_two_empty_schemas.md
- anyof.md
- anyof_complex_types.md
- anyof_with_base_schema.md
- anyof_with_one_empty_schema.md
- array_type_matches_arrays.md
- boolean_type_matches_booleans.md
- by_int.md
- by_number.md
- by_small_number.md
- date_time_format.md
- email_format.md
- enum_with0_does_not_match_false.md
- enum_with1_does_not_match_true.md
- enum_with_escaped_characters.md
- enum_with_false_does_not_match0.md
- enum_with_true_does_not_match1.md
- enums_in_properties.md
- forbidden_property.md
- hostname_format.md
- integer_type_matches_integers.md
- invalid_instance_should_not_raise_error_when_float_division_inf.md
- invalid_string_value_for_default.md
- ipv4_format.md
- ipv6_format.md
- json_pointer_format.md
- maximum_validation.md
- maximum_validation_with_unsigned_integer.md
- maxitems_validation.md
- maxlength_validation.md
- maxproperties0_means_the_object_is_empty.md
- maxproperties_validation.md
- minimum_validation.md
- minimum_validation_with_signed_integer.md
- minitems_validation.md
- minlength_validation.md
- minproperties_validation.md
- nested_allof_to_check_validation_semantics.md
- nested_anyof_to_check_validation_semantics.md
- nested_items.md
- nested_oneof_to_check_validation_semantics.md
- not_more_complex_schema.md
- nul_characters_in_strings.md
- null_type_matches_only_the_null_object.md
- number_type_matches_numbers.md
- object_properties_validation.md
- object_type_matches_objects.md
- oneof.md
- oneof_complex_types.md
- oneof_with_base_schema.md
- oneof_with_empty_schema.md
- oneof_with_required.md
- pattern_is_not_anchored.md
- pattern_validation.md
- properties_with_escaped_characters.md
- property_named_ref_that_is_not_a_reference.md
- ref_in_additionalproperties.md
- ref_in_allof.md
- ref_in_anyof.md
- ref_in_items.md
- ref_in_not.md
- ref_in_oneof.md
- ref_in_property.md
- required_default_validation.md
- required_validation.md
- required_with_empty_array.md
- required_with_escaped_characters.md
- simple_enum_validation.md
- string_type_matches_strings.md
- the_default_keyword_does_not_do_anything_if_the_property_is_missing.md
- uniqueitems_false_validation.md
- uniqueitems_validation.md
- uri_format.md
- uri_reference_format.md
- uri_template_format.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- schema.md
- post.md
- server_0.md
- __init__.py
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body.py
- request_body_post_additionalproperties_are_allowed_by_default_request_body.py
- request_body_post_additionalproperties_can_exist_by_itself_request_body.py
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body.py
- request_body_post_allof_combined_with_anyof_oneof_request_body.py
- request_body_post_allof_request_body.py
- request_body_post_allof_simple_types_request_body.py
- request_body_post_allof_with_base_schema_request_body.py
- request_body_post_allof_with_one_empty_schema_request_body.py
- request_body_post_allof_with_the_first_empty_schema_request_body.py
- request_body_post_allof_with_the_last_empty_schema_request_body.py
- request_body_post_allof_with_two_empty_schemas_request_body.py
- request_body_post_anyof_complex_types_request_body.py
- request_body_post_anyof_request_body.py
- request_body_post_anyof_with_base_schema_request_body.py
- request_body_post_anyof_with_one_empty_schema_request_body.py
- request_body_post_array_type_matches_arrays_request_body.py
- request_body_post_boolean_type_matches_booleans_request_body.py
- request_body_post_by_int_request_body.py
- request_body_post_by_number_request_body.py
- request_body_post_by_small_number_request_body.py
- request_body_post_date_time_format_request_body.py
- request_body_post_email_format_request_body.py
- request_body_post_enum_with0_does_not_match_false_request_body.py
- request_body_post_enum_with1_does_not_match_true_request_body.py
- request_body_post_enum_with_escaped_characters_request_body.py
- request_body_post_enum_with_false_does_not_match0_request_body.py
- request_body_post_enum_with_true_does_not_match1_request_body.py
- request_body_post_enums_in_properties_request_body.py
- request_body_post_forbidden_property_request_body.py
- request_body_post_hostname_format_request_body.py
- request_body_post_integer_type_matches_integers_request_body.py
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body.py
- request_body_post_invalid_string_value_for_default_request_body.py
- request_body_post_ipv4_format_request_body.py
- request_body_post_ipv6_format_request_body.py
- request_body_post_json_pointer_format_request_body.py
- request_body_post_maximum_validation_request_body.py
- request_body_post_maximum_validation_with_unsigned_integer_request_body.py
- request_body_post_maxitems_validation_request_body.py
- request_body_post_maxlength_validation_request_body.py
- request_body_post_maxproperties0_means_the_object_is_empty_request_body.py
- request_body_post_maxproperties_validation_request_body.py
- request_body_post_minimum_validation_request_body.py
- request_body_post_minimum_validation_with_signed_integer_request_body.py
- request_body_post_minitems_validation_request_body.py
- request_body_post_minlength_validation_request_body.py
- request_body_post_minproperties_validation_request_body.py
- request_body_post_nested_allof_to_check_validation_semantics_request_body.py
- request_body_post_nested_anyof_to_check_validation_semantics_request_body.py
- request_body_post_nested_items_request_body.py
- request_body_post_nested_oneof_to_check_validation_semantics_request_body.py
- request_body_post_not_more_complex_schema_request_body.py
- request_body_post_not_request_body.py
- request_body_post_nul_characters_in_strings_request_body.py
- request_body_post_null_type_matches_only_the_null_object_request_body.py
- request_body_post_number_type_matches_numbers_request_body.py
- request_body_post_object_properties_validation_request_body.py
- request_body_post_object_type_matches_objects_request_body.py
- request_body_post_oneof_complex_types_request_body.py
- request_body_post_oneof_request_body.py
- request_body_post_oneof_with_base_schema_request_body.py
- request_body_post_oneof_with_empty_schema_request_body.py
- request_body_post_oneof_with_required_request_body.py
- request_body_post_pattern_is_not_anchored_request_body.py
- request_body_post_pattern_validation_request_body.py
- request_body_post_properties_with_escaped_characters_request_body.py
- request_body_post_property_named_ref_that_is_not_a_reference_request_body.py
- request_body_post_ref_in_additionalproperties_request_body.py
- request_body_post_ref_in_allof_request_body.py
- request_body_post_ref_in_anyof_request_body.py
- request_body_post_ref_in_items_request_body.py
- request_body_post_ref_in_not_request_body.py
- request_body_post_ref_in_oneof_request_body.py
- request_body_post_ref_in_property_request_body.py
- request_body_post_required_default_validation_request_body.py
- request_body_post_required_validation_request_body.py
- request_body_post_required_with_empty_array_request_body.py
- request_body_post_required_with_escaped_characters_request_body.py
- request_body_post_simple_enum_validation_request_body.py
- request_body_post_string_type_matches_strings_request_body.py
- request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body.py
- request_body_post_uniqueitems_false_validation_request_body.py
- request_body_post_uniqueitems_validation_request_body.py
- request_body_post_uri_format_request_body.py
- request_body_post_uri_reference_format_request_body.py
- request_body_post_uri_template_format_request_body.py
- response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types.py
- response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types.py
- response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types.py
- response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types.py
- response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types.py
- response_body_post_allof_response_body_for_content_types.py
- response_body_post_allof_simple_types_response_body_for_content_types.py
- response_body_post_allof_with_base_schema_response_body_for_content_types.py
- response_body_post_allof_with_one_empty_schema_response_body_for_content_types.py
- response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types.py
- response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types.py
- response_body_post_allof_with_two_empty_schemas_response_body_for_content_types.py
- response_body_post_anyof_complex_types_response_body_for_content_types.py
- response_body_post_anyof_response_body_for_content_types.py
- response_body_post_anyof_with_base_schema_response_body_for_content_types.py
- response_body_post_anyof_with_one_empty_schema_response_body_for_content_types.py
- response_body_post_array_type_matches_arrays_response_body_for_content_types.py
- response_body_post_boolean_type_matches_booleans_response_body_for_content_types.py
- response_body_post_by_int_response_body_for_content_types.py
- response_body_post_by_number_response_body_for_content_types.py
- response_body_post_by_small_number_response_body_for_content_types.py
- response_body_post_date_time_format_response_body_for_content_types.py
- response_body_post_email_format_response_body_for_content_types.py
- response_body_post_enum_with0_does_not_match_false_response_body_for_content_types.py
- response_body_post_enum_with1_does_not_match_true_response_body_for_content_types.py
- response_body_post_enum_with_escaped_characters_response_body_for_content_types.py
- response_body_post_enum_with_false_does_not_match0_response_body_for_content_types.py
- response_body_post_enum_with_true_does_not_match1_response_body_for_content_types.py
- response_body_post_enums_in_properties_response_body_for_content_types.py
- response_body_post_forbidden_property_response_body_for_content_types.py
- response_body_post_hostname_format_response_body_for_content_types.py
- response_body_post_integer_type_matches_integers_response_body_for_content_types.py
- response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types.py
- response_body_post_invalid_string_value_for_default_response_body_for_content_types.py
- response_body_post_ipv4_format_response_body_for_content_types.py
- response_body_post_ipv6_format_response_body_for_content_types.py
- response_body_post_json_pointer_format_response_body_for_content_types.py
- response_body_post_maximum_validation_response_body_for_content_types.py
- response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types.py
- response_body_post_maxitems_validation_response_body_for_content_types.py
- response_body_post_maxlength_validation_response_body_for_content_types.py
- response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types.py
- response_body_post_maxproperties_validation_response_body_for_content_types.py
- response_body_post_minimum_validation_response_body_for_content_types.py
- response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types.py
- response_body_post_minitems_validation_response_body_for_content_types.py
- response_body_post_minlength_validation_response_body_for_content_types.py
- response_body_post_minproperties_validation_response_body_for_content_types.py
- response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types.py
- response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types.py
- response_body_post_nested_items_response_body_for_content_types.py
- response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types.py
- response_body_post_not_more_complex_schema_response_body_for_content_types.py
- response_body_post_not_response_body_for_content_types.py
- response_body_post_nul_characters_in_strings_response_body_for_content_types.py
- response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types.py
- response_body_post_number_type_matches_numbers_response_body_for_content_types.py
- response_body_post_object_properties_validation_response_body_for_content_types.py
- response_body_post_object_type_matches_objects_response_body_for_content_types.py
- response_body_post_oneof_complex_types_response_body_for_content_types.py
- response_body_post_oneof_response_body_for_content_types.py
- response_body_post_oneof_with_base_schema_response_body_for_content_types.py
- response_body_post_oneof_with_empty_schema_response_body_for_content_types.py
- response_body_post_oneof_with_required_response_body_for_content_types.py
- response_body_post_pattern_is_not_anchored_response_body_for_content_types.py
- response_body_post_pattern_validation_response_body_for_content_types.py
- response_body_post_properties_with_escaped_characters_response_body_for_content_types.py
- response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types.py
- response_body_post_ref_in_additionalproperties_response_body_for_content_types.py
- response_body_post_ref_in_allof_response_body_for_content_types.py
- response_body_post_ref_in_anyof_response_body_for_content_types.py
- response_body_post_ref_in_items_response_body_for_content_types.py
- response_body_post_ref_in_not_response_body_for_content_types.py
- response_body_post_ref_in_oneof_response_body_for_content_types.py
- response_body_post_ref_in_property_response_body_for_content_types.py
- response_body_post_required_default_validation_response_body_for_content_types.py
- response_body_post_required_validation_response_body_for_content_types.py
- response_body_post_required_with_empty_array_response_body_for_content_types.py
- response_body_post_required_with_escaped_characters_response_body_for_content_types.py
- response_body_post_simple_enum_validation_response_body_for_content_types.py
- response_body_post_string_type_matches_strings_response_body_for_content_types.py
- response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types.py
- response_body_post_uniqueitems_false_validation_response_body_for_content_types.py
- response_body_post_uniqueitems_validation_response_body_for_content_types.py
- response_body_post_uri_format_response_body_for_content_types.py
- response_body_post_uri_reference_format_response_body_for_content_types.py
- response_body_post_uri_template_format_response_body_for_content_types.py
- __init__.py
- _not_api.py
- additional_properties_api.py
- all_of_api.py
- any_of_api.py
- content_type_json_api.py
- default_api.py
- enum_api.py
- format_api.py
- items_api.py
- max_items_api.py
- max_length_api.py
- max_properties_api.py
- maximum_api.py
- min_items_api.py
- min_length_api.py
- min_properties_api.py
- minimum_api.py
- multiple_of_api.py
- one_of_api.py
- operation_request_body_api.py
- path_post_api.py
- pattern_api.py
- properties_api.py
- ref_api.py
- required_api.py
- response_content_content_type_schema_api.py
- type_api.py
- unique_items_api.py
- __init__.py
- path_to_api.py
- tag_to_api.py
- __init__.py
- _not.py
- additionalproperties_allows_a_schema_which_should_validate.py
- additionalproperties_are_allowed_by_default.py
- additionalproperties_can_exist_by_itself.py
- additionalproperties_should_not_look_in_applicators.py
- allof.py
- allof_combined_with_anyof_oneof.py
- allof_simple_types.py
- allof_with_base_schema.py
- allof_with_one_empty_schema.py
- allof_with_the_first_empty_schema.py
- allof_with_the_last_empty_schema.py
- allof_with_two_empty_schemas.py
- anyof.py
- anyof_complex_types.py
- anyof_with_base_schema.py
- anyof_with_one_empty_schema.py
- array_type_matches_arrays.py
- boolean_type_matches_booleans.py
- by_int.py
- by_number.py
- by_small_number.py
- date_time_format.py
- email_format.py
- enum_with0_does_not_match_false.py
- enum_with1_does_not_match_true.py
- enum_with_escaped_characters.py
- enum_with_false_does_not_match0.py
- enum_with_true_does_not_match1.py
- enums_in_properties.py
- forbidden_property.py
- hostname_format.py
- integer_type_matches_integers.py
- invalid_instance_should_not_raise_error_when_float_division_inf.py
- invalid_string_value_for_default.py
- ipv4_format.py
- ipv6_format.py
- json_pointer_format.py
- maximum_validation.py
- maximum_validation_with_unsigned_integer.py
- maxitems_validation.py
- maxlength_validation.py
- maxproperties0_means_the_object_is_empty.py
- maxproperties_validation.py
- minimum_validation.py
- minimum_validation_with_signed_integer.py
- minitems_validation.py
- minlength_validation.py
- minproperties_validation.py
- nested_allof_to_check_validation_semantics.py
- nested_anyof_to_check_validation_semantics.py
- nested_items.py
- nested_oneof_to_check_validation_semantics.py
- not_more_complex_schema.py
- nul_characters_in_strings.py
- null_type_matches_only_the_null_object.py
- number_type_matches_numbers.py
- object_properties_validation.py
- object_type_matches_objects.py
- oneof.py
- oneof_complex_types.py
- oneof_with_base_schema.py
- oneof_with_empty_schema.py
- oneof_with_required.py
- pattern_is_not_anchored.py
- pattern_validation.py
- properties_with_escaped_characters.py
- property_named_ref_that_is_not_a_reference.py
- ref_in_additionalproperties.py
- ref_in_allof.py
- ref_in_anyof.py
- ref_in_items.py
- ref_in_not.py
- ref_in_oneof.py
- ref_in_property.py
- required_default_validation.py
- required_validation.py
- required_with_empty_array.py
- required_with_escaped_characters.py
- simple_enum_validation.py
- string_type_matches_strings.py
- the_default_keyword_does_not_do_anything_if_the_property_is_missing.py
- uniqueitems_false_validation.py
- uniqueitems_validation.py
- uri_format.py
- uri_reference_format.py
- uri_template_format.py
- __init__.py
- __init__.py
- __init__.py
- api_configuration.py
- schema_configuration.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- schema.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- operation.py
- __init__.py
- __init__.py
- __init__.py
- api_client.py
- api_response.py
- exceptions.py
- .gitignore
- .gitlab-ci.yml
- .openapi-generator-ignore
- .travis.yml
- git_push.sh
- Makefile
- migration_2_0_0.md
- migration_3_0_0.md
- migration_other_python_generators.md
- pom.xml
- pyproject.toml
- README.md
- .dockerignore
- .gitattributes
- .gitignore
- .gitmodules
- Dockerfile
- LICENSE
- pom.xml
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
