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.
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: