60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
{
|
|
"name": "HousekeepingRecord",
|
|
"type": "object",
|
|
"properties": {
|
|
"datum": {
|
|
"type": "string",
|
|
"format": "date-time",
|
|
"description": "D\u00e1tum oper\u00e1cie"
|
|
},
|
|
"prevadzka": {
|
|
"type": "string",
|
|
"description": "N\u00e1zov prev\u00e1dzky"
|
|
},
|
|
"licencia": {
|
|
"type": "string",
|
|
"description": "Licencia prev\u00e1dzky"
|
|
},
|
|
"operacia": {
|
|
"type": "string",
|
|
"enum": [
|
|
"prihlasenie",
|
|
"odhlasenie",
|
|
"synchronizacia",
|
|
"aktualizacia",
|
|
"zalohovanie",
|
|
"obnova",
|
|
"export",
|
|
"import",
|
|
"inventura",
|
|
"uzavierka"
|
|
],
|
|
"description": "Typ oper\u00e1cie"
|
|
},
|
|
"verzia": {
|
|
"type": "string",
|
|
"description": "Verzia aplik\u00e1cie"
|
|
},
|
|
"typOS": {
|
|
"type": "string",
|
|
"enum": [
|
|
"Android",
|
|
"iOS"
|
|
],
|
|
"description": "Typ opera\u010dn\u00e9ho syst\u00e9mu"
|
|
},
|
|
"poznamka_prevadzky": {
|
|
"type": "string",
|
|
"description": "Pozn\u00e1mka prev\u00e1dzky"
|
|
},
|
|
"poznamka_operacie": {
|
|
"type": "string",
|
|
"description": "Pozn\u00e1mka oper\u00e1cie"
|
|
}
|
|
},
|
|
"required": [
|
|
"datum",
|
|
"prevadzka",
|
|
"operacia"
|
|
]
|
|
} |