Skip to content

Commit

Permalink
fix flow pattern enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbalogh committed Jan 12, 2021
1 parent 0d5ba61 commit c4ec1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
title: Open Traffic Generator API
description: >-
The open traffic generator API
version: 0.1.4
version: 0.1.5
contact:
name: Open Traffic Generator Project Team
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion flow/packet-headers/patterns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
properties:
choice:
type: string
enum: [value, value_list, increment, decrement]
enum: [value, values, increment, decrement]
value:
oneOf:
- type: string
Expand Down

0 comments on commit c4ec1e1

Please sign in to comment.