1
1
diff --git a/generator/data/openapi.yml b/generator/data/openapi.yml
2
- index 4582107..eea7e2d 100644
2
+ index 4582107..0186d58 100644
3
3
--- a/generator/data/openapi.yml
4
4
+++ b/generator/data/openapi.yml
5
5
@@ -705,7 +705,7 @@ paths:
@@ -38,7 +38,7 @@ index 4582107..eea7e2d 100644
38
38
x-codegen-request-body-name: body
39
39
operationId: publish_schema
40
40
/schemas/created:
41
- @@ -4373,22 +4381 ,8 @@ components:
41
+ @@ -4373,22 +4373 ,8 @@ components:
42
42
description: Connection protocol used
43
43
example: connections/1.0
44
44
enum:
@@ -58,62 +58,71 @@ index 4582107..eea7e2d 100644
58
58
- - h
59
59
- - a
60
60
- - g
61
- + - connections/1.0
62
- + - didexchange/1.0
61
+ + - connections/1.0
62
+ + - didexchange/1.0
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 +5015 ,8 @@ components:
66
+ @@ -5021,6 +5007 ,8 @@ components:
67
67
example: default
68
68
CredentialDefinitionSendResult:
69
69
type: object
70
70
+ required:
71
- + - credential_definition_id
71
+ + - credential_definition_id
72
72
properties:
73
73
credential_definition_id:
74
74
pattern: ^([123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{21,22}):3:CL:(([1-9][0-9]*)|([123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{21,22}:2:.+:[0-9.]+)):(.+)?$
75
- @@ -7328,6 +7324 ,8 @@ components:
75
+ @@ -7328,6 +7316 ,8 @@ components:
76
76
example: 0
77
77
RevRegResult:
78
78
type: object
79
79
+ required:
80
- + - result
80
+ + - result
81
81
properties:
82
82
result:
83
83
$ref: '#/components/schemas/IssuerRevRegRecord'
84
- @@ -7479,6 +7477 ,7 @@ components:
84
+ @@ -7479,6 +7469 ,7 @@ components:
85
85
SchemaSendResult:
86
86
required:
87
87
- schema_id
88
88
+ - schema
89
89
type: object
90
90
properties:
91
91
schema:
92
- @@ -7765,6 +7764,7 @@ components:
92
+ @@ -7620,7 +7611,7 @@ components:
93
+ maximum: 18446744073709551615
94
+ minimum: 0
95
+ type: integer
96
+ - format: int32
97
+ + format: uint64
98
+ example: 1629715147
99
+ TAAInfo:
100
+ type: object
101
+ @@ -7765,6 +7756,7 @@ components:
93
102
example: 2021-08-23 10:39:07+00:00
94
103
TxnOrCredentialDefinitionSendResult:
95
104
type: object
96
105
+ additionalProperties: false
97
106
properties:
98
107
sent:
99
108
$ref: '#/components/schemas/CredentialDefinitionSendResult'
100
- @@ -7775,6 +7775 ,7 @@ components:
109
+ @@ -7775,6 +7767 ,7 @@ components:
101
110
- $ref: '#/components/schemas/TransactionRecord'
102
111
TxnOrPublishRevocationsResult:
103
112
type: object
104
113
+ additionalProperties: false
105
114
properties:
106
115
sent:
107
116
$ref: '#/components/schemas/PublishRevocations'
108
- @@ -7785,6 +7786 ,7 @@ components:
117
+ @@ -7785,6 +7778 ,7 @@ components:
109
118
- $ref: '#/components/schemas/TransactionRecord'
110
119
TxnOrRevRegResult:
111
120
type: object
112
121
+ additionalProperties: false
113
122
properties:
114
123
sent:
115
124
$ref: '#/components/schemas/RevRegResult'
116
- @@ -7795,6 +7797 ,7 @@ components:
125
+ @@ -7795,6 +7789 ,7 @@ components:
117
126
- $ref: '#/components/schemas/TransactionRecord'
118
127
TxnOrSchemaSendResult:
119
128
type: object
0 commit comments