hub schema list relationshipProperties

Lists entity properties for a model.

Use the hub schema list relationshipProperties command to return a list of all entity properties for a Context Graph model.

Usage

hub schema list relationshipProperties --m model --r relationshipLabel
RequiredArgumentDescription
Yes--m modelSpecifies the name of the model whose relationship properties you want to list.
No--r relationshipLabelFilters the results to the specified relationship label type.

Example

This example lists all relationship properties for a model named PrivateBanking and filters the results to include just the Current type.

hub schema list relationshipProperties --m PrivateBanking --r Current