Rename SchemaRef to Ref
This commit is contained in:
parent
87b56f2a77
commit
94250fa037
5 changed files with 14 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SchemaRef"
|
||||
"$ref": "#/components/schemas/Ref"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SchemaObject"
|
||||
|
@ -30,7 +30,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SchemaRef"
|
||||
"$ref": "#/components/schemas/Ref"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SchemaObject"
|
||||
|
@ -97,7 +97,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SchemaRef"
|
||||
"$ref": "#/components/schemas/Ref"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SchemaObject"
|
||||
|
@ -145,7 +145,7 @@
|
|||
},
|
||||
"additionalProperties": true
|
||||
},
|
||||
"SchemaRef": {
|
||||
"Ref": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"$ref": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/SchemaRef"
|
||||
"$ref": "#/definitions/Ref"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/SchemaObject"
|
||||
|
@ -30,7 +30,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/SchemaRef"
|
||||
"$ref": "#/definitions/Ref"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/SchemaObject"
|
||||
|
@ -181,7 +181,7 @@
|
|||
},
|
||||
"additionalProperties": true
|
||||
},
|
||||
"SchemaRef": {
|
||||
"Ref": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"$ref": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue