searches the current version of every section · esc to close

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.33v0.1.34
18An implementation that does not support the Environment Model module MUST ignore the `environmentModel` member of `FormProperties`.18An implementation that does not support the Environment Model module MUST ignore the `environmentModel` member of `FormProperties`.
1919
20When used with the Category module, the artifact MUST use `environment` as its artifact category.20When used with the Category module, the artifact MUST use `environment` as its artifact category.
21```ts
22type Category = "environment" // ...
23```