-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from UlfBj/master
Service data model update
- Loading branch information
Showing
5 changed files
with
30 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
docs-gen/content/service_data_rule_set/iprocedure-mprocedure.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: "procedure node" | ||
weight: 30 | ||
--- | ||
|
||
The `procedure` node type must have the following mandatory metadata: | ||
- Name | ||
- Type | ||
- Description | ||
|
||
For more information, see the [Common Rule Set: Mandatory Metadata](/hierarchical_information_model/common_rule_set/basics#mandatory-metadata). | ||
|
||
Besides the mandatory metadata mentioned above, the following optional metadata may be used | ||
- Comment | ||
|
||
For more information, please see the [Common Rule Set: Optional Metadata](/hierarchical_information_model/common_rule_set/basics#optional-metadata). | ||
|
||
- A parent must be of the node type `branch`. | ||
- Children, if any, must be of the node type `iostruct`. | ||
|
||
An example of the specification of a `procedure` node is given below. | ||
```YAML | ||
microserviceName: | ||
type: procedure | ||
description: This is an example of a microservice procedure node containing its mandatory metadata. | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.