Skip to content

Commit

Permalink
add github_user
Browse files Browse the repository at this point in the history
github_user should be filled with the user responsible for operations and technical issues related to the producer
  • Loading branch information
igorls committed Sep 16, 2020
1 parent 511bef3 commit 13e15f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@ The current revision is compliant with the JSON schema Draft v7 - http://json-sc
- code_of_conduct: Full link to where it is,
- ownership_disclosure: Full link to where it is,
- email: Contact email
- github_user: Operational github username
- branding: {Object} - Logo images
- logo_256: Entire url to image 256x256px
- logo_1024: Entire url to image 1024x1024px
Expand Down
1 change: 1 addition & 0 deletions bp.json
Expand Up @@ -6,6 +6,7 @@
"code_of_conduct":"",
"ownership_disclosure":"",
"email":"",
"github_user":"",
"branding":{
"logo_256":"",
"logo_1024":"",
Expand Down
5 changes: 5 additions & 0 deletions schema.json
Expand Up @@ -97,6 +97,11 @@
"type": "string",
"format": "email"
},
"github_user": {
"$id": "/properties/org/properties/github_user",
"description": "Operational github username",
"type": "string"
},
"branding": {
"type": "object",
"properties":{
Expand Down

0 comments on commit 13e15f5

Please sign in to comment.