Skip to content

Commit

Permalink
Fixed typos in OpenAPI spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
applebyter committed Mar 3, 2024
1 parent aadf246 commit a285de5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions assessment/cloud/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ paths:
parameters:
- name: customer_id
in: path
description: The customer identifier is a <a href="https://datatracker.ietf.org/doc/html/rfc4122">UUIDv4</a>.
description: The customer identifier is a UUIDv4.
required: true
schema:
type: string
Expand All @@ -77,7 +77,7 @@ paths:
in: query
description: |
Only return emails submitted from this date.
The date should be in <a href="https://datatracker.ietf.org/doc/html/rfc3339">RFC3339</a> format.
The date should be in RFC3339 format.
schema:
type: string
format: date-time
Expand All @@ -86,7 +86,7 @@ paths:
in: query
description: |
Only return emails submitted before this date.
The date should be in <a href="https://datatracker.ietf.org/doc/html/rfc3339">RFC3339</a> format.
The date should be in RFC3339 format.
schema:
type: string
format: date-time
Expand Down Expand Up @@ -156,7 +156,7 @@ paths:
parameters:
- name: customer_id
in: path
description: The customer identifier is a <a href="https://datatracker.ietf.org/doc/html/rfc4122">UUIDv4</a> where the first 4 characters represent the customer type. Customers with 1111####-####-####-####-############ are to be treated as high priority while all other valid <a href="https://datatracker.ietf.org/doc/html/rfc4122">UUIDv4</a>'s are to be treated as standard priority.
description: The customer identifier is a UUIDv4 where the first 4 characters represent the customer type. Customers with 1111####-####-####-####-############ are to be treated as high priority while all other valid UUIDv4's are to be treated as standard priority.
required: true
schema:
type: string
Expand Down Expand Up @@ -195,7 +195,7 @@ paths:
parameters:
- name: customer_id
in: path
description: The customer identifier is a <a href="https://datatracker.ietf.org/doc/html/rfc4122">UUIDv4</a>.
description: The customer identifier is a UUIDv4.
required: true
schema:
type: string
Expand Down Expand Up @@ -239,7 +239,7 @@ paths:
parameters:
- name: customer_id
in: path
description: The customer identifier is a <a href="https://datatracker.ietf.org/doc/html/rfc4122">UUIDv4</a>.
description: The customer identifier is a UUIDv4.
required: true
schema:
type: string
Expand All @@ -260,7 +260,7 @@ paths:
generated_at:
type: string
format: date-time
description: The date and time the report was generated in <a href="https://datatracker.ietf.org/doc/html/rfc3339">RFC3339</a> format. If the report is being made live then this should be the current date and time.
description: The date and time the report was generated in RFC3339 format. If the report is being made live then this should be the current date and time.
example: 2024-02-21T13:10:05Z
total:
type: integer
Expand Down Expand Up @@ -294,7 +294,7 @@ paths:
parameters:
- name: customer_id
in: path
description: The customer identifier is a <a href="https://datatracker.ietf.org/doc/html/rfc4122">UUIDv4</a>.
description: The customer identifier is a UUIDv4.
required: true
schema:
type: string
Expand All @@ -315,7 +315,7 @@ paths:
generated_at:
type: string
format: date-time
description: The date and time the report was generated in <a href="https://datatracker.ietf.org/doc/html/rfc3339">RFC3339</a> format. If the report is being made live then this should be the current date and time.
description: The date and time the report was generated in RFC3339 format. If the report is being made live then this should be the current date and time.
example: 2024-02-21T13:10:05Z
total:
type: integer
Expand Down Expand Up @@ -349,7 +349,7 @@ paths:
parameters:
- name: customer_id
in: path
description: The customer identifier is a <a href="https://datatracker.ietf.org/doc/html/rfc4122">UUIDv4</a>.
description: The customer identifier is a UUIDv4.
required: true
schema:
type: string
Expand All @@ -372,7 +372,7 @@ paths:
generated_at:
type: string
format: date-time
description: The date and time the report was generated in <a href="https://datatracker.ietf.org/doc/html/rfc3339">RFC3339</a> format. If the report is being made live then this should be the current date and time.
description: The date and time the report was generated in RFC3339 format. If the report is being made live then this should be the current date and time.
example: 2024-02-21T13:10:05Z
total:
type: integer
Expand Down

0 comments on commit a285de5

Please sign in to comment.