Skip to content

Commit

Permalink
Add Location to set of custom types
Browse files Browse the repository at this point in the history
Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed Apr 29, 2024
1 parent 9b6d662 commit ea45d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/generate_from_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def _get_type(name, obj):
result = 'common.Status'
elif name == 'Identifier':
result = 'common.Identifier'
elif name == 'Location':
result = 'common.Location'
elif name == 'Description':
result = 'string'
elif name == 'UUID':
Expand Down

0 comments on commit ea45d5a

Please sign in to comment.