Skip to content

Commit

Permalink
file_formats.schema - add enum to replace.template, add replace.templ…
Browse files Browse the repository at this point in the history
…ate_text property
  • Loading branch information
MatteoCampinoti94 committed Nov 16, 2023
1 parent 3b29c10 commit a8556ca
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion fileformats.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,19 @@
],
"properties": {
"template": {
"description": "The text content of the template.",
"description": "The replacement template.",
"type": "string",
"enum": [
"text",
"empty",
"password-protected",
"corrupted",
"not-preservable",
"not-convertable"
]
},
"template_text": {
"description": "Text to use instead of the default template.",
"type": "string"
}
}
Expand Down

0 comments on commit a8556ca

Please sign in to comment.