Apply suggestions from code review
parent
327b015206
commit
e2d45460f7
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue