10 lines
143 B
JSON
10 lines
143 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"string": {
|
|
"type": "string",
|
|
"default": "value"
|
|
}
|
|
}
|
|
}
|