Lawrence Tang | 8f793ac | 2022-07-13 10:17:09 +0100 | [diff] [blame] | 1 | { |
Lawrence Tang | 8f793ac | 2022-07-13 10:17:09 +0100 | [diff] [blame] | 2 | "$schema": "https://json-schema.org/draft/2020-12/schema", |
3 | "type": "object", | ||||
4 | "required": ["data"], | ||||
5 | "additionalProperties": false, | ||||
6 | "properties": { | ||||
7 | "data": { | ||||
8 | "type": "string" | ||||
9 | } | ||||
10 | } | ||||
John Chung | 044afd0 | 2024-05-03 19:58:02 +0800 | [diff] [blame] | 11 | } |