You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the CapabilitiesObject resource follows the same schema for the resource that the resource collection contains, there are some mandatory properties not in it. For example, the properties SubscriptionType andContext of EventDestination but Validator report these are errors:
/redfish/v1/EventService/Subscriptions/Capabilities
ERROR - SubscriptionType: Mandatory prop does not exist
ERROR - Context: Mandatory prop does not exist
The text was updated successfully, but these errors were encountered:
I may need to discuss this further with others. At least with some of the usage that we've seen so far, we expected required properties to be in the capabilities resource. However, I can certainly see why having things like "Context" in there for this don't make much sense.
I suspect we will likely need to make an exception to skip this check on these resources.
Since the
CapabilitiesObject
resource follows the same schema for the resource that the resource collection contains, there are some mandatory properties not in it. For example, the propertiesSubscriptionType
andContext
ofEventDestination
but Validator report these are errors:The text was updated successfully, but these errors were encountered: