Jeff Autor
Jeff Autor
`Location` header should allow for either relative or absolute paths, including scheme `http://` or `https://`
An implementation that had mistakenly placed `@odata.id` within the `Links` object did not have this flagged as an error. As an annotation, I wouldn't expect the copy within Links to...
Related to this issue: https://github.com/DMTF/Redfish-Mockup-Creator/issues/72 Suggest we add a warning (not a failure) if the validator finds a URI segment that contains characters that conflict with Windows folder naming rules....
Ran into a case where an implementation was wrongly requiring authentication on all resources, including the ServiceRoot (/redfish/v1) resource. While this is probably best classified as a protocol violation, it...
Doc generator output in Markdown mode (doesn't seem to appear in HTML output) has an odd table formatting for an embedded object that has been "promoted" to a shared object...
Subset mode doesn't allow for filtering the list of supported URIs - since many schemas can appear in multiple locations in the resource tree, and a particular implementation will almost...
In profile mode (and this is unique to profile mode), a requirement placed on a `Links` property will render the entire schema of the link type, instead of just showing...
After the restructuring and pruning of unused options, we have lost the functionality used to limit the validation of large collections (specifically, LogEntry). This option is needed to allow the...
With the addition of the "combined short and long description" support for normative document output, the combination of those descriptions occurs in doc_formatter, which means the combined description is carried...