{"$schema":"https://json-schema.org/draft/2020-12/schema","description":"This json schema gives prototype of action script","title":"Action script","type":"object","properties":{"action":{"const":"script","description":"Name of the action","type":"string"},"params":{"description":"Parameters of current action","type":"object","properties":{"name":{"description":"Name of script to execute","type":"string"},"parameters":{"description":"Script parameters","type":"object","properties":{}}},"required":["name"]}},"required":["action","params"],"$id":"https://ewt.epilogic.ch/action.script.schema.json"}