Files
2026-01-22 15:49:12 +01:00

13 lines
154 B
JSON

{
"definitions": {
"def": {
"type": "object",
"properties": {
"str": {
"type": "string"
}
}
}
}
}