summaryrefslogtreecommitdiffstats
path: root/py/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'py/schema.json')
-rw-r--r--py/schema.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/py/schema.json b/py/schema.json
deleted file mode 100644
index 460e2156..00000000
--- a/py/schema.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "http://json-schema.org/schema#",
- "description": "libnftables JSON API schema",
-
- "type": "object",
- "properties": {
- "nftables": {
- "type": "array",
- "minitems": 0,
- "items": {
- "type": "object"
- }
- }
- },
- "required": [ "nftables" ]
-}