Jeff Autor

Results 16 issues of Jeff Autor

`Location` header should allow for either relative or absolute paths, including scheme `http://` or `https://`

bug

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...

bug

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....

enhancement

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...

enhancement
cleanup

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...

bug
Doc Generator

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...

enhancement
Doc Generator

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...

bug
Doc Generator

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...

bug
Doc Generator