Blob Blame History Raw
{
	"$schema": "http://json-schema.org/schema#",
	"description": "libnftables JSON API schema",

	"type": "object",
        "properties": {
		"nftables": {
			"type": "array",
			"minitems": 0,
			"items": {
				"type": "object"
			}
		}
	},
	"required": [ "nftables" ]
}