Redfish-Tools
Redfish-Tools copied to clipboard
Check for consistent "nullable=false" usage
As a modeling pattern in Redfish, there are at least two cases where we always use Nullable=false:
- JSON objects: the leaf properties inside of these objects can be null, but the object itself cannot be null
- Singular navigation properties: we've never allowed a singleton link to be null; for example:
{ "AccountService": null }