Added time_segment feature
parent
e2d45460f7
commit
6bad9066f8
|
@ -5,6 +5,7 @@ required:
|
||||||
- TIMEZONE
|
- TIMEZONE
|
||||||
- PIDS
|
- PIDS
|
||||||
- CREATE_PARTICIPANT_FILES
|
- CREATE_PARTICIPANT_FILES
|
||||||
|
- TIME_SEGMENTS
|
||||||
- PHONE_DATA_CONFIGURATION
|
- PHONE_DATA_CONFIGURATION
|
||||||
- PHONE_ACCELEROMETER
|
- PHONE_ACCELEROMETER
|
||||||
- PHONE_ACTIVITY_RECOGNITION
|
- PHONE_ACTIVITY_RECOGNITION
|
||||||
|
@ -165,8 +166,18 @@ properties:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
TIME_SEGMENTS:
|
||||||
|
type: object
|
||||||
|
required: [TYPE, FILE, INCLUDE_PAST_PERIODIC_SEGMENTS]
|
||||||
|
properties:
|
||||||
|
TYPE:
|
||||||
|
type: string
|
||||||
|
enum: ["FREQUENCY", "PERIODIC", "EVENT"]
|
||||||
|
FILE:
|
||||||
|
type: string
|
||||||
|
pattern: "^.*\\.csv$"
|
||||||
|
INCLUDE_PAST_PERIODIC_SEGMENTS:
|
||||||
|
type: boolean
|
||||||
|
|
||||||
PHONE_DATA_CONFIGURATION:
|
PHONE_DATA_CONFIGURATION:
|
||||||
allOf:
|
allOf:
|
||||||
|
|
Loading…
Reference in New Issue