{
"operation-name" : "get-capability",
"description" : "Operation that returns runtime capability",
"request-properties" : {
"name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Name of capability, required",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"scope" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Name of scope in which to look for capability; optional, defaults to \"global\" scope",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "Capability",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Name of capability",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"dynamic" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Tells if capability is dynamic aka wildcard or not.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"stability" : "default"
},
"scope" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Scope of capability, only important in domain mode, in standalone it is always \"global\"",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"registration-points" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "List of addresses where capability is registered at.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
}
},
"stability" : "default",
"read-only" : true,
"runtime-only" : true
}