Arthit Suriyawongkul

Results 592 comments of Arthit Suriyawongkul

Wonder if eventually we have to update all the SPDX IRIs from "3.0.1" to "3.0" ? According to issue spdx/spdx-3-model#1046

Tested validation locally (using ajv, check-jsonschema, and spdx3-validate), looks good, all reported valid. Minor point but wonder if we can keep the formatting the same as in https://github.com/spdx/spdx-spec/blob/develop/examples/jsonld/package_sbom.json ? -...

I like the idea, but where will we generate the example from

Ha. I got it now, the JSON can be generated from SHACL. Populate anything that will fit the restrictions. I think it's good if we want some examples for people...

Btw, we could use this for regression test if the newer version of spec (during development stage) breaks existing JSONs from older specs or not.

@nishanthsankaran do you like to add this to the Tech team meeting in the one of the coming weeks? Btw, this issue is already in the backlog https://docs.google.com/document/d/1NdHYU_VZtLacD4bEmf2GiUVRTbrcev1beaJpq8s8-pU/edit?tab=t.4wfxhy2gdx3y

@nishanthsankaran it's every Tuesdays at 12:00 US Eastern Time See meeting link here: https://github.com/spdx/meetings/?tab=readme-ov-file#tech-team Meeting agenda: https://docs.google.com/document/d/1NdHYU_VZtLacD4bEmf2GiUVRTbrcev1beaJpq8s8-pU/edit?tab=t.t8f4t082ttml

Example validation [failed](https://github.com/spdx/spdx-spec/actions/runs/16495744528/job/46640917611?pr=1244) because none of these URLs exist: - https://spdx.org/schema/3.1/spdx-json-schema.json - https://spdx.org/rdf/3.1/spdx-model.ttl - https://spdx.org/rdf/3.1/spdx-context.jsonld

Since this is more about the generation of SPDX 3 RDFs (and the construct that can't be controlled by the Markdown model spec files in this repo), should we move...

Btw, we have two places documenting serialization to JSON-LD. One here in spdx-3-model repo. https://github.com/spdx/spdx-3-model/blob/develop/serialization/jsonld.md Another at "Model and serialization" chapter in spdx-spec repo. https://github.com/spdx/spdx-spec/blob/develop/docs/serializations.md Some of their content is...