Skip to content

Commit e719e03

Browse files
authored
Merge pull request #290 from axone-protocol/feat/rm-order-auth-cred
Feat/rm order auth cred
2 parents 4885ffc + 8287323 commit e719e03

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

docs/schemas/credential-digital-service-authentication.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,12 @@ Here are the namespaces used in this schema:
2727
2828
### Description
2929

30-
The Digital Service Authentication Credential is a formal declaration used to authenticate a Digital Service against another in the purpose of fulfilling of a Digital Service Execution Order.
30+
The Digital Service Authentication Credential is a formal declaration used to authenticate a Digital Service against another.
3131

32-
In these credentials, both the subject and the issuer are the Digital Service to be authenticated. The credential contains the needed element to verify the authentication has been requested.
32+
In these credentials, both the subject and the issuer are the Digital Service to be authenticated. The credential carries the needed element to verify the requested authentication.
3333

3434
### Properties
3535

36-
#### For order
37-
>
38-
> **IRI**: [credential-digital-service-authentication:forOrder](https://w3id.org/axone/ontology/v3/schema/credential/digital-service/authentication/forOrder)
39-
>
40-
> **Domain**: [credential-digital-service-authentication:DigitalServiceAuthenticationCredential](https://w3id.org/axone/ontology/v3/schema/credential/digital-service/authentication/DigitalServiceAuthenticationCredential)
41-
>
42-
> **Range**: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
43-
44-
The Digital Service Execution Order served by this authentication.
45-
4636
#### To service
4737
>
4838
> **IRI**: [credential-digital-service-authentication:toService](https://w3id.org/axone/ontology/v3/schema/credential/digital-service/authentication/toService)

src/schema/digital-service/credential-digital-service-authentication.ttl

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@
77
:DigitalServiceAuthenticationCredential a rdfs:Class ;
88
rdfs:label "Digital Service Authentication Credential"@en ;
99
rdfs:comment """
10-
The Digital Service Authentication Credential is a formal declaration used to authenticate a Digital Service against another in the purpose of fulfilling of a Digital Service Execution Order.
10+
The Digital Service Authentication Credential is a formal declaration used to authenticate a Digital Service against another.
1111
12-
In these credentials, both the subject and the issuer are the Digital Service to be authenticated. The credential contains the needed element to verify the authentication has been requested.
12+
In these credentials, both the subject and the issuer are the Digital Service to be authenticated. The credential carries the needed element to verify the requested authentication.
1313
"""@en .
1414

15-
:forOrder a rdf:Property ;
16-
rdfs:label "for order"@en ;
17-
rdfs:comment """
18-
The Digital Service Execution Order served by this authentication.
19-
"""@en ;
20-
schema:domainIncludes :DigitalServiceAuthenticationCredential ;
21-
schema:rangeIncludes xsd:anyURI .
22-
2315
:toService a rdf:Property ;
2416
rdfs:label "to service"@en ;
2517
rdfs:comment """

0 commit comments

Comments
 (0)