mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
00551779fb
Add example showing usage of policy, WTD-973.
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"name": "Example Policy",
|
|
"description": "Provides an example of using policies to prohibit actions.",
|
|
"extensions": {
|
|
"policies": [
|
|
{
|
|
"implementation": "ExamplePolicy.js",
|
|
"category": "action"
|
|
}
|
|
]
|
|
}
|
|
} |