The database schema of a database system is its structure described in a formal language supported by the database management system. The term "schema" refers to the organization of data as a blueprint of how the database is constructed.
In our case we based on Cloud Build Artifact JSON to build this Diagram, located at Images Build Pipelines
Example from GCE:
{
"_meta": {
"name": "debian-sid-gce-amd64-dev-cloud-team-master-329",
"stage": "build"
},
"build_info": {
"arch": "amd64",
"build_id": "cloud-team-master",
"release": "sid",
"release_id": "sid",
"type": "dev",
"vendor": "gce",
"version": "329"
},
"cloud_release": {
"build_info_url": "https://salsa.debian.org/cloud-team/debian-cloud-images/-/jobs/180526",
"id": "gce",
"version": "329"
},
"package_versions": {
"adduser": "3.118",
"apparmor": "2.13.2-10",
"apt": "1.8.1",
"apt-utils": "1.8.1",
"base-files": "10.3"
}
}