mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
527 B
JSON
29 lines
527 B
JSON
7 years ago
|
{
|
||
|
"meta": {
|
||
|
"prefix": "ncs",
|
||
|
"namespace": "http://tail-f.com/ns/ncs",
|
||
|
"types": {
|
||
|
},
|
||
|
"keypath": "/ncs:devices/device{ce0}/description"
|
||
|
},
|
||
|
"data": {
|
||
|
"info": {
|
||
|
"string": "Free form textual description"
|
||
|
},
|
||
|
"kind": "leaf",
|
||
|
"name": "description",
|
||
|
"qname": "ncs:description",
|
||
|
"access": {
|
||
|
"read": true,
|
||
|
"create": true,
|
||
|
"execute": false,
|
||
|
"update": true,
|
||
|
"delete": true
|
||
|
},
|
||
|
"type": {
|
||
|
"primitive": true,
|
||
|
"name": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|