{"$schema":"https://json-schema.org/draft/2020-12/schema","description":"This json schema gives prototype of action open","title":"Action open","type":"object","properties":{"action":{"const":"open","description":"Name of the action","type":"string"},"params":{"description":"Parameters of current action","type":"object","properties":{"context":{"description":"Context of group onto tuple must be added. Should reference a `modelName[docId]` context.","type":"string"},"modelName":{"description":"Name of model","type":"string"},"docId":{"description":"Document id","type":["integer","string"]},"reload":{"description":"Flag true/false that indicates if an open document should be reloaded from database","type":"boolean"},"single":{"description":"Flag true/false that indicates if an open document should be reloaded from database","type":"boolean"}},"oneOf":[{"required":["context"]},{"required":["modelName","docId"]}]}},"required":["action","params"],"$id":"https://ewt.epilogic.ch/action.open.schema.json"}