Rename SchemaRef to Ref

This commit is contained in:
Graham Esau 2019-08-08 22:00:15 +01:00
parent 87b56f2a77
commit 94250fa037
5 changed files with 14 additions and 14 deletions

View file

@ -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": {

View file

@ -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": {