Skip to content

Commit 4da7d40

Browse files
authored
fix: migration metadata schema (#3528)
## Proposed change <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * 🐛 Fix #issue --> <!-- * 🐛 Fix resolves #issue --> <!-- * 🚀 Feature #issue --> <!-- * 🚀 Feature resolves #issue --> <!-- * :octocat: Pull Request #issue -->
2 parents 355cdf9 + c8d28f2 commit 4da7d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@o3r/extractors/schemas/migration.metadata.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"AssetMigrationItem": {
9595
"type": "object",
9696
"required": [
97-
"name"
97+
"path"
9898
],
9999
"properties": {
100100
"path": {
@@ -268,4 +268,4 @@
268268
}
269269
}
270270
}
271-
}
271+
}

0 commit comments

Comments
 (0)