Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set some reserved properties to regular in the vocabulary #1553

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions vocab/credentials/v2/vocabulary.drawio
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;&lt;font color=&quot;#000000&quot;&gt;evidence&lt;/font&gt;&lt;/i&gt;" link="https://www.w3.org/2018/credentials#evidence" id="lZdwYr-LXM3OhQDUA7XR-5">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;dashed=1;dashPattern=1 2;" parent="1" vertex="1">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="-876" y="-542" width="171" height="27.21049922799794" as="geometry" />
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;&lt;font color=&quot;#000000&quot;&gt;refreshService&lt;/font&gt;&lt;/i&gt;" link="https://www.w3.org/2018/credentials#refreshService" id="lZdwYr-LXM3OhQDUA7XR-6">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;dashed=1;dashPattern=1 2;" parent="1" vertex="1">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="-876" y="-485" width="171" height="27.21049922799794" as="geometry" />
</mxCell>
</UserObject>
Expand Down Expand Up @@ -254,12 +254,12 @@
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;&lt;font color=&quot;#000000&quot;&gt;CredentialEvidence&lt;/font&gt;&lt;/i&gt;" link="https://www.w3.org/2018/credentials#CredentialEvidence" id="lZdwYr-LXM3OhQDUA7XR-29">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;dashed=1;dashPattern=1 2;" parent="1" vertex="1">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" parent="1" vertex="1">
<mxGeometry x="-586" y="-548.0023160061761" width="218" height="39.215131240349976" as="geometry" />
</mxCell>
</UserObject>
<UserObject label="&lt;i&gt;&lt;font color=&quot;#000000&quot;&gt;RefreshService&lt;/font&gt;&lt;/i&gt;" link="https://www.w3.org/2018/credentials#RefreshService" id="lZdwYr-LXM3OhQDUA7XR-30">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;dashed=1;dashPattern=1 2;" parent="1" vertex="1">
<mxCell style="ellipse;whiteSpace=wrap;html=1;fontSize=16;fillColor=none;strokeWidth=2;strokeColor=#336600;" parent="1" vertex="1">
<mxGeometry x="-586" y="-491.002316006176" width="218" height="39.215131240349976" as="geometry" />
</mxCell>
</UserObject>
Expand Down
8 changes: 4 additions & 4 deletions vocab/credentials/v2/vocabulary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions vocab/credentials/v2/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ontology:
class:
- id: CredentialEvidence
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-evidence
status: reserved
context: none

- id: CredentialSchema
Expand Down Expand Up @@ -55,7 +54,6 @@ class:
- id: RefreshService
label: Refresh service
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-refresh-service
status: reserved
context: none

- id: RenderMethod
Expand Down Expand Up @@ -120,7 +118,6 @@ property:
label: Evidence
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#defn-evidence
domain: cred:VerifiableCredential
status: reserved
range: cred:CredentialEvidence

- id: expirationDate
Expand Down Expand Up @@ -159,7 +156,6 @@ property:
label: Refresh service
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#defn-refreshService
domain: cred:VerifiableCredential
status: reserved
range: cred:RefreshService

- id: renderMethod
Expand Down
Loading