mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
Rules about literal braces is considered earlier than those for colons in spacing builder.
12 lines
235 B
Python
12 lines
235 B
Python
incoming_invite_post_schema = {
|
|
"definitions": {
|
|
"player": {
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "integer"
|
|
}
|
|
},}
|
|
}
|
|
}
|