Skip to content

Commit

Permalink
add schema keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 11, 2024
1 parent eec184c commit ce435b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Generator/Normalizer/Python.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ protected function getKeywords(): array
'float',
'str',
'bool',
'schema',
];
}

Expand Down

0 comments on commit ce435b5

Please sign in to comment.