Skip to content

Commit

Permalink
Merge branch 'release/v0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Jun 10, 2021
2 parents ad6e5b9 + b4bf784 commit fe069aa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: 3.0.2
info:
title: Hero for Developers
version: 0.4.0
version: 0.4.1
x-logo:
url: "./hero-logo.png"
backgroundColor: "#FAFAFA"
Expand Down Expand Up @@ -1961,7 +1961,7 @@ paths:
required: false
schema:
type: integer
format: int64
format: uint32
- name: learnerSiblingCount
description: |-
learnerSiblingCount enables filtering all learner records based on the
Expand All @@ -1970,7 +1970,7 @@ paths:
required: false
schema:
type: integer
format: int64
format: uint32
- name: enrolments
description: enrolments enables filtering enrolments by enrolment identifiers.
in: query
Expand Down Expand Up @@ -2393,7 +2393,7 @@ paths:
required: false
schema:
type: integer
format: int64
format: uint32
- name: learnerSiblingCount
description: |-
learnerSiblingCount enables filtering all learner records based on the
Expand All @@ -2402,7 +2402,7 @@ paths:
required: false
schema:
type: integer
format: int64
format: uint32
- name: caregiverContactOf
description: |-
caregiverContactOf enables filtering caregivers being a contact of the
Expand Down Expand Up @@ -5863,8 +5863,8 @@ components:
type:
"$ref": "#/components/schemas/peopleContactType"
priority:
type: string
format: int64
type: number
format: uint32
description: |-
priority determines the order in which contacts are displayed.
relationship:
Expand Down Expand Up @@ -6168,15 +6168,15 @@ components:
enrolmentId is the current or most recent educational facility the
Learner has been assigned.
siblingPosition:
type: string
format: int64
type: number
format: uint32
description: |-
siblingPosition contains the position in the family this child holds
with respect to the current school they are enrolled in.
One-based index, you can't be the 0th position in a family.
siblingCount:
type: string
format: int64
type: number
format: uint32
description: |-
siblingCount contains the number of known siblings the learner has
within their family including self, with respect to the current school
Expand Down

0 comments on commit fe069aa

Please sign in to comment.