Skip to content

Commit

Permalink
Merge pull request #290 from axone-protocol/feat/rm-order-auth-cred
Browse files Browse the repository at this point in the history
Feat/rm order auth cred
  • Loading branch information
amimart authored Aug 2, 2024
2 parents 4885ffc + 8287323 commit e719e03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
14 changes: 2 additions & 12 deletions docs/schemas/credential-digital-service-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,12 @@ Here are the namespaces used in this schema:
### Description

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.
The Digital Service Authentication Credential is a formal declaration used to authenticate a Digital Service against another.

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.
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.

### Properties

#### For order
>
> **IRI**: [credential-digital-service-authentication:forOrder](https://w3id.org/axone/ontology/v3/schema/credential/digital-service/authentication/forOrder)
>
> **Domain**: [credential-digital-service-authentication:DigitalServiceAuthenticationCredential](https://w3id.org/axone/ontology/v3/schema/credential/digital-service/authentication/DigitalServiceAuthenticationCredential)
>
> **Range**: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
The Digital Service Execution Order served by this authentication.

#### To service
>
> **IRI**: [credential-digital-service-authentication:toService](https://w3id.org/axone/ontology/v3/schema/credential/digital-service/authentication/toService)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,11 @@
:DigitalServiceAuthenticationCredential a rdfs:Class ;
rdfs:label "Digital Service Authentication Credential"@en ;
rdfs:comment """
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.
The Digital Service Authentication Credential is a formal declaration used to authenticate a Digital Service against another.
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.
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.
"""@en .

:forOrder a rdf:Property ;
rdfs:label "for order"@en ;
rdfs:comment """
The Digital Service Execution Order served by this authentication.
"""@en ;
schema:domainIncludes :DigitalServiceAuthenticationCredential ;
schema:rangeIncludes xsd:anyURI .

:toService a rdf:Property ;
rdfs:label "to service"@en ;
rdfs:comment """
Expand Down

0 comments on commit e719e03

Please sign in to comment.