File tree Expand file tree Collapse file tree 1 file changed +33
-33
lines changed
Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -222,40 +222,40 @@ components:
222222 - ephemeral_key_material
223223 - capsule_type
224224
225- KeyShare :
226- title : Key Share
227- type : object
228- properties :
229- share :
230- type : string
231- format : byte
232- minLength : 32
233- maxLength : 128
234- description : Key Share. Binary format is yet to be defined [#RM-55912](https://rm-int.cyber.ee/ito/issues/55912)
235- recipient :
236- type : string
237- minLength : 12
238- maxLength : 32
239- description : |
240- Recipient who can download this share. ETSI319412-1. Example "etsi/PNOEE-48010010101".
241- In future might support other formats
242- [etsi/:semantics-identifier](https://github.com/SK-EID/smart-id-documentation/blob/v2/README.md#2322-etsisemantics-identifier)
243- required :
244- - share
245- - recipient
225+ KeyShare :
226+ title : Key Share
227+ type : object
228+ properties :
229+ share :
230+ type : string
231+ format : byte
232+ minLength : 32
233+ maxLength : 128
234+ description : Key Share. Binary format is yet to be defined [#RM-55912](https://rm-int.cyber.ee/ito/issues/55912)
235+ recipient :
236+ type : string
237+ minLength : 12
238+ maxLength : 32
239+ description : |
240+ Recipient who can download this share. ETSI319412-1. Example "etsi/PNOEE-48010010101".
241+ In future might support other formats
242+ [etsi/:semantics-identifier](https://github.com/SK-EID/smart-id-documentation/blob/v2/README.md#2322-etsisemantics-identifier)
243+ required :
244+ - share
245+ - recipient
246246
247- NonceResponse :
248- title : Nonce response
249- type : object
250- properties :
251- nonce :
252- type : string
253- format : byte
254- minLength : 12
255- maxLength : 16
256- description : ' server nonce for subsequent authentication'
257- required :
258- - nonce
247+ NonceResponse :
248+ title : Nonce response
249+ type : object
250+ properties :
251+ nonce :
252+ type : string
253+ format : byte
254+ minLength : 12
255+ maxLength : 16
256+ description : ' server nonce for subsequent authentication'
257+ required :
258+ - nonce
259259
260260 securitySchemes :
261261 mutualTLS :
You can’t perform that action at this time.
0 commit comments