Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hunt device (small) schema and test messages #14

Merged
merged 2 commits into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Test/device-blinky-h/Doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Device Schema in JADN IDL and property table formats
1 change: 1 addition & 0 deletions Test/device-blinky/Doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Device Schema in JADN IDL and property table formats
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Target$sbom = Choice // Profile-defined targets
Args$sbom = Map // Profile-defined command arguments

Results$sbom = Map{1..*} // Profile-defined response results
1 search ArrayOf(URI){0..*} // IDs of all SBOMs matching query criteria
1 search ArrayOf(URI) // IDs of all SBOMs matching query criteria
2 sbom_list SBOM-Info$sbom [0..*] // SBOM Info for each ID in sbom_list

Pairs$sbom = Map
Expand All @@ -90,7 +90,7 @@ SBOM-Specifiers$sbom = Map // Query: If none specified,

SBOM-List$sbom = Map
1 sids URI [0..*] // Query: IDs of SBOMs to return (return all if none listed)
2 info ArrayOf(Info$sbom){1..*} unique // Type of info to return for each SBOM
2 info ArrayOf(Info$sbom) unique // Type of info to return for each SBOM

Info$sbom = Enumerated // SBOM-Info fields to return
1 summary // NTIA Minimumum Elements of an SBOM
Expand Down
660 changes: 660 additions & 0 deletions Test/device-blinky/Doc/device-sfractal-blinky.md

Large diffs are not rendered by default.

378 changes: 378 additions & 0 deletions Test/device-blinky/device-sfractal-blinky.jadn

Large diffs are not rendered by default.

Loading