1{
2    "$schema": "http://json-schema.org/draft-07/schema#",
3    "type": "object",
4    "required": [ "status" ],
5    "properties": {
6        "status": {
7            "type": "string",
8            "description": "Information about where message was queued"
9        }
10    }
11}
12