{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.osohq.com/schemas/ActionsResult.json", "title": "ActionsResult", "type": "object", "required": [ "results" ], "properties": { "results": { "type": "array", "items": { "type": "string" } } } }