From 2a9a4b9d80781b9438d5c87d3ec8eaea80ebe012 Mon Sep 17 00:00:00 2001 From: RomanHarazha <96019015+RomanHarazha@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:59:14 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20ff834?= =?UTF-8?q?37370775335b8776f63fac336b7fdb170a5=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.json | 16 ++++++++++++++-- openapi.yaml | 10 ++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/openapi.json b/openapi.json index d85d3dc..8dfca66 100644 --- a/openapi.json +++ b/openapi.json @@ -521,7 +521,8 @@ "proof_type", "org_id", "schema_url", - "operator" + "operator", + "field" ], "properties": { "creator": { @@ -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" } } } @@ -570,7 +576,8 @@ "org_id", "user_did", "schema_url", - "operator" + "operator", + "field" ], "properties": { "user_did": { @@ -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" } } }, diff --git a/openapi.yaml b/openapi.yaml index ae3c960..94592fc 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -348,6 +348,7 @@ components: - org_id - schema_url - operator + - field properties: creator: type: string @@ -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: @@ -383,6 +388,7 @@ components: - user_did - schema_url - operator + - field properties: user_did: type: string @@ -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: