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