Skip to content

Commit

Permalink
Generated code by SwaggerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino authored and root committed Aug 31, 2018
1 parent 81dc882 commit 08fa9f2
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions assets/swaggerhub/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,37 +874,32 @@
"type" : "string",
"format" : "string"
},
"submitDate" : {
"type" : "string",
"format" : "date-time",
"description" : "a date when the Job was submit (auto-generated)"
},
"dueDate" : {
"dueAt" : {
"type" : "string",
"format" : "date-time",
"description" : "a date with a deadline"
},
"closedDate" : {
"type" : "string",
"format" : "date-time",
"description" : "a date when the Job was closed"
},
"submitter" : {
"type" : "string",
"format" : "string",
"example" : "symfonie.com/43920149320",
"description" : "\"server name / id\" of the user who did submit the Job"
},
"externalId" : {
"type" : "string",
"format" : "string",
"description" : "external project id, as is defined on the external system"
},
"assets" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/asset"
}
},
"externalId" : {
"closedAt" : {
"type" : "string",
"format" : "string",
"description" : "external project id, as is defined on the external system"
"format" : "date-time",
"description" : "a date when the Job was closed"
},
"createdAt" : {
"type" : "string",
Expand All @@ -916,6 +911,7 @@
}
},
"example" : {
"dueAt" : "2000-01-23T04:56:07.000+00:00",
"submitter" : "symfonie.com/43920149320",
"createdAt" : "2000-01-23T04:56:07.000+00:00",
"assets" : [ {
Expand Down Expand Up @@ -989,13 +985,11 @@
"fileOriginalName" : "fileOriginalName",
"updatedAt" : "2000-01-23T04:56:07.000+00:00"
} ],
"closedDate" : "2000-01-23T04:56:07.000+00:00",
"dueDate" : "2000-01-23T04:56:07.000+00:00",
"name" : "name",
"submitDate" : "2000-01-23T04:56:07.000+00:00",
"description" : "description",
"externalId" : "externalId",
"id" : 0,
"closedAt" : "2000-01-23T04:56:07.000+00:00",
"updatedAt" : "2000-01-23T04:56:07.000+00:00"
}
},
Expand Down

0 comments on commit 08fa9f2

Please sign in to comment.