You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aries_cloudcontroller/model/indy_proof_req_pred_spec.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,14 @@ class IndyProofReqPredSpec(BaseModel):
20
20
21
21
IndyProofReqPredSpec - a model defined in OpenAPI
22
22
name: Attribute name.
23
-
p_type: Predicate type ('<', '<=', '>=', or '>').
23
+
p_type: Predicate type ('<', '<=', '>=', or '>').
24
24
p_value: Threshold value.
25
25
non_revoked: The non_revoked of this IndyProofReqPredSpec [Optional].
26
26
restrictions: If present, credential must satisfy one of given restrictions: specify schema_id, schema_issuer_did, schema_name, schema_version, issuer_did, cred_def_id, and/or attr::<attribute-name>::value where <attribute-name> represents a credential attribute name [Optional].
0 commit comments