File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
api/tests/integration/identification_tasks Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ variables:
88 response_data_validation : &retrieve_validation
99 observation :
1010 uuid : !re_fullmatch "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
11+ short_id : !anystr
1112 user :
1213 uuid : !re_fullmatch "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
1314 locale : !anystr
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ variables:
88 response_data_validation : &retrieve_validation
99 observation :
1010 uuid : !re_fullmatch "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
11+ short_id : !anystr
1112 user_uuid : !re_fullmatch "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
1213 created_at : !re_fullmatch \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}Z
1314 created_at_local : !re_fullmatch \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}([+-]\d{2}:\d{2}|Z)
You can’t perform that action at this time.
0 commit comments