Skip to content

Commit

Permalink
fix: shorten some titles
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 23, 2020
1 parent bbaa7ca commit 65aca7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
"description": "Defines an application level error.",
"type": "array",
"items": {
"title": "errorObjectOrReference",
"title": "errorOrReference",
"oneOf": [
{
"$ref": "#/definitions/errorObject"
Expand All @@ -472,7 +472,7 @@
"title": "methodObjectLinks",
"type": "array",
"items": {
"title": "linkObjectOrReference",
"title": "linkOrReference",
"oneOf": [
{
"$ref": "#/definitions/linkObject"
Expand All @@ -487,7 +487,7 @@
"title": "methodObjectExamples",
"type": "array",
"items": {
"title": "examplePairingObjectOrReference",
"title": "examplePairingOrReference",
"oneOf": [
{
"$ref": "#/definitions/examplePairingObject"
Expand Down Expand Up @@ -593,7 +593,7 @@
"title": "examplePairingObjectParams",
"type": "array",
"items": {
"title": "exampleObjectOrReference",
"title": "exampleOrReference",
"oneOf": [
{
"$ref": "#/definitions/exampleObject"
Expand Down

0 comments on commit 65aca7e

Please sign in to comment.