Skip to content

Commit 3104d27

Browse files
authored
Merge pull request #460 from resouer/dev
Update schematic description
2 parents b26a2bc + 93549b8 commit 3104d27

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

3.component_model.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@ Here are the attributes that provide top-level information about the component d
5151

5252
This section declares the schematic of a component that could be instantiated as part of an application in the later workflow.
5353

54-
The OAM specification has no opinion or enforcement on the schematic itself as long as a JSON schema equivalent parameter list is defined. Though in order to make the specification implementable, several built-in approaches (`cue`, `helm`, `kube`) are defined as part of the specification for now.
54+
Note that OAM specification has no enforcement on how to implement the schematic as long as it could:
55+
1. model a deployable unit;
56+
2. expose a JSON schema or equivalent parameter list.
5557

56-
> Note: below sections may change in the future releases.
58+
Though in order to make the specification implementable, below schematic implementations (`cue`, `helm`, `kube`) are defined as part of the specification for now.
59+
60+
> Note: hence below sections may change in the future releases.
5761
5862
| Attribute | Type | Required | Default Value | Description |
5963
|-----------|------|----------|---------------|-------------|

0 commit comments

Comments
 (0)