Skip to content

tools.ozone.signature.defs

Lexicon Version: 1

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
propertystring
valuestring

{
"lexicon": 1,
"id": "tools.ozone.signature.defs",
"defs": {
"sigDetail": {
"type": "object",
"required": [
"property",
"value"
],
"properties": {
"property": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
}