Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 85f1cc5

Browse files
committed
Typo tweak
1 parent 1a04ee3 commit 85f1cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Currently, the following languages/frameworks are supported:
4040
- Type hints for accessing properties in object instances so some_val in some_val = some_inst['someKey'] will have the correct type hint
4141
- Type hints for accessing array items in array instances so some_val in some_val = array_inst[0] will have the correct type hint
4242
- Endpoints have input and response type hints
43-
- Openapi spec inline schemas supported of any depth
43+
- Openapi spec inline schemas supported at any depth
4444
- If needed, validation of some json schema keywords can be deactivated via a configuration class
4545
- Payload values are not coerced when validated, so a datetime value can pass other validations that describe the payload only as type string
4646
- String transmission of numbers supported with type: string, format: number, value can be accessed as a Decimal with inst.as_decimal_oapg

0 commit comments

Comments
 (0)