Skip to content

Commit

Permalink
doc(pollux): fix linter errors #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Shynbuiev committed Aug 31, 2022
1 parent 2f5205d commit 1b921eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollux/api/pollux-openapi-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ components:
additionalProperties: true
required: ["id"]
description: "Credentials subject DID and claims according to the schema object"
example: '{"id": "did:prism:subject12345", "alumni_of": "University", "degree": "master of openapi specification" }'
example: "{'id': 'did:prism:subject12345', 'alumni_of': 'University', 'degree': 'master of openapi specification'}"
properties:
id:
type: string
Expand Down

0 comments on commit 1b921eb

Please sign in to comment.