Added time_segment feature

feature/plugin_sentimental
Weiyu 2021-02-12 18:11:43 -05:00 committed by JulioV
parent e2d45460f7
commit 6bad9066f8
1 changed files with 13 additions and 2 deletions

View File

@ -5,6 +5,7 @@ required:
- TIMEZONE
- PIDS
- CREATE_PARTICIPANT_FILES
- TIME_SEGMENTS
- PHONE_DATA_CONFIGURATION
- PHONE_ACCELEROMETER
- PHONE_ACTIVITY_RECOGNITION
@ -165,8 +166,18 @@ properties:
items:
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:
allOf: