mirror of https://gitlab.com/litecord/litecord.git
gateway.schemas: add hello.properties.app_arch
This commit is contained in:
parent
61f2163049
commit
94a973f264
|
|
@ -106,6 +106,7 @@ IDENTIFY_SCHEMA = {
|
|||
"required": False,
|
||||
"nullable": True,
|
||||
},
|
||||
"app_arch": {"type": "string", "required": False},
|
||||
},
|
||||
},
|
||||
"capabilities": {"type": "number", "required": False},
|
||||
|
|
|
|||
Loading…
Reference in New Issue