Skip to content

Commit

Permalink
Deploying to gh-pages from @ ff83437 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
freigeistig committed Jan 29, 2024
1 parent ab2bca8 commit 2a9a4b9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
16 changes: 14 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@
"proof_type",
"org_id",
"schema_url",
"operator"
"operator",
"field"
],
"properties": {
"creator": {
Expand Down Expand Up @@ -555,6 +556,11 @@
"type": "string",
"description": "The operator that will be used to check the proof",
"example": "$eq"
},
"field": {
"type": "string",
"description": "The field that will be checked",
"example": "groupID"
}
}
}
Expand All @@ -570,7 +576,8 @@
"org_id",
"user_did",
"schema_url",
"operator"
"operator",
"field"
],
"properties": {
"user_did": {
Expand All @@ -597,6 +604,11 @@
"operator": {
"type": "string",
"description": "The operator that will be used to check the proof"
},
"field": {
"type": "string",
"description": "The field that will be checked",
"example": "groupID"
}
}
},
Expand Down
10 changes: 10 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ components:
- org_id
- schema_url
- operator
- field
properties:
creator:
type: string
Expand All @@ -374,6 +375,10 @@ components:
type: string
description: The operator that will be used to check the proof
example: $eq
field:
type: string
description: The field that will be checked
example: groupID
ProofCreate:
type: object
required:
Expand All @@ -383,6 +388,7 @@ components:
- user_did
- schema_url
- operator
- field
properties:
user_did:
type: string
Expand All @@ -403,6 +409,10 @@ components:
operator:
type: string
description: The operator that will be used to check the proof
field:
type: string
description: The field that will be checked
example: groupID
ProofKey:
type: object
required:
Expand Down

0 comments on commit 2a9a4b9

Please sign in to comment.