Skip to content

Commit

Permalink
📝 regenerated openapi spec with v7.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Jul 8, 2024
1 parent 092f1e8 commit 25688eb
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10165,7 +10165,12 @@
"IndyPrimaryProof" : {
"properties" : {
"eq_proof" : {
"$ref" : "#/components/schemas/IndyPrimaryProof_eq_proof"
"allOf" : [ {
"$ref" : "#/components/schemas/IndyEQProof"
} ],
"description" : "Indy equality proof",
"nullable" : true,
"type" : "object"
},
"ge_proofs" : {
"description" : "Indy GE proofs",
Expand Down Expand Up @@ -10277,7 +10282,12 @@
"IndyProofProofProofsProof" : {
"properties" : {
"non_revoc_proof" : {
"$ref" : "#/components/schemas/IndyProofProofProofsProof_non_revoc_proof"
"allOf" : [ {
"$ref" : "#/components/schemas/IndyNonRevocProof"
} ],
"description" : "Indy non-revocation proof",
"nullable" : true,
"type" : "object"
},
"primary_proof" : {
"allOf" : [ {
Expand Down Expand Up @@ -16427,22 +16437,6 @@
}
},
"type" : "object"
},
"IndyPrimaryProof_eq_proof" : {
"allOf" : [ {
"$ref" : "#/components/schemas/IndyEQProof"
} ],
"description" : "Indy equality proof",
"nullable" : true,
"type" : "object"
},
"IndyProofProofProofsProof_non_revoc_proof" : {
"allOf" : [ {
"$ref" : "#/components/schemas/IndyNonRevocProof"
} ],
"description" : "Indy non-revocation proof",
"nullable" : true,
"type" : "object"
}
},
"securitySchemes" : {
Expand Down

0 comments on commit 25688eb

Please sign in to comment.