Daniel Holmgren df14df522b
Ozone signature methods (#2855)
* lexicons

* fix typo & add proxy routes

* changeset
2024-10-03 14:00:12 -05:00

15 lines
274 B
JSON

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