11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"prefix": { "type": "string" },
|
|
"suffix": { "type": "string" },
|
|
"left_label": { "type": "string" },
|
|
"right_label": { "type": "string" }
|
|
}
|
|
}
|