Skip to content

Commit

Permalink
Fix validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Jan 22, 2025
1 parent d470942 commit bd45c24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion model/Service/Classes/ServiceProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ A ServiceProvider is an entity that provide a software service.
## Metadata

- name: ServiceProvider
- SubclassOf: Agent
- SubclassOf: /Core/Agent
- Instantiability: Concrete
4 changes: 2 additions & 2 deletions model/Service/Classes/SoftwareService.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SoftwareService represents software being licensed, delivered and accessed onlin
## Properties

- provider
- type: Agent
- type: /Core/Agent
- minCount: 1
- serverAuthenticationProtocol
- type: AuthenticationProtocolType
Expand All @@ -22,5 +22,5 @@ SoftwareService represents software being licensed, delivered and accessed onlin
## Metadata

- name: SoftwareService
- SubclassOf: Element
- SubclassOf: /Core/Element
- Instantiability: Concrete
2 changes: 1 addition & 1 deletion model/Service/Properties/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The Agent that provides a SoftwareService to one or more consumers.

- name: provider
- Nature: ObjectProperty
- Range: Agent
- Range: /Core/Agent

0 comments on commit bd45c24

Please sign in to comment.