Skip to content

Commit

Permalink
Fixes an accidental search-and-replace in the v4 directory (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmerderonde authored Sep 21, 2022
1 parent f55a90f commit 27d91bc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions v4/paths/AcademicSessionOfferingCollection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ get:
enum:
- nl-nl
- en-gb
- name: resultExpected
- name: isLineItem
in: query
description: Filter by resultExpected
description: Filter by isLineItem
required: false
schema:
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions v4/paths/ComponentOfferingCollection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ get:
enum:
- nl-nl
- en-gb
- name: resultExpected
- name: isLineItem
in: query
description: Filter by resultExpected
description: Filter by isLineItem
required: false
schema:
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions v4/paths/CourseOfferingCollection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ get:
required: false
schema:
$ref: '../enumerations/modeOfStudy.yaml'
- name: resultExpected
- name: isLineItem
in: query
description: Filter by resultExpected
description: Filter by isLineItem
required: false
schema:
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions v4/paths/OrganizationOfferingCollection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ get:
enum:
- nl-nl
- en-gb
- name: resultExpected
- name: isLineItem
in: query
description: Filter by resultExpected
description: Filter by isLineItem
required: false
schema:
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions v4/paths/ProgramOfferingCollection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ get:
required: false
schema:
$ref: '../enumerations/modeOfStudy.yaml'
- name: resultExpected
- name: isLineItem
in: query
description: Filter by resultExpected
description: Filter by isLineItem
required: false
schema:
type: boolean
Expand Down
6 changes: 3 additions & 3 deletions v4/schemas/Offering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ required:
- name
- description
- mainLanguage
- resultExpected
- isLineItem
properties:
offeringId:
type: string
Expand Down Expand Up @@ -74,9 +74,9 @@ properties:
format: int32
minimum: 0
example: 50
resultExpected:
isLineItem:
type: boolean
description: Whether the offering will summarized in a result previously known as a line-item
description: Whether the offering is a line item or not
example: true
resultValueType:
$ref: '../enumerations/resultValueType.yaml'
Expand Down

0 comments on commit 27d91bc

Please sign in to comment.