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

Commit 695df61

Browse files
committed
Adjusts rsponse content shema doc docRoot
1 parent de0b1f7 commit 695df61

52 files changed

Lines changed: 99 additions & 99 deletions

File tree

Some content is hidden

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

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)