Monorepo for Tangled tangled.org

lexicons: add required name field to repo.create #1205

deleted opened by boltless.me targeting master from sl/rvyxvsnxkkql
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3mhl5w55w7622
+6 -1
Diff #1
api/tangled/repocreate.go

This is a binary file and will not be displayed.

+6 -1
lexicons/repo/create.json
··· 10 10 "schema": { 11 11 "type": "object", 12 12 "required": [ 13 - "rkey" 13 + "rkey", 14 + "name" 14 15 ], 15 16 "properties": { 16 17 "rkey": { 17 18 "type": "string", 18 19 "description": "Rkey of the repository record" 19 20 }, 21 + "name": { 22 + "type": "string", 23 + "description": "Name of the repository" 24 + }, 20 25 "defaultBranch": { 21 26 "type": "string", 22 27 "description": "Default branch to push to"

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
lexicons: add required name field to repo.create
expand 0 comments
This pull has been deleted (possibly by jj abandon or jj squash)
1 commit
expand
lexicons: add required name field to repo.create
expand 0 comments