aboutcode-org / federatedcode

Decentralized and federated metadata for software applications
https://federatedcode.readthedocs.io/
1 stars 1 forks source link

Create a schema to store vulnerability and package metadata serialized in a suitable JSON (or YAML) format #10

Closed pombredanne closed 3 months ago

pombredanne commented 5 months ago

To document the data format, we need to create and publish a schema used to store vulnerability and package metadata serialized in a suitable JSON (or YAML) format.

We could use pydantic and cattrs for this, or generate this from Django models or API definitions.

See some related issues: