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

Commit 0cd16f3

Browse files
committed
Fixes io detection of elf references
1 parent 09ed9ca commit 0cd16f3

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

samples/client/petstore/python/docs/components/schema/abstract_step_message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str,
5353
## anyOf
5454
Schema Class | Input Type | Return Type
5555
------------ | ---------- | -----------
56-
[**AbstractStepMessage**](#top) | [abstract_step_message.AbstractStepMessageDictInput](../../components/schema/abstract_step_message.md#abstractstepmessagedictinput), [AbstractStepMessageDict](#abstractstepmessagedict) | [AbstractStepMessageDict](#abstractstepmessagedict)
56+
[**AbstractStepMessage**](#top) | [AbstractStepMessageDictInput](#abstractstepmessagedictinput), [AbstractStepMessageDict](#abstractstepmessagedict) | [AbstractStepMessageDict](#abstractstepmessagedict)
5757

5858
[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md)

samples/client/petstore/python/docs/components/schema/player.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type: typing.Mapping[str, schemas.INPUT_TYPES_ALL]
1919
Key | Type | Description | Notes
2020
------------ | ------------- | ------------- | -------------
2121
**name** | str | | [optional]
22-
**enemyPlayer** | [player.PlayerDictInput](../../components/schema/player.md#playerdictinput), [PlayerDict](#playerdict) | | [optional]
22+
**enemyPlayer** | [PlayerDictInput](#playerdictinput), [PlayerDict](#playerdict) | | [optional]
2323
**any_string_name** | dict, schemas.immutabledict, list, tuple, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader | any string name can be used but the value must be the correct type | [optional]
2424

2525
## PlayerDict
@@ -30,7 +30,7 @@ base class: schemas.immutabledict[str, schemas.OUTPUT_BASE_TYPES]
3030
Keyword Argument | Type | Description | Notes
3131
---------------- | ---- | ----------- | -----
3232
**name** | str, schemas.Unset | | [optional]
33-
**enemyPlayer** | [player.PlayerDictInput](../../components/schema/player.md#playerdictinput), [PlayerDict](#playerdict), schemas.Unset | | [optional]
33+
**enemyPlayer** | [PlayerDictInput](#playerdictinput), [PlayerDict](#playerdict), schemas.Unset | | [optional]
3434
**kwargs** | dict, schemas.immutabledict, list, tuple, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader | any string name can be used but the value must be the correct type a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties | [optional] typed value is accessed with the get_additional_property_ method
3535

3636
### properties

samples/client/petstore/python/docs/components/schema/self_referencing_array_model.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-
[self_referencing_array_model.SelfReferencingArrayModelTupleInput](../../components/schema/self_referencing_array_model.md#selfreferencingarraymodeltupleinput), [SelfReferencingArrayModelTuple](#selfreferencingarraymodeltuple) | |
32+
[SelfReferencingArrayModelTupleInput](#selfreferencingarraymodeltupleinput), [SelfReferencingArrayModelTuple](#selfreferencingarraymodeltuple) | |
3333

3434
## SelfReferencingArrayModelTuple
3535
```

samples/client/petstore/python/docs/components/schema/self_referencing_object_model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ type: typing.Mapping[
2727
```
2828
Key | Type | Description | Notes
2929
------------ | ------------- | ------------- | -------------
30-
**selfRef** | [self_referencing_object_model.SelfReferencingObjectModelDictInput](../../components/schema/self_referencing_object_model.md#selfreferencingobjectmodeldictinput), [SelfReferencingObjectModelDict](#selfreferencingobjectmodeldict) | | [optional]
31-
**any_string_name** | [self_referencing_object_model.SelfReferencingObjectModelDictInput](../../components/schema/self_referencing_object_model.md#selfreferencingobjectmodeldictinput), [SelfReferencingObjectModelDict](#selfreferencingobjectmodeldict) | any string name can be used but the value must be the correct type | [optional]
30+
**selfRef** | [SelfReferencingObjectModelDictInput](#selfreferencingobjectmodeldictinput), [SelfReferencingObjectModelDict](#selfreferencingobjectmodeldict) | | [optional]
31+
**any_string_name** | [SelfReferencingObjectModelDictInput](#selfreferencingobjectmodeldictinput), [SelfReferencingObjectModelDict](#selfreferencingobjectmodeldict) | any string name can be used but the value must be the correct type | [optional]
3232

3333
## SelfReferencingObjectModelDict
3434
```
@@ -38,8 +38,8 @@ base class: schemas.immutabledict[str, schemas.OUTPUT_BASE_TYPES]
3838
### __new__ method
3939
Keyword Argument | Type | Description | Notes
4040
---------------- | ---- | ----------- | -----
41-
**selfRef** | [self_referencing_object_model.SelfReferencingObjectModelDictInput](../../components/schema/self_referencing_object_model.md#selfreferencingobjectmodeldictinput), [SelfReferencingObjectModelDict](#selfreferencingobjectmodeldict), schemas.Unset | | [optional]
42-
**kwargs** | [self_referencing_object_model.SelfReferencingObjectModelDictInput](../../components/schema/self_referencing_object_model.md#selfreferencingobjectmodeldictinput), [SelfReferencingObjectModelDict](#selfreferencingobjectmodeldict) | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method
41+
**selfRef** | [SelfReferencingObjectModelDictInput](#selfreferencingobjectmodeldictinput), [SelfReferencingObjectModelDict](#selfreferencingobjectmodeldict), schemas.Unset | | [optional]
42+
**kwargs** | [SelfReferencingObjectModelDictInput](#selfreferencingobjectmodeldictinput), [SelfReferencingObjectModelDict](#selfreferencingobjectmodeldict) | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method
4343

4444
### properties
4545
Property | Type | Description | Notes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{#if arrayInputJsonPathPiece}}[{{jsonPathPiece.snakeCase}}.{{arrayInputJsonPathPiece.camelCase}}]({{docRoot}}{{pathFromDocRoot}}.md#{{arrayInputJsonPathPiece.anchorPiece}}){{else}}list{{/if}}, {{> components/schemas/types/_docschema_output_ref_array }}
1+
{{#if arrayInputJsonPathPiece}}[{{#unless selfRef}}{{jsonPathPiece.snakeCase}}.{{/unless}}{{arrayInputJsonPathPiece.camelCase}}]({{#unless selfRef}}{{docRoot}}{{pathFromDocRoot}}.md{{/unless}}#{{arrayInputJsonPathPiece.anchorPiece}}){{else}}list{{/if}}, {{> components/schemas/types/_docschema_output_ref_array }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{#if mapInputJsonPathPiece}}[{{jsonPathPiece.snakeCase}}.{{mapInputJsonPathPiece.camelCase}}]({{docRoot}}{{pathFromDocRoot}}.md#{{mapInputJsonPathPiece.anchorPiece}}){{else}}dict{{/if}}, {{> components/schemas/types/_docschema_output_ref_object }}
1+
{{#if mapInputJsonPathPiece}}[{{#unless selfRef}}{{jsonPathPiece.snakeCase}}.{{/unless}}{{mapInputJsonPathPiece.camelCase}}]({{#unless selfRef}}{{docRoot}}{{pathFromDocRoot}}.md{{/unless}}#{{mapInputJsonPathPiece.anchorPiece}}){{else}}dict{{/if}}, {{> components/schemas/types/_docschema_output_ref_object }}

0 commit comments

Comments
 (0)