Skip to content

Commit

Permalink
fix(specs): remove segment version (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenbank authored Feb 14, 2023
1 parent 7acd00a commit cb3001d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions specs/predict/responses/Segment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,12 @@ createSegmentResponse:
segment:
type: object
required:
- version
- segmentID
- name
- conditions
- segmentStatus
- type
properties:
version:
$ref: '#/segmentVersion'
segmentID:
$ref: '#/segmentID'
name:
Expand Down Expand Up @@ -102,12 +99,6 @@ segmentType:
- computed
- custom

segmentVersion:
type: number
format: float
description: The segment syntax version.
example: 1.1

segmentID:
type: string
description: The ID of the segment.
Expand Down

0 comments on commit cb3001d

Please sign in to comment.