* init commit * add streams * add streams * add streams * add streams * solve conflict doc * solve doc conflict * updates to connector * Update acceptance-test-config.yml * Revert "Update acceptance-test-config.yml" This reverts commit e79ea7c7db984b3abaf7686627b34f18ea42b526. * solve source def conflict * solve spec conflict Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org> Co-authored-by: Vincent Koc <25068+koconder@users.noreply.github.com>
25 lines
447 B
JSON
25 lines
447 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"scope": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"description": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"mandatory2fa": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"protected": {
|
|
"type": ["null", "boolean"]
|
|
}
|
|
}
|
|
}
|