Skip to content

Commit

Permalink
Update Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Jun 27, 2024
1 parent f20b996 commit 6fc222c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mirrord-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 6fc222c

Please sign in to comment.