[SDK] Use finalised package (#11398)
This commit is contained in:
@@ -11,15 +11,10 @@
|
||||
"type": "object",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"checkEmailConfirmed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"checkEmailConfirmed": { "type": "boolean" },
|
||||
"liveNow": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "ref",
|
||||
"ref": "#liveNowConfig"
|
||||
}
|
||||
"items": { "type": "ref", "ref": "#liveNowConfig" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,10 +24,7 @@
|
||||
"type": "object",
|
||||
"required": ["did", "domains"],
|
||||
"properties": {
|
||||
"did": {
|
||||
"type": "string",
|
||||
"format": "did"
|
||||
},
|
||||
"did": { "type": "string", "format": "did" },
|
||||
"domains": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user