Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 6f40c1e

Browse files
committed
Adjusts rsponse content shema doc docRoot
1 parent 749079d commit 6f40c1e

File tree

52 files changed

+99
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+99
-99
lines changed

samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RefContentSchemaHeaderSchema
22
public class RefContentSchemaHeaderSchema<br>
3-
extends [StringWithValidation1](../../../../../../components/schemas/StringWithValidation.md#stringwithvalidation)
3+
extends [StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## RefContentSchemaHeaderSchema1
1616
public static class RefContentSchemaHeaderSchema1<br>
17-
extends [StringWithValidation.StringWithValidation1](../../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1)
17+
extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [StringWithValidation1](../../../../../../components/schemas/StringWithValidation.md#stringwithvalidation)
3+
extends [StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [StringWithValidation.StringWithValidation1](../../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1)
17+
extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [Client1](../../../../../components/schemas/Client.md#client)
3+
extends [Client1](../../../../components/schemas/Client.md#client)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [Client.Client1](../../../../../components/schemas/Client.md#client1)
17+
extends [Client.Client1](../../../../components/schemas/Client.md#client1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [Pet1](../../../../../components/schemas/Pet.md#pet)
3+
extends [Pet1](../../../../components/schemas/Pet.md#pet)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [Pet.Pet1](../../../../../components/schemas/Pet.md#pet1)
17+
extends [Pet.Pet1](../../../../components/schemas/Pet.md#pet1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/ApplicationxmlSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationxmlSchema
22
public class ApplicationxmlSchema<br>
3-
extends [RefPet1](../../../../../components/schemas/RefPet.md#refpet)
3+
extends [RefPet1](../../../../components/schemas/RefPet.md#refpet)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationxmlSchema1
1616
public static class ApplicationxmlSchema1<br>
17-
extends [RefPet.RefPet1](../../../../../components/schemas/RefPet.md#refpet1)
17+
extends [RefPet.RefPet1](../../../../components/schemas/RefPet.md#refpet1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/ApplicationjsonSchema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ApplicationjsonSchema.ApplicationjsonSchemaList validatedPayload =
116116
| Modifier and Type | Field and Description |
117117
| ----------------- | ---------------------- |
118118
| Set<Class<?>> | type = Set.of(List.class) |
119-
| Class<? extends JsonSchema> | items = [User.User1.class](../../../../../components/schemas/User.md#user1) |
119+
| Class<? extends JsonSchema> | items = [User.User1.class](../../../../components/schemas/User.md#user1) |
120120

121121
### Method Summary
122122
| Modifier and Type | Method and Description |

samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/ApplicationjsonSchema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ApplicationjsonSchema.ApplicationjsonSchemaList validatedPayload =
122122
| Modifier and Type | Field and Description |
123123
| ----------------- | ---------------------- |
124124
| Set<Class<?>> | type = Set.of(List.class) |
125-
| Class<? extends JsonSchema> | items = [RefPet.RefPet1.class](../../../../../../components/schemas/RefPet.md#refpet1) |
125+
| Class<? extends JsonSchema> | items = [RefPet.RefPet1.class](../../../../../components/schemas/RefPet.md#refpet1) |
126126

127127
### Method Summary
128128
| Modifier and Type | Method and Description |

samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/ApplicationxmlSchema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ApplicationxmlSchema.ApplicationxmlSchemaList validatedPayload =
122122
| Modifier and Type | Field and Description |
123123
| ----------------- | ---------------------- |
124124
| Set<Class<?>> | type = Set.of(List.class) |
125-
| Class<? extends JsonSchema> | items = [Pet.Pet1.class](../../../../../../components/schemas/Pet.md#pet1) |
125+
| Class<? extends JsonSchema> | items = [Pet.Pet1.class](../../../../../components/schemas/Pet.md#pet1) |
126126

127127
### Method Summary
128128
| Modifier and Type | Method and Description |

samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [ApiResponseSchema1](../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema)
3+
extends [ApiResponseSchema1](../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1)
17+
extends [ApiResponseSchema.ApiResponseSchema1](../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [Client1](../../../../../../../../components/schemas/Client.md#client)
3+
extends [Client1](../../../../../../../components/schemas/Client.md#client)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1)
17+
extends [Client.Client1](../../../../../../../components/schemas/Client.md#client1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fake/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [Client1](../../../../../../../../components/schemas/Client.md#client)
3+
extends [Client1](../../../../../../../components/schemas/Client.md#client)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1)
17+
extends [Client.Client1](../../../../../../../components/schemas/Client.md#client1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [AdditionalPropertiesWithArrayOfEnums1](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums)
3+
extends [AdditionalPropertiesWithArrayOfEnums1](../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1)
17+
extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [AdditionalPropertiesWithArrayOfEnums1](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums)
3+
extends [AdditionalPropertiesWithArrayOfEnums1](../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1)
17+
extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [FileSchemaTestClass1](../../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass)
3+
extends [FileSchemaTestClass1](../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [FileSchemaTestClass.FileSchemaTestClass1](../../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass1)
17+
extends [FileSchemaTestClass.FileSchemaTestClass1](../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [User1](../../../../../../components/schemas/User.md#user)
3+
extends [User1](../../../../../components/schemas/User.md#user)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [User.User1](../../../../../../components/schemas/User.md#user1)
17+
extends [User.User1](../../../../../components/schemas/User.md#user1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [Client1](../../../../../../../../components/schemas/Client.md#client)
3+
extends [Client1](../../../../../../../components/schemas/Client.md#client)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1)
17+
extends [Client.Client1](../../../../../../../components/schemas/Client.md#client1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakehealth/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [HealthCheckResult1](../../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult)
3+
extends [HealthCheckResult1](../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [HealthCheckResult.HealthCheckResult1](../../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1)
17+
extends [HealthCheckResult.HealthCheckResult1](../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/ApplicationjsonpatchjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonpatchjsonSchema
22
public class ApplicationjsonpatchjsonSchema<br>
3-
extends [JSONPatchRequest1](../../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest)
3+
extends [JSONPatchRequest1](../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonpatchjsonSchema1
1616
public static class ApplicationjsonpatchjsonSchema1<br>
17-
extends [JSONPatchRequest.JSONPatchRequest1](../../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest1)
17+
extends [JSONPatchRequest.JSONPatchRequest1](../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema)
3+
extends [ApiResponseSchema1](../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1)
17+
extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [AnimalFarm1](../../../../../../components/schemas/AnimalFarm.md#animalfarm)
3+
extends [AnimalFarm1](../../../../../components/schemas/AnimalFarm.md#animalfarm)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [AnimalFarm.AnimalFarm1](../../../../../../components/schemas/AnimalFarm.md#animalfarm1)
17+
extends [AnimalFarm.AnimalFarm1](../../../../../components/schemas/AnimalFarm.md#animalfarm1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [AnimalFarm1](../../../../../../../../components/schemas/AnimalFarm.md#animalfarm)
3+
extends [AnimalFarm1](../../../../../../../components/schemas/AnimalFarm.md#animalfarm)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [AnimalFarm.AnimalFarm1](../../../../../../../../components/schemas/AnimalFarm.md#animalfarm1)
17+
extends [AnimalFarm.AnimalFarm1](../../../../../../../components/schemas/AnimalFarm.md#animalfarm1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [ArrayOfEnums1](../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums)
3+
extends [ArrayOfEnums1](../../../../../components/schemas/ArrayOfEnums.md#arrayofenums)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1)
17+
extends [ArrayOfEnums.ArrayOfEnums1](../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [ArrayOfEnums1](../../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums)
3+
extends [ArrayOfEnums1](../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1)
17+
extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [BooleanSchema1](../../../../../../components/schemas/BooleanSchema.md#booleanschema)
3+
extends [BooleanSchema1](../../../../../components/schemas/BooleanSchema.md#booleanschema)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [BooleanSchema.BooleanSchema1](../../../../../../components/schemas/BooleanSchema.md#booleanschema1)
17+
extends [BooleanSchema.BooleanSchema1](../../../../../components/schemas/BooleanSchema.md#booleanschema1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/code200response/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [BooleanSchema1](../../../../../../../../components/schemas/BooleanSchema.md#booleanschema)
3+
extends [BooleanSchema1](../../../../../../../components/schemas/BooleanSchema.md#booleanschema)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [BooleanSchema.BooleanSchema1](../../../../../../../../components/schemas/BooleanSchema.md#booleanschema1)
17+
extends [BooleanSchema.BooleanSchema1](../../../../../../../components/schemas/BooleanSchema.md#booleanschema1)
1818

1919
A schema class that validates payloads

samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/ApplicationjsonSchema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationjsonSchema
22
public class ApplicationjsonSchema<br>
3-
extends [ComposedOneOfDifferentTypes1](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes)
3+
extends [ComposedOneOfDifferentTypes1](../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes)
44

55
A class that contains necessary nested
66
- schema classes (which validate payloads), extends JsonSchema
@@ -14,6 +14,6 @@ A class that contains necessary nested
1414

1515
## ApplicationjsonSchema1
1616
public static class ApplicationjsonSchema1<br>
17-
extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1)
17+
extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1)
1818

1919
A schema class that validates payloads

0 commit comments

Comments
 (0)