{
    "title": "non negative integer",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "integer",
    "minimum": 0
}