Skip to content

Commit

Permalink
ran script generate-open-api-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Aug 14, 2024
1 parent 8b2dfd8 commit 77e9369
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
13 changes: 8 additions & 5 deletions open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -13707,11 +13707,14 @@
"$ref" : "#/components/schemas/PublishRevocations"
},
"txn" : {
"allOf" : [ {
"$ref" : "#/components/schemas/TransactionRecord"
} ],
"description" : "Revocation registry revocations transaction to endorse",
"type" : "object"
"items" : {
"allOf" : [ {
"$ref" : "#/components/schemas/TransactionRecord"
} ],
"description" : "Revocation registry revocations transaction to endorse",
"type" : "object"
},
"type" : "array"
}
},
"type" : "object"
Expand Down
13 changes: 8 additions & 5 deletions open-api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -12152,7 +12152,14 @@
"$ref" : "#/definitions/PublishRevocations"
},
"txn" : {
"$ref" : "#/definitions/TxnOrPublishRevocationsResult_txn"
"type" : "array",
"items" : {
"type" : "object",
"description" : "Revocation registry revocations transaction to endorse",
"allOf" : [ {
"$ref" : "#/definitions/TransactionRecord"
} ]
}
}
}
},
Expand Down Expand Up @@ -14803,10 +14810,6 @@
"type" : "object",
"description" : "Credential definition transaction to endorse"
},
"TxnOrPublishRevocationsResult_txn" : {
"type" : "object",
"description" : "Revocation registry revocations transaction to endorse"
},
"TxnOrRegisterLedgerNymResponse_txn" : {
"type" : "object",
"description" : "DID transaction to endorse"
Expand Down

0 comments on commit 77e9369

Please sign in to comment.