|
Post by abiramisekar on Sept 29, 2021 8:29:41 GMT
Hi, I am using Redfish Validator tool(https://github.com/DMTF/Redfish-Service-Validator) for checking Schema compliance, For AccountService URI, Response body contains odata.type of AccountService. v1_6_0.AccountService {
"@odata.context": "/redfish/v1/$metadata#AccountService.AccountService",
"@odata.etag": "\"946684822\"",
"@odata.id": "/redfish/v1/AccountService",
"@odata.type": "#AccountService.v1_6_0.AccountService",
"AccountLockoutCounterResetAfter": 30,
"AccountLockoutCounterResetEnabled": true,
"AccountLockoutDuration": 30,
"AccountLockoutThreshold": 5,
"Accounts": {
"@odata.id": "/redfish/v1/AccountService/Accounts"
}, but validator tool is checking the Property in odata.type 1_10_0 (2021.2), and got the below error, ERROR - AccountService.v1_10_0.ExternalAccountProvider:OAuth2Service : Could not get details on this property (argument of type 'NoneType' is not iterable)
ERROR - AccountService.v1_10_0.ExternalAccountProvider:OAuth2Service : Could not get details on this property (argument of type 'NoneType' is not iterable)
Please Help to clarify on this.
Attachments:
|
|
|
Post by mraineri on Sept 29, 2021 12:57:11 GMT
I see you opened an issue in GitHub about this. We'll be triaging it from there, but at least from first inspection, this does not appear to be an issue with your service; it seems like the tool is not properly parsing the schema file to build up its model representation for what is allowed in the different resources.
|
|