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

Commit bfc81b8

Browse files
committed
Detects self ref using refModule=null
1 parent ecbc7f9 commit bfc81b8

84 files changed

Lines changed: 113 additions & 113 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/python/docs/components/request_bodies/request_body_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ type: schemas.Schema
1818
### Ref Schema Info
1919
Ref Schema | Input Type | Output Type
2020
---------- | ---------- | -----------
21-
[**client.Client**](../../components/schema/client.md) | [client.ClientDictInput](../../components/schema/client.md#clientdictinput), [client.ClientDict](../../components/schema/client.md#clientdict) | [client.ClientDict](../../components/schema/client.md#clientdict)
21+
[**client.Client**](../../components/schema/client.md) | [ClientDictInput](#top), [ClientDict](#top) | [client.ClientDict](../../components/schema/client.md#clientdict)
2222

2323
[[Back to top]](#top) [[Back to Component RequestBodies]](../../../README.md#Component-RequestBodies) [[Back to README]](../../../README.md)

samples/client/petstore/python/docs/components/request_bodies/request_body_client/content/application_json/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ type: schemas.Schema
77
## Ref Schema Info
88
Ref Schema | Input Type | Output Type
99
---------- | ---------- | -----------
10-
[**client.Client**](../../../../components/schema/client.md) | [client.ClientDictInput](../../../../components/schema/client.md#clientdictinput), [client.ClientDict](../../../../components/schema/client.md#clientdict) | [client.ClientDict](../../../../components/schema/client.md#clientdict)
10+
[**client.Client**](../../../../components/schema/client.md) | [ClientDictInput](#top), [ClientDict](#top) | [client.ClientDict](../../../../components/schema/client.md#clientdict)

samples/client/petstore/python/docs/components/request_bodies/request_body_pet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type: schemas.Schema
1919
### Ref Schema Info
2020
Ref Schema | Input Type | Output Type
2121
---------- | ---------- | -----------
22-
[**pet.Pet**](../../components/schema/pet.md) | [pet.PetDictInput](../../components/schema/pet.md#petdictinput), [pet.PetDict](../../components/schema/pet.md#petdict) | [pet.PetDict](../../components/schema/pet.md#petdict)
22+
[**pet.Pet**](../../components/schema/pet.md) | [PetDictInput](#top), [PetDict](#top) | [pet.PetDict](../../components/schema/pet.md#petdict)
2323
## content ApplicationXml Schema
2424
petstore_api.components.request_bodies.request_body_pet.content.application_xml.schema
2525
```
@@ -29,6 +29,6 @@ type: schemas.Schema
2929
### Ref Schema Info
3030
Ref Schema | Input Type | Output Type
3131
---------- | ---------- | -----------
32-
[**ref_pet.RefPet**](../../components/schema/ref_pet.md) | [pet.PetDictInput](../../components/schema/pet.md#petdictinput), [pet.PetDict](../../components/schema/pet.md#petdict) | [pet.PetDict](../../components/schema/pet.md#petdict)
32+
[**ref_pet.RefPet**](../../components/schema/ref_pet.md) | [PetDictInput](#top), [PetDict](#top) | [pet.PetDict](../../components/schema/pet.md#petdict)
3333

3434
[[Back to top]](#top) [[Back to Component RequestBodies]](../../../README.md#Component-RequestBodies) [[Back to README]](../../../README.md)

samples/client/petstore/python/docs/components/request_bodies/request_body_pet/content/application_json/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ type: schemas.Schema
77
## Ref Schema Info
88
Ref Schema | Input Type | Output Type
99
---------- | ---------- | -----------
10-
[**pet.Pet**](../../../../components/schema/pet.md) | [pet.PetDictInput](../../../../components/schema/pet.md#petdictinput), [pet.PetDict](../../../../components/schema/pet.md#petdict) | [pet.PetDict](../../../../components/schema/pet.md#petdict)
10+
[**pet.Pet**](../../../../components/schema/pet.md) | [PetDictInput](#top), [PetDict](#top) | [pet.PetDict](../../../../components/schema/pet.md#petdict)

samples/client/petstore/python/docs/components/request_bodies/request_body_pet/content/application_xml/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ type: schemas.Schema
77
## Ref Schema Info
88
Ref Schema | Input Type | Output Type
99
---------- | ---------- | -----------
10-
[**ref_pet.RefPet**](../../../../components/schema/ref_pet.md) | [pet.PetDictInput](../../../../components/schema/pet.md#petdictinput), [pet.PetDict](../../../../components/schema/pet.md#petdict) | [pet.PetDict](../../../../components/schema/pet.md#petdict)
10+
[**ref_pet.RefPet**](../../../../components/schema/ref_pet.md) | [PetDictInput](#top), [PetDict](#top) | [pet.PetDict](../../../../components/schema/pet.md#petdict)

samples/client/petstore/python/docs/components/request_bodies/request_body_user_array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type: typing.Union[
4040
```
4141
List/Tuple Item Type | Description | Notes
4242
-------------------- | ------------- | -------------
43-
[user.UserDictInput](../../components/schema/user.md#userdictinput), [user.UserDict](../../components/schema/user.md#userdict) | |
43+
[UserDictInput](#top), [UserDict](#top) | |
4444

4545
### content ApplicationJson Schema SchemaTuple
4646
```

samples/client/petstore/python/docs/components/request_bodies/request_body_user_array/content/application_json/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type: typing.Union[
2929
```
3030
List/Tuple Item Type | Description | Notes
3131
-------------------- | ------------- | -------------
32-
[user.UserDictInput](../../../../components/schema/user.md#userdictinput), [user.UserDict](../../../../components/schema/user.md#userdict) | |
32+
[UserDictInput](#top), [UserDict](#top) | |
3333

3434
## SchemaTuple
3535
```

samples/client/petstore/python/docs/components/responses/response_success_with_json_api_response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ type: schemas.Schema
3535
#### Ref Schema Info
3636
Ref Schema | Input Type | Output Type
3737
---------- | ---------- | -----------
38-
[**api_response.ApiResponse**](../../components/schema/api_response.md) | [api_response.ApiResponseDictInput](../../components/schema/api_response.md#apiresponsedictinput), [api_response.ApiResponseDict](../../components/schema/api_response.md#apiresponsedict) | [api_response.ApiResponseDict](../../components/schema/api_response.md#apiresponsedict)
38+
[**api_response.ApiResponse**](../../components/schema/api_response.md) | [ApiResponseDictInput](#top), [ApiResponseDict](#top) | [api_response.ApiResponseDict](../../components/schema/api_response.md#apiresponsedict)
3939

4040
[[Back to top]](#top) [[Back to Component Responses]](../../../README.md#Component-Responses) [[Back to README]](../../../README.md)

samples/client/petstore/python/docs/components/responses/response_success_with_json_api_response/content/application_json/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ type: schemas.Schema
77
## Ref Schema Info
88
Ref Schema | Input Type | Output Type
99
---------- | ---------- | -----------
10-
[**api_response.ApiResponse**](../../../../../components/schema/api_response.md) | [api_response.ApiResponseDictInput](../../../../../components/schema/api_response.md#apiresponsedictinput), [api_response.ApiResponseDict](../../../../../components/schema/api_response.md#apiresponsedict) | [api_response.ApiResponseDict](../../../../../components/schema/api_response.md#apiresponsedict)
10+
[**api_response.ApiResponse**](../../../../../components/schema/api_response.md) | [ApiResponseDictInput](#top), [ApiResponseDict](#top) | [api_response.ApiResponseDict](../../../../../components/schema/api_response.md#apiresponsedict)

samples/client/petstore/python/docs/components/responses/response_successful_xml_and_json_array_of_pet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type: typing.Union[
4949
```
5050
List/Tuple Item Type | Description | Notes
5151
-------------------- | ------------- | -------------
52-
[pet.PetDictInput](../../components/schema/pet.md#petdictinput), [pet.PetDict](../../components/schema/pet.md#petdict) | |
52+
[PetDictInput](#top), [PetDict](#top) | |
5353

5454
#### content ApplicationXml Schema SchemaTuple
5555
```
@@ -99,7 +99,7 @@ type: typing.Union[
9999
```
100100
List/Tuple Item Type | Description | Notes
101101
-------------------- | ------------- | -------------
102-
[pet.PetDictInput](../../components/schema/pet.md#petdictinput), [pet.PetDict](../../components/schema/pet.md#petdict) | |
102+
[PetDictInput](#top), [PetDict](#top) | |
103103

104104
#### content ApplicationJson Schema SchemaTuple
105105
```

0 commit comments

Comments
 (0)