Skip to content

Commit

Permalink
Merge pull request #573 from DMTF/Issue-Debug
Browse files Browse the repository at this point in the history
Break out of object schema mapping if not an object
  • Loading branch information
mraineri authored Jan 26, 2024
2 parents 9508b8e + 383c5c3 commit f6ebf1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redfish_service_validator/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ def populate(self, payload, check=False, casted=False):
populated_object.HasValidUri = True
populated_object.HasValidUriStrict = False
populated_object.properties = {x: y.populate(REDFISH_ABSENT) for x, y in populated_object.properties.items()}
return populated_object

# Cast types if they're below their parent or are OemObjects
# Don't cast objects with odata.type that matches their current object type
Expand Down

0 comments on commit f6ebf1f

Please sign in to comment.