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

Commit 749079d

Browse files
committed
Fixes docRoot in response docs
1 parent 59ed43c commit 749079d

File tree

68 files changed

+199
-199
lines changed

Some content is hidden

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

68 files changed

+199
-199
lines changed

samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/Code200Response.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sealed interface that stores schema and encoding info
2727

2828
## ApplicationjsonMediaType
2929
public record ApplicationjsonMediaType<br>
30-
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/anotherfakedummy/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
30+
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/anotherfakedummy/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
3131

3232
class storing schema info for a specific contentType
3333

@@ -39,7 +39,7 @@ class storing schema info for a specific contentType
3939
### Method Summary
4040
| Modifier and Type | Method and Description |
4141
| ----------------- | ---------------------- |
42-
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/anotherfakedummy/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
42+
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/anotherfakedummy/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
4343
| Void | encoding()<br>the encoding info |
4444

4545
## SealedResponseBody
@@ -58,12 +58,12 @@ A record class to store response body for contentType="application/json"
5858
### Constructor Summary
5959
| Constructor and Description |
6060
| --------------------------- |
61-
| ApplicationjsonResponseBody(ApplicationjsonSchema.[Client1Boxed](../../../../../components/schemas/Client.md#client1boxed) body)<br>Creates an instance |
61+
| ApplicationjsonResponseBody(ApplicationjsonSchema.[Client1Boxed](../../../../components/schemas/Client.md#client1boxed) body)<br>Creates an instance |
6262

6363
### Method Summary
6464
| Modifier and Type | Method and Description |
6565
| ----------------- | ---------------------- |
66-
| ApplicationjsonSchema.[Client1Boxed](../../../../../components/schemas/Client.md#client1boxed) | body()<br>returns the body passed in in the constructor |
66+
| ApplicationjsonSchema.[Client1Boxed](../../../../components/schemas/Client.md#client1boxed) | body()<br>returns the body passed in in the constructor |
6767

6868
## Code200Response1
6969
public static class Code200Response1<br>

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/get/responses/Code404Response.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sealed interface that stores schema and encoding info
2727

2828
## ApplicationjsonMediaType
2929
public record ApplicationjsonMediaType<br>
30-
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fake/get/responses/code404response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
30+
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fake/get/responses/code404response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
3131

3232
class storing schema info for a specific contentType
3333

@@ -39,7 +39,7 @@ class storing schema info for a specific contentType
3939
### Method Summary
4040
| Modifier and Type | Method and Description |
4141
| ----------------- | ---------------------- |
42-
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fake/get/responses/code404response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
42+
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fake/get/responses/code404response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
4343
| Void | encoding()<br>the encoding info |
4444

4545
## SealedResponseBody

samples/client/petstore/java/docs/paths/fake/patch/responses/Code200Response.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sealed interface that stores schema and encoding info
2727

2828
## ApplicationjsonMediaType
2929
public record ApplicationjsonMediaType<br>
30-
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fake/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
30+
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fake/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
3131

3232
class storing schema info for a specific contentType
3333

@@ -39,7 +39,7 @@ class storing schema info for a specific contentType
3939
### Method Summary
4040
| Modifier and Type | Method and Description |
4141
| ----------------- | ---------------------- |
42-
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fake/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
42+
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fake/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
4343
| Void | encoding()<br>the encoding info |
4444

4545
## SealedResponseBody
@@ -58,12 +58,12 @@ A record class to store response body for contentType="application/json"
5858
### Constructor Summary
5959
| Constructor and Description |
6060
| --------------------------- |
61-
| ApplicationjsonResponseBody(ApplicationjsonSchema.[Client1Boxed](../../../../../components/schemas/Client.md#client1boxed) body)<br>Creates an instance |
61+
| ApplicationjsonResponseBody(ApplicationjsonSchema.[Client1Boxed](../../../../components/schemas/Client.md#client1boxed) body)<br>Creates an instance |
6262

6363
### Method Summary
6464
| Modifier and Type | Method and Description |
6565
| ----------------- | ---------------------- |
66-
| ApplicationjsonSchema.[Client1Boxed](../../../../../components/schemas/Client.md#client1boxed) | body()<br>returns the body passed in in the constructor |
66+
| ApplicationjsonSchema.[Client1Boxed](../../../../components/schemas/Client.md#client1boxed) | body()<br>returns the body passed in in the constructor |
6767

6868
## Code200Response1
6969
public static class Code200Response1<br>

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/responses/Code200Response.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sealed interface that stores schema and encoding info
2727

2828
## ApplicationjsonMediaType
2929
public record ApplicationjsonMediaType<br>
30-
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fakeadditionalpropertieswitharrayofenums/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
30+
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fakeadditionalpropertieswitharrayofenums/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
3131

3232
class storing schema info for a specific contentType
3333

@@ -39,7 +39,7 @@ class storing schema info for a specific contentType
3939
### Method Summary
4040
| Modifier and Type | Method and Description |
4141
| ----------------- | ---------------------- |
42-
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fakeadditionalpropertieswitharrayofenums/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
42+
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fakeadditionalpropertieswitharrayofenums/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
4343
| Void | encoding()<br>the encoding info |
4444

4545
## SealedResponseBody
@@ -58,12 +58,12 @@ A record class to store response body for contentType="application/json"
5858
### Constructor Summary
5959
| Constructor and Description |
6060
| --------------------------- |
61-
| ApplicationjsonResponseBody(ApplicationjsonSchema.[AdditionalPropertiesWithArrayOfEnums1Boxed](../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1boxed) body)<br>Creates an instance |
61+
| ApplicationjsonResponseBody(ApplicationjsonSchema.[AdditionalPropertiesWithArrayOfEnums1Boxed](../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1boxed) body)<br>Creates an instance |
6262

6363
### Method Summary
6464
| Modifier and Type | Method and Description |
6565
| ----------------- | ---------------------- |
66-
| ApplicationjsonSchema.[AdditionalPropertiesWithArrayOfEnums1Boxed](../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1boxed) | body()<br>returns the body passed in in the constructor |
66+
| ApplicationjsonSchema.[AdditionalPropertiesWithArrayOfEnums1Boxed](../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1boxed) | body()<br>returns the body passed in in the constructor |
6767

6868
## Code200Response1
6969
public static class Code200Response1<br>

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/fakeclassnametest/patch/responses/Code200Response.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sealed interface that stores schema and encoding info
2727

2828
## ApplicationjsonMediaType
2929
public record ApplicationjsonMediaType<br>
30-
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fakeclassnametest/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
30+
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fakeclassnametest/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
3131

3232
class storing schema info for a specific contentType
3333

@@ -39,7 +39,7 @@ class storing schema info for a specific contentType
3939
### Method Summary
4040
| Modifier and Type | Method and Description |
4141
| ----------------- | ---------------------- |
42-
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fakeclassnametest/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
42+
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fakeclassnametest/patch/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
4343
| Void | encoding()<br>the encoding info |
4444

4545
## SealedResponseBody
@@ -58,12 +58,12 @@ A record class to store response body for contentType="application/json"
5858
### Constructor Summary
5959
| Constructor and Description |
6060
| --------------------------- |
61-
| ApplicationjsonResponseBody(ApplicationjsonSchema.[Client1Boxed](../../../../../components/schemas/Client.md#client1boxed) body)<br>Creates an instance |
61+
| ApplicationjsonResponseBody(ApplicationjsonSchema.[Client1Boxed](../../../../components/schemas/Client.md#client1boxed) body)<br>Creates an instance |
6262

6363
### Method Summary
6464
| Modifier and Type | Method and Description |
6565
| ----------------- | ---------------------- |
66-
| ApplicationjsonSchema.[Client1Boxed](../../../../../components/schemas/Client.md#client1boxed) | body()<br>returns the body passed in in the constructor |
66+
| ApplicationjsonSchema.[Client1Boxed](../../../../components/schemas/Client.md#client1boxed) | body()<br>returns the body passed in in the constructor |
6767

6868
## Code200Response1
6969
public static class Code200Response1<br>

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.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sealed interface that stores schema and encoding info
2727

2828
## ApplicationjsonMediaType
2929
public record ApplicationjsonMediaType<br>
30-
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fakehealth/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
30+
implements [SealedMediaType](#sealedmediatype), MediaType<[ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fakehealth/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1), Void>
3131

3232
class storing schema info for a specific contentType
3333

@@ -39,7 +39,7 @@ class storing schema info for a specific contentType
3939
### Method Summary
4040
| Modifier and Type | Method and Description |
4141
| ----------------- | ---------------------- |
42-
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../../paths/fakehealth/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
42+
| [ApplicationjsonSchema.ApplicationjsonSchema1](../../../../paths/fakehealth/get/responses/code200response/content/applicationjson/ApplicationjsonSchema.md#applicationjsonschema1) | schema()<br>the schema for this MediaType |
4343
| Void | encoding()<br>the encoding info |
4444

4545
## SealedResponseBody
@@ -58,12 +58,12 @@ A record class to store response body for contentType="application/json"
5858
### Constructor Summary
5959
| Constructor and Description |
6060
| --------------------------- |
61-
| ApplicationjsonResponseBody(ApplicationjsonSchema.[HealthCheckResult1Boxed](../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1boxed) body)<br>Creates an instance |
61+
| ApplicationjsonResponseBody(ApplicationjsonSchema.[HealthCheckResult1Boxed](../../../../components/schemas/HealthCheckResult.md#healthcheckresult1boxed) body)<br>Creates an instance |
6262

6363
### Method Summary
6464
| Modifier and Type | Method and Description |
6565
| ----------------- | ---------------------- |
66-
| ApplicationjsonSchema.[HealthCheckResult1Boxed](../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1boxed) | body()<br>returns the body passed in in the constructor |
66+
| ApplicationjsonSchema.[HealthCheckResult1Boxed](../../../../components/schemas/HealthCheckResult.md#healthcheckresult1boxed) | body()<br>returns the body passed in in the constructor |
6767

6868
## Code200Response1
6969
public static class Code200Response1<br>

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

0 commit comments

Comments
 (0)