Skip to content

Commit

Permalink
Fix indentation in config.schema.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferfedor committed Nov 14, 2023
1 parent 0897712 commit d7614f4
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions tools/config.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,14 @@ properties:
properties:
ANDROID:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
IOS:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
EPISODE_THRESHOLD_BETWEEN_ROWS:
type: integer
maximum: 1440
Expand Down Expand Up @@ -339,9 +339,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
APPLICATION_CATEGORIES:
allOf:
- $ref: "#/definitions/APPLICATION_CATEGORIES_FEATURE"
Expand All @@ -355,9 +355,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
APPLICATION_CATEGORIES:
allOf:
- $ref: "#/definitions/APPLICATION_CATEGORIES_FEATURE"
Expand Down Expand Up @@ -431,9 +431,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
APPLICATION_CATEGORIES:
allOf:
- $ref: "#/definitions/APPLICATION_CATEGORIES_FEATURE"
Expand All @@ -448,9 +448,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
EPISODE_THRESHOLD_BETWEEN_ROWS:
type: integer
maximum: 1440
Expand All @@ -476,9 +476,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand Down Expand Up @@ -518,9 +518,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand Down Expand Up @@ -574,14 +574,14 @@ properties:
properties:
ANDROID:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
IOS:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand Down Expand Up @@ -643,9 +643,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand All @@ -670,9 +670,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand All @@ -694,9 +694,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
LOCATIONS_TO_USE:
type: string
enum: [ALL, GPS, ALL_RESAMPLED, FUSED_RESAMPLED]
Expand Down Expand Up @@ -780,14 +780,14 @@ properties:
properties:
ANDROID:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
IOS:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
additionalProperties:
Expand All @@ -799,9 +799,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand Down Expand Up @@ -839,9 +839,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand Down Expand Up @@ -877,9 +877,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand All @@ -901,9 +901,9 @@ properties:
properties:
CONTAINER:
type: [array, string]
uniqueItems: True
items:
type: string
uniqueItems: True
items:
type: string
PROVIDERS:
type: ["null", object]
properties:
Expand Down

0 comments on commit d7614f4

Please sign in to comment.