Skip to content

Check for consistent "nullable=false" usage #472

@mraineri

Description

@mraineri

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
    }
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions