| 1234567891011121314151617181920 |
- {
- "type": "object",
- "properties": {
- "type": {
- "const": "storage.write"
- },
- "properties": {
- "type": "object",
- "properties": {
- "key": {
- "type": "string"
- },
- "body": {}
- },
- "required": ["key", "body"]
- }
- },
- "required": ["type", "properties"],
- "$schema": "https://json-schema.org/draft-2020-12/schema"
- }
|