26.03 Environment Model Modulev0.1.33 → v0.1.34
Changed in v0.1.34 (2026-04-03): add category code example for env model module
→+3 −0
| v0.1.33 | v0.1.34 | ||
|---|---|---|---|
| 18 | An implementation that does not support the Environment Model module MUST ignore the `environmentModel` member of `FormProperties`. | 18 | An implementation that does not support the Environment Model module MUST ignore the `environmentModel` member of `FormProperties`. |
| 19 | 19 | ||
| 20 | When used with the Category module, the artifact MUST use `environment` as its artifact category. | 20 | When used with the Category module, the artifact MUST use `environment` as its artifact category. |
| 21 | ```ts | ||
| 22 | type Category = "environment" // ... | ||
| 23 | ``` | ||