Skip to content

Commit 6d2001b

Browse files
authored
Make repository id optional in OpenAPI spec (#621)
The 'id' field in the Repository schema is now optional in both openapi.yaml and server.schema.json for consistency.
1 parent 68e5ffd commit 6d2001b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/reference/api/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ components:
252252
required:
253253
- url
254254
- source
255-
- id
256255
properties:
257256
url:
258257
type: string

0 commit comments

Comments
 (0)