mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|