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

Commit ecbc7f9

Browse files
committed
Fixes docRoot values
1 parent 36fa0a2 commit ecbc7f9

62 files changed

Lines changed: 87 additions & 87 deletions

File tree

  • samples/client/petstore/python/docs
    • components
      • headers
        • header_ref_content_schema_header/content/application_json
        • header_ref_schema_header
      • responses
        • response_success_with_json_api_response/content/application_json
        • response_successful_xml_and_json_array_of_pet/content
    • paths
      • another_fake_dummy
      • fake_additional_properties_with_array_of_enums
      • fake_body_with_file_schema
      • fake_body_with_query_params
      • fake_classname_test
      • fake_health
      • fake_json_patch
      • fake_pet_id_upload_image_with_required_file
      • fake_ref_obj_in_query
      • fake_refs_array_of_enums
      • fake_refs_arraymodel
      • fake_refs_boolean
      • fake_refs_composed_one_of_number_with_validations
      • fake_refs_enum
      • fake_refs_mammal
      • fake_refs_number
      • fake_refs_object_model_with_ref_props
      • fake_refs_string
      • fake_test_query_paramters
      • fake_upload_files
      • fake_upload_file
      • fake
      • foo
      • pet_pet_id
      • store_order_order_id
      • store_order
      • user_username
      • user
  • src/main

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/headers/header_ref_content_schema_header/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-
[**string_with_validation.StringWithValidation**](../../../../components/schema/string_with_validation.md) | str | str
10+
[**string_with_validation.StringWithValidation**](../../../../../components/schema/string_with_validation.md) | str | str

samples/client/petstore/python/docs/components/headers/header_ref_schema_header/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-
[**string_with_validation.StringWithValidation**](../../components/schema/string_with_validation.md) | str | str
10+
[**string_with_validation.StringWithValidation**](../../../components/schema/string_with_validation.md) | str | str

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) | [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)

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

Lines changed: 2 additions & 2 deletions
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-
[pet.PetDictInput](../../../../components/schema/pet.md#petdictinput), [pet.PetDict](../../../../components/schema/pet.md#petdict) | |
32+
[pet.PetDictInput](../../../../../components/schema/pet.md#petdictinput), [pet.PetDict](../../../../../components/schema/pet.md#petdict) | |
3333

3434
## SchemaTuple
3535
```
@@ -47,4 +47,4 @@ configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None
4747
### methods
4848
Method | Input Type | Return Type | Notes
4949
------ | ---------- | ----------- | ------
50-
__getitem__ | int | [pet.PetDict](../../../../components/schema/pet.md#petdict) | This method is used under the hood when instance[0] is called
50+
__getitem__ | int | [pet.PetDict](../../../../../components/schema/pet.md#petdict) | This method is used under the hood when instance[0] is called

samples/client/petstore/python/docs/components/responses/response_successful_xml_and_json_array_of_pet/content/application_xml/schema.md

Lines changed: 2 additions & 2 deletions
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-
[pet.PetDictInput](../../../../components/schema/pet.md#petdictinput), [pet.PetDict](../../../../components/schema/pet.md#petdict) | |
32+
[pet.PetDictInput](../../../../../components/schema/pet.md#petdictinput), [pet.PetDict](../../../../../components/schema/pet.md#petdict) | |
3333

3434
## SchemaTuple
3535
```
@@ -47,4 +47,4 @@ configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None
4747
### methods
4848
Method | Input Type | Return Type | Notes
4949
------ | ---------- | ----------- | ------
50-
__getitem__ | int | [pet.PetDict](../../../../components/schema/pet.md#petdict) | This method is used under the hood when instance[0] is called
50+
__getitem__ | int | [pet.PetDict](../../../../../components/schema/pet.md#petdict) | This method is used under the hood when instance[0] is called

samples/client/petstore/python/docs/paths/another_fake_dummy/patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type: schemas.Schema
6868
##### Ref Schema Info
6969
Ref Schema | Input Type | Output Type
7070
---------- | ---------- | -----------
71-
[**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)
71+
[**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)
7272

7373
## Servers
7474

samples/client/petstore/python/docs/paths/another_fake_dummy/patch/responses/response_200/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) | [client.ClientDictInput](../../../../../../../../components/schema/client.md#clientdictinput), [client.ClientDict](../../../../../../../../components/schema/client.md#clientdict) | [client.ClientDict](../../../../../../../../components/schema/client.md#clientdict)

samples/client/petstore/python/docs/paths/fake/patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type: schemas.Schema
6868
##### Ref Schema Info
6969
Ref Schema | Input Type | Output Type
7070
---------- | ---------- | -----------
71-
[**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)
71+
[**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)
7272

7373
## Servers
7474

samples/client/petstore/python/docs/paths/fake/patch/responses/response_200/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) | [client.ClientDictInput](../../../../../../../../components/schema/client.md#clientdictinput), [client.ClientDict](../../../../../../../../components/schema/client.md#clientdict) | [client.ClientDict](../../../../../../../../components/schema/client.md#clientdict)

samples/client/petstore/python/docs/paths/fake_additional_properties_with_array_of_enums/get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type: schemas.Schema
5252
##### Ref Schema Info
5353
Ref Schema | Input Type | Output Type
5454
---------- | ---------- | -----------
55-
[**additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnums**](../../../components/schema/additional_properties_with_array_of_enums.md) | [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDictInput](../../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdictinput), [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDict](../../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdict) | [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDict](../../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdict)
55+
[**additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnums**](../../components/schema/additional_properties_with_array_of_enums.md) | [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDictInput](../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdictinput), [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDict](../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdict) | [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDict](../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdict)
5656

5757
## Return Types
5858

@@ -88,7 +88,7 @@ type: schemas.Schema
8888
##### Ref Schema Info
8989
Ref Schema | Input Type | Output Type
9090
---------- | ---------- | -----------
91-
[**additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnums**](../../../components/schema/additional_properties_with_array_of_enums.md) | [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDictInput](../../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdictinput), [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDict](../../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdict) | [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDict](../../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdict)
91+
[**additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnums**](../../components/schema/additional_properties_with_array_of_enums.md) | [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDictInput](../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdictinput), [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDict](../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdict) | [additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnumsDict](../../components/schema/additional_properties_with_array_of_enums.md#additionalpropertieswitharrayofenumsdict)
9292

9393
## Servers
9494

0 commit comments

Comments
 (0)