Redfish-Tools icon indicating copy to clipboard operation
Redfish-Tools copied to clipboard

Check for consistent "nullable=false" usage

Open mraineri opened this issue 10 months ago • 0 comments

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
    }
    

mraineri avatar Apr 02 '24 18:04 mraineri