Skip to content

Commit

Permalink
Add additional description.
Browse files Browse the repository at this point in the history
Signed-off-by: Archer <[email protected]>
  • Loading branch information
Naarcha-AWS committed Oct 7, 2024
1 parent 6463266 commit ccd6bac
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spec/schemas/_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,8 @@ components:
type: string
StringifiedEpochTimeUnitSeconds:
description: |-
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
behavior while keeping the semantics of the field type.
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
this behavior while keeping the semantics of the field type.
Depending on the target language, code generators can keep the union or remove it and leniently parse
strings to the target type.
Expand Down Expand Up @@ -873,8 +873,8 @@ components:
type: string
Stringifiedinteger:
description: |-
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
behavior while keeping the semantics of the field type.
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
this behavior while keeping the semantics of the field type.
Depending on the target language, code generators can keep the union or remove it and leniently parse
strings to the target type.
Expand All @@ -883,8 +883,8 @@ components:
- type: string
Stringifiedboolean:
description: |-
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
behavior while keeping the semantics of the field type.
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
this behavior while keeping the semantics of the field type.
Depending on the target language, code generators can keep the union or remove it and leniently parse
strings to the target type.
Expand All @@ -895,8 +895,8 @@ components:
type: string
StringifiedEpochTimeUnitMillis:
description: |-
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
behavior while keeping the semantics of the field type.
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
this behavior while keeping the semantics of the field type.
Depending on the target language, code generators can keep the union or remove it and leniently parse
strings to the target type.
Expand Down Expand Up @@ -1926,8 +1926,8 @@ components:
- within
StringifiedVersionNumber:
description: |-
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
behavior while keeping the semantics of the field type.
Certain APIs may return values, including numbers such as epoch timestamps, as strings. This setting captures
this behavior while keeping the semantics of the field type.
Depending on the target language, code generators can keep the union or remove it and leniently parse
strings to the target type.
Expand Down

0 comments on commit ccd6bac

Please sign in to comment.