We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acd00a commit cb3001dCopy full SHA for cb3001d
specs/predict/responses/Segment.yml
@@ -65,15 +65,12 @@ createSegmentResponse:
65
segment:
66
type: object
67
required:
68
- - version
69
- segmentID
70
- name
71
- conditions
72
- segmentStatus
73
- type
74
properties:
75
- version:
76
- $ref: '#/segmentVersion'
77
segmentID:
78
$ref: '#/segmentID'
79
name:
@@ -102,12 +99,6 @@ segmentType:
102
99
- computed
103
100
- custom
104
101
105
-segmentVersion:
106
- type: number
107
- format: float
108
- description: The segment syntax version.
109
- example: 1.1
110
-
111
112
type: string
113
description: The ID of the segment.
0 commit comments