1
1
diff --git a/generator/data/openapi.yml b/generator/data/openapi.yml
2
- index 4582107..54bbbf4 100644
2
+ index 4582107..fbc80b8 100644
3
3
--- a/generator/data/openapi.yml
4
4
+++ b/generator/data/openapi.yml
5
5
@@ -705,7 +705,7 @@ paths:
@@ -63,7 +63,17 @@ index 4582107..54bbbf4 100644
63
63
created_at:
64
64
pattern: ^\d{4}-\d\d-\d\d[T ]\d\d:\d\d(?:\:(?:\d\d(?:\.\d{1,6})?))?(?:[+-]\d\d:?\d\d|Z|)$
65
65
type: string
66
- @@ -5021,6 +5007,8 @@ components:
66
+ @@ -4979,7 +4965,8 @@ components:
67
+ description: Tag within credential definition identifier
68
+ example: tag
69
+ type:
70
+ - type: object
71
+ + enum:
72
+ + - CL
73
+ description: 'Signature type: CL for Camenisch-Lysyanskaya'
74
+ example: CL
75
+ value:
76
+ @@ -5021,6 +5008,8 @@ components:
67
77
example: default
68
78
CredentialDefinitionSendResult:
69
79
type: object
@@ -72,7 +82,7 @@ index 4582107..54bbbf4 100644
72
82
properties:
73
83
credential_definition_id:
74
84
pattern: ^([123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{21,22}):3:CL:(([1-9][0-9]*)|([123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{21,22}:2:.+:[0-9.]+)):(.+)?$
75
- @@ -7328,6 +7316 ,8 @@ components:
85
+ @@ -7328,6 +7317 ,8 @@ components:
76
86
example: 0
77
87
RevRegResult:
78
88
type: object
@@ -81,15 +91,15 @@ index 4582107..54bbbf4 100644
81
91
properties:
82
92
result:
83
93
$ref: '#/components/schemas/IssuerRevRegRecord'
84
- @@ -7479,6 +7469 ,7 @@ components:
94
+ @@ -7479,6 +7470 ,7 @@ components:
85
95
SchemaSendResult:
86
96
required:
87
97
- schema_id
88
98
+ - schema
89
99
type: object
90
100
properties:
91
101
schema:
92
- @@ -7617,10 +7608 ,7 @@ components:
102
+ @@ -7617,10 +7609 ,7 @@ components:
93
103
mechanism:
94
104
type: string
95
105
time:
@@ -100,31 +110,31 @@ index 4582107..54bbbf4 100644
100
110
example: 1629715147
101
111
TAAInfo:
102
112
type: object
103
- @@ -7765,6 +7753 ,7 @@ components:
113
+ @@ -7765,6 +7754 ,7 @@ components:
104
114
example: 2021-08-23 10:39:07+00:00
105
115
TxnOrCredentialDefinitionSendResult:
106
116
type: object
107
117
+ additionalProperties: false
108
118
properties:
109
119
sent:
110
120
$ref: '#/components/schemas/CredentialDefinitionSendResult'
111
- @@ -7775,6 +7764 ,7 @@ components:
121
+ @@ -7775,6 +7765 ,7 @@ components:
112
122
- $ref: '#/components/schemas/TransactionRecord'
113
123
TxnOrPublishRevocationsResult:
114
124
type: object
115
125
+ additionalProperties: false
116
126
properties:
117
127
sent:
118
128
$ref: '#/components/schemas/PublishRevocations'
119
- @@ -7785,6 +7775 ,7 @@ components:
129
+ @@ -7785,6 +7776 ,7 @@ components:
120
130
- $ref: '#/components/schemas/TransactionRecord'
121
131
TxnOrRevRegResult:
122
132
type: object
123
133
+ additionalProperties: false
124
134
properties:
125
135
sent:
126
136
$ref: '#/components/schemas/RevRegResult'
127
- @@ -7795,6 +7786 ,7 @@ components:
137
+ @@ -7795,6 +7787 ,7 @@ components:
128
138
- $ref: '#/components/schemas/TransactionRecord'
129
139
TxnOrSchemaSendResult:
130
140
type: object
0 commit comments