Last active
June 30, 2023 17:02
-
-
Save manfromanotherland/4195a2cb84c8cca26ffbaac25efe6ae7 to your computer and use it in GitHub Desktop.
views, documents, and tags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"documents": [ | |
{ | |
"id": "QM-1", | |
"name": "Quality Control", | |
"tags": ["HW", "SaMD"] | |
}, | |
{ | |
"id": "SOP-6", | |
"name": "Training", | |
"tags": ["HW"] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"views": [ | |
{ | |
"id": "1", | |
"name": "All documents for medical devices", | |
"tags": ["HW"] | |
}, | |
{ | |
"id": "2", | |
"name": "Software and Hardware", | |
"tags": ["HW", "SaMD"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment