Skip to content
Snippets Groups Projects
Commit cf08c07a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Add match_newer_than_file to cfood schema

parent 1b9ec761
No related branches found
No related tags found
2 merge requests!217TST: Make NamedTemporaryFiles Windows-compatible,!206F dir change date
Pipeline #58506 passed
......@@ -88,6 +88,12 @@ cfood:
match_value:
description: a regexp that is matched to the value of a key-value pair
type: string
match_newer_than_file:
description: |
Only relevant for Directory. A path to a file containing
an ISO-formatted datetime. Only match if the contents of the
Directory have been modified after that datetime.
type: string
record_from_dict:
description: Only relevant for PropertiesFromDictElement. Specify the root record which is generated from the contained dictionary.
type: object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment