blob: 026f879aa6d1dfc9044589a0afaf599b7baf425b [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "urn:data",
"type": "object",
"required": [
"value"
],
"properties": {
"value": {
"type": "string"
}
}
}