Skip to content

Commit e290e6c

Browse files
committed
Merge branch 'release/2020-03-p1'
2 parents 6ffceaa + 4ba435e commit e290e6c

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := """SysML-v2-API-Services"""
22
organization := "org.omg"
33

4-
version := "2020-03"
4+
version := "2020-03-p1"
55

66
javacOptions ++= Seq("-source", "11", "-target", "11", "-Xlint")
77

public/swagger/openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ paths:
103103
200:
104104
description: Ok
105105
schema:
106-
$ref: '#/definitions/Commit'
106+
type: array
107+
items:
108+
$ref: '#/definitions/Commit'
107109
404:
108110
$ref: '#/responses/NotFound'
109111
415:
@@ -144,11 +146,13 @@ paths:
144146
in: path
145147
description: ID of the project
146148
type: string
149+
format: uuid
147150
required: true
148151
- name: commitId
149152
in: path
150153
description: ID of the commit
151154
type: string
155+
format: uuid
152156
required: true
153157
get:
154158
tags:
@@ -176,6 +180,7 @@ paths:
176180
in: path
177181
description: ID of the project
178182
type: string
183+
format: uuid
179184
required: true
180185
get:
181186
tags:
@@ -222,7 +227,9 @@ paths:
222227
200:
223228
description: Ok
224229
schema:
225-
$ref: '#/definitions/Element'
230+
type: array
231+
items:
232+
$ref: '#/definitions/Element'
226233
404:
227234
$ref: '#/responses/NotFound'
228235
415:

0 commit comments

Comments
 (0)