|
Post by AMI_Felix on Jul 25, 2023 10:50:30 GMT
Hi, If oem json schema content becomes the respond of GET /redfish/v1/JsonSchemas/AMIAccountService.v1_0_0.json, the @odata.type is require property? After running the Redfish-JsonSchema-ResponseValidator tool, the error report mentions the error about "Missing @odata.type" in some oem json schema urls. Since the content of json schema not need to @odata.type, but is there another specification when it is presented as a resource that can be GET? For example: rfMockUpDfltDir/redfish/v1/JsonSchemas/AMIAccountService.v1_0_0.json/index.json schema: >>>ERROR1: Missing @odata.type Thanks, Felix Attachments:
|
|
|
Post by mraineri on Jul 26, 2023 20:03:54 GMT
A JSON Schema file like that is not supposed to contain @odata.type since it is a JSON Schema file. I wouldn't expect you to perform this validation with the JSON Schema response validator since it's a schema file and not a resource.
|
|