Open bact opened 4 months ago
Not sure what is a preferable approach in making this, I come up with two to choose from:
1st approach:
model.py
: self.serialized_name
in Class, Property, Vocabulary, Datatype classes2nd approach:
mkdocs.py
: serialized_name(name)
I can open a PR, once the decision about coding approach is made here and the decision about the design (where to put the serialized name in the page) is made in https://github.com/spdx/spdx-spec/issues/975
This is only relevant for JSON-LD serialization. I doubt we want to have each and every serialization format present in the model cards.
From a TODO in Getting started writing SPDX 3 document.