diff --git a/mirrord-schema.json b/mirrord-schema.json index 5897114ddeb..aa2bf6752ea 100644 --- a/mirrord-schema.json +++ b/mirrord-schema.json @@ -166,6 +166,17 @@ } ] }, + "mapping": { + "title": "feature.fs.mapping {#feature-fs-mapping}", + "description": "Specify map of patterns that if matched will replace the path according to specification", + "type": [ + "object", + "null" + ], + "additionalProperties": { + "type": "string" + } + }, "mode": { "title": "feature.fs.mode {#feature-fs-mode}", "anyOf": [