{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "definitions": {},
    "id": "http://example.com/example.json",
    "properties": {
        "status": {
            "id": "/properties/status",
            "type": "integer"
        },
        "statusText": {
            "id": "/properties/statusText",
            "type": "string"
        }
    },
    "type": "object"
}