11 lines
243 B
Text
11 lines
243 B
Text
|
|
# Fixture: ComponentDef without `concerns` field.
|
||
|
|
# Expected: schema rejects (concerns is mandatory).
|
||
|
|
let lib = import "schemas/lib/contracts.ncl" in
|
||
|
|
|
||
|
|
{
|
||
|
|
component | lib.ComponentDef = {
|
||
|
|
name = "no-concerns",
|
||
|
|
mode = 'taskserv,
|
||
|
|
},
|
||
|
|
}
|