[SDK] Use finalised package (#11398)

This commit is contained in:
Samuel Newman
2026-08-13 22:26:23 +03:00
committed by GitHub
parent b89167f07c
commit bb33eb91cb
193 changed files with 488 additions and 311 deletions
+3 -11
View File
@@ -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": {