diff --git a/schema/mman/.index.schema.json b/schema/mman/.index.schema.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/schema/mman/.index.schema.json @@ -0,0 +1 @@ + diff --git a/schema/mman/local/config.schema.json b/schema/mman/local/config.schema.json new file mode 100644 index 0000000..0f6aff8 --- /dev/null +++ b/schema/mman/local/config.schema.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "properties": { + "base": { + "type": "string", + "description": "Local base path of jasm-mman configs." + }, + "index": { + "type": "object", + "properties": { + "path": { + "type": "string", + "description": "Path of the local index file.", + "default": "{base}/config.json" + } + } + } + } +}