Skip to content

Commit

Permalink
Adding validation rules for datetime replacement.
Browse files Browse the repository at this point in the history
  • Loading branch information
kherge committed Oct 15, 2015
1 parent f658916 commit 34259e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions res/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@
"description": "The compression algorithm to use for the PHAR.",
"type": ["string", "number"]
},
"datetime": {
"description": "The replacement date for the current date and time.",
"type": "string"
},
"datetime_format": {
"description": "The format for the current date and time.",
"type": "string"
},
"directories": {
"description": "A list of relative directory paths to search for scripts.",
"items": {
Expand Down

0 comments on commit 34259e6

Please sign in to comment.