mirror of
https://github.com/gsi-upm/senpy
synced 2025-10-19 01:38:28 +00:00
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"@type": {"type": "string"}
|
|
},
|
|
"required": ["@type"]
|
|
|
|
}
|