Apply suggestions from code review

feature/plugin_sentimental
JulioV 2021-02-12 13:19:00 -05:00
parent 327b015206
commit e2d45460f7
1 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ properties:
CREATE_PARTICIPANT_FILES: CREATE_PARTICIPANT_FILES:
type: object type: object
required: [SOURCE] required: [SOURCE, PHONE_SECTION, FITBIT_SECTION]
properties: properties:
SOURCE: SOURCE:
type: object type: object
@ -228,9 +228,9 @@ properties:
type: string type: string
IOS: IOS:
type: string type: string
EPISODE_THRESHOLD_BETWEENROWS: EPISODE_THRESHOLD_BETWEEN_ROWS:
type: integer type: integer
maximum: 5 maximum: 1440
minimum: 0 minimum: 0
PROVIDERS: PROVIDERS:
type: ["null", object] type: ["null", object]