Skip to content

Commit

Permalink
Reduce diff from master contract files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hartte committed Oct 23, 2018
1 parent 8b4a183 commit fd81627
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@
"/bugs/1420": {
"get": {
"tags": [
"Bugs",
"foo"
"foo",
"Bugs"
],
"summary": "issue1420",
"operationId": "issue1420UsingGET_2",
Expand Down Expand Up @@ -493,8 +493,8 @@
"required": false,
"type": "integer",
"default": 0,
"format": "int32",
"allowEmptyValue": false
"allowEmptyValue": false,
"format": "int32"
}
],
"responses": {
Expand Down Expand Up @@ -803,8 +803,8 @@
"summary": "method1",
"operationId": "method1UsingGET_2",
"produces": [
"application/json;charset=UTF-8",
"application/atom+xml"
"application/atom+xml",
"application/json;charset=UTF-8"
],
"responses": {
"200": {
Expand Down Expand Up @@ -1115,8 +1115,8 @@
}
},
{
"name": "sfId",
"in": "formData",
"name": "sfId",
"description": "sfId",
"required": true,
"type": "integer",
Expand Down Expand Up @@ -1146,8 +1146,8 @@
],
"parameters": [
{
"name": "allCapsSet",
"in": "formData",
"name": "allCapsSet",
"description": "description of allCapsSet",
"required": false,
"type": "array",
Expand All @@ -1157,62 +1157,62 @@
"collectionFormat": "multi"
},
{
"name": "annotatedEnumType",
"in": "formData",
"name": "annotatedEnumType",
"description": "description of annotatedEnumType",
"required": false,
"type": "string"
},
{
"name": "bar",
"in": "formData",
"name": "bar",
"description": "description of bar",
"required": false,
"type": "integer",
"format": "int32"
},
{
"name": "enumType",
"in": "formData",
"name": "enumType",
"required": false,
"type": "string"
},
{
"name": "foo",
"in": "formData",
"name": "foo",
"description": "description of foo",
"required": true,
"type": "string"
},
{
"name": "localDateTime",
"in": "formData",
"name": "localDateTime",
"description": "local date time desc dd-MM-yyyy hh:mm:ss",
"required": true,
"type": "string",
"format": "date-time"
},
{
"name": "nestedType.name",
"in": "formData",
"name": "nestedType.name",
"required": false,
"type": "string"
},
{
"name": "parentBeanProperty",
"in": "formData",
"name": "parentBeanProperty",
"required": false,
"type": "string"
},
{
"name": "propertyWithNoSetterMethod",
"in": "formData",
"name": "propertyWithNoSetterMethod",
"required": false,
"type": "string"
},
{
"name": "readOnlyString",
"in": "formData",
"name": "readOnlyString",
"description": "A read only string",
"required": false,
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
"/bugs/1420": {
"get": {
"tags": [
"Bugs",
"foo"
"foo",
"Bugs"
],
"summary": "issue1420",
"operationId": "issue1420UsingGET_1",
Expand Down Expand Up @@ -497,8 +497,8 @@
"required": false,
"type": "integer",
"default": 0,
"format": "int32",
"allowEmptyValue": false
"allowEmptyValue": false,
"format": "int32"
}
],
"responses": {
Expand Down Expand Up @@ -807,8 +807,8 @@
"summary": "method1",
"operationId": "method1UsingGET_1",
"produces": [
"application/json;charset=UTF-8",
"application/atom+xml"
"application/atom+xml",
"application/json;charset=UTF-8"
],
"responses": {
"200": {
Expand Down Expand Up @@ -1119,8 +1119,8 @@
}
},
{
"name": "sfId",
"in": "formData",
"name": "sfId",
"description": "sfId",
"required": true,
"type": "integer",
Expand Down Expand Up @@ -1150,8 +1150,8 @@
],
"parameters": [
{
"name": "allCapsSet",
"in": "formData",
"name": "allCapsSet",
"description": "description of allCapsSet",
"required": false,
"type": "array",
Expand All @@ -1161,62 +1161,62 @@
"collectionFormat": "multi"
},
{
"name": "annotatedEnumType",
"in": "formData",
"name": "annotatedEnumType",
"description": "description of annotatedEnumType",
"required": false,
"type": "string"
},
{
"name": "bar",
"in": "formData",
"name": "bar",
"description": "description of bar",
"required": false,
"type": "integer",
"format": "int32"
},
{
"name": "enumType",
"in": "formData",
"name": "enumType",
"required": false,
"type": "string"
},
{
"name": "foo",
"in": "formData",
"name": "foo",
"description": "description of foo",
"required": true,
"type": "string"
},
{
"name": "localDateTime",
"in": "formData",
"name": "localDateTime",
"description": "local date time desc dd-MM-yyyy hh:mm:ss",
"required": true,
"type": "string",
"format": "date-time"
},
{
"name": "nestedType.name",
"in": "formData",
"name": "nestedType.name",
"required": false,
"type": "string"
},
{
"name": "parentBeanProperty",
"in": "formData",
"name": "parentBeanProperty",
"required": false,
"type": "string"
},
{
"name": "propertyWithNoSetterMethod",
"in": "formData",
"name": "propertyWithNoSetterMethod",
"required": false,
"type": "string"
},
{
"name": "readOnlyString",
"in": "formData",
"name": "readOnlyString",
"description": "A read only string",
"required": false,
"type": "string"
Expand Down Expand Up @@ -1448,8 +1448,8 @@
"/bugs/2268{?$filter}": {
"get": {
"tags": [
"Bugs",
"example"
"example",
"Bugs"
],
"summary": "Get all examples",
"description": "Get all examples ",
Expand Down

0 comments on commit fd81627

Please sign in to comment.