Robert Sherwood
Robert Sherwood
### Describe the bug > If a component definition has a port range with a start and end, eg: > > ``` > "port-ranges": [ > { > "start": 80,...
Codegen
# Committer Notes This PR updates the names of some of the datatypes with the latest metaschema datatype names. This change is necessary for the metaschema XML files to be...
# Describe the bug If a component definition has a port range with a start and end, eg: ``` "port-ranges": [ { "start": 80, "end": 80, "transport": "TCP" } ]...
### Search before asking - [x] I have searched the jetson-containers [issues](https://github.com/dusty-nv/jetson-containers/issues) and found no similar feature requests. ### jetson-containers Component _No response_ ### Bug When using a volume to...
### Question While parsing Flags and Fields in oscal_metadata_metaschema.xml, I discovered that "location-uuid" is defined as both a field and a flag. This causes issues when generating code from the...