Skip to content

Commit

Permalink
fileformats.schema - remove "rename" property
Browse files Browse the repository at this point in the history
Was used only in a single file and wasn't necessary.
  • Loading branch information
MatteoCampinoti94 committed Nov 27, 2024
1 parent bd61416 commit e3178c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
22 changes: 0 additions & 22 deletions fileformats.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,28 +390,6 @@
}
}
},
"rename": {
"description": "Instructions to change the extension of a file.",
"type": "object",
"required": [
"extension"
],
"properties": {
"extension": {
"description": "The new file extension.",
"type": "string",
"pattern": "^(\\.[^.]+)+$"
},
"append": {
"description": "Whether to append the new extension to existing ones.",
"type": "boolean"
},
"on_extension_mismatch": {
"description": "Whether to only apply the action if the file has an extension mismatch warning.",
"type": "boolean"
}
}
},
"reidentify": {
"description": "Instructions to re-identify a file format using custom signatures.",
"type": "object",
Expand Down
4 changes: 0 additions & 4 deletions fileformats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,10 +904,6 @@ fmt/189:
output: ods
fmt/199:
name: MPEG-4 Media File
rename:
extension: .mp4
append: true
on_extension_mismatch: true
action: convert
convert:
tool: video
Expand Down

0 comments on commit e3178c6

Please sign in to comment.