This file contains hidden or 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
| #!/usr/bin/env bash | |
| # | |
| # SPDX-License-Identifier: CC0-1.0 | |
| # SPDX-FileCopyrightText: 2026 Arthit Suriyawongkul | |
| # | |
| # Generate SPDX 3 model artifacts (RDFs, JSON-LD context, JSON Schema) | |
| # | |
| # This script will | |
| # - fetch the latest version of SPDX 3 model from spdx-3-model | |
| # - fetch a JSON-LD annotations from spdx-spec |
OlderNewer