github.com/anchore/syft@v1.38.2/schema/json/schema-16.0.26.json (about) 1 { 2 "$schema": "https://json-schema.org/draft/2020-12/schema", 3 "$id": "anchore.io/schema/syft/json/16.0.26/document", 4 "$ref": "#/$defs/Document", 5 "$defs": { 6 "AlpmDbEntry": { 7 "properties": { 8 "basepackage": { 9 "type": "string" 10 }, 11 "package": { 12 "type": "string" 13 }, 14 "version": { 15 "type": "string" 16 }, 17 "description": { 18 "type": "string" 19 }, 20 "architecture": { 21 "type": "string" 22 }, 23 "size": { 24 "type": "integer" 25 }, 26 "packager": { 27 "type": "string" 28 }, 29 "url": { 30 "type": "string" 31 }, 32 "validation": { 33 "type": "string" 34 }, 35 "reason": { 36 "type": "integer" 37 }, 38 "files": { 39 "items": { 40 "$ref": "#/$defs/AlpmFileRecord" 41 }, 42 "type": "array" 43 }, 44 "backup": { 45 "items": { 46 "$ref": "#/$defs/AlpmFileRecord" 47 }, 48 "type": "array" 49 }, 50 "provides": { 51 "items": { 52 "type": "string" 53 }, 54 "type": "array" 55 }, 56 "depends": { 57 "items": { 58 "type": "string" 59 }, 60 "type": "array" 61 } 62 }, 63 "type": "object", 64 "required": [ 65 "basepackage", 66 "package", 67 "version", 68 "description", 69 "architecture", 70 "size", 71 "packager", 72 "url", 73 "validation", 74 "reason", 75 "files", 76 "backup" 77 ] 78 }, 79 "AlpmFileRecord": { 80 "properties": { 81 "path": { 82 "type": "string" 83 }, 84 "type": { 85 "type": "string" 86 }, 87 "uid": { 88 "type": "string" 89 }, 90 "gid": { 91 "type": "string" 92 }, 93 "time": { 94 "type": "string", 95 "format": "date-time" 96 }, 97 "size": { 98 "type": "string" 99 }, 100 "link": { 101 "type": "string" 102 }, 103 "digest": { 104 "items": { 105 "$ref": "#/$defs/Digest" 106 }, 107 "type": "array" 108 } 109 }, 110 "type": "object" 111 }, 112 "ApkDbEntry": { 113 "properties": { 114 "package": { 115 "type": "string" 116 }, 117 "originPackage": { 118 "type": "string" 119 }, 120 "maintainer": { 121 "type": "string" 122 }, 123 "version": { 124 "type": "string" 125 }, 126 "architecture": { 127 "type": "string" 128 }, 129 "url": { 130 "type": "string" 131 }, 132 "description": { 133 "type": "string" 134 }, 135 "size": { 136 "type": "integer" 137 }, 138 "installedSize": { 139 "type": "integer" 140 }, 141 "pullDependencies": { 142 "items": { 143 "type": "string" 144 }, 145 "type": "array" 146 }, 147 "provides": { 148 "items": { 149 "type": "string" 150 }, 151 "type": "array" 152 }, 153 "pullChecksum": { 154 "type": "string" 155 }, 156 "gitCommitOfApkPort": { 157 "type": "string" 158 }, 159 "files": { 160 "items": { 161 "$ref": "#/$defs/ApkFileRecord" 162 }, 163 "type": "array" 164 } 165 }, 166 "type": "object", 167 "required": [ 168 "package", 169 "originPackage", 170 "maintainer", 171 "version", 172 "architecture", 173 "url", 174 "description", 175 "size", 176 "installedSize", 177 "pullDependencies", 178 "provides", 179 "pullChecksum", 180 "gitCommitOfApkPort", 181 "files" 182 ] 183 }, 184 "ApkFileRecord": { 185 "properties": { 186 "path": { 187 "type": "string" 188 }, 189 "ownerUid": { 190 "type": "string" 191 }, 192 "ownerGid": { 193 "type": "string" 194 }, 195 "permissions": { 196 "type": "string" 197 }, 198 "digest": { 199 "$ref": "#/$defs/Digest" 200 } 201 }, 202 "type": "object", 203 "required": [ 204 "path" 205 ] 206 }, 207 "BinarySignature": { 208 "properties": { 209 "matches": { 210 "items": { 211 "$ref": "#/$defs/ClassifierMatch" 212 }, 213 "type": "array" 214 } 215 }, 216 "type": "object", 217 "required": [ 218 "matches" 219 ] 220 }, 221 "BitnamiSbomEntry": { 222 "properties": { 223 "name": { 224 "type": "string" 225 }, 226 "arch": { 227 "type": "string" 228 }, 229 "distro": { 230 "type": "string" 231 }, 232 "revision": { 233 "type": "string" 234 }, 235 "version": { 236 "type": "string" 237 }, 238 "path": { 239 "type": "string" 240 }, 241 "files": { 242 "items": { 243 "type": "string" 244 }, 245 "type": "array" 246 } 247 }, 248 "type": "object", 249 "required": [ 250 "name", 251 "arch", 252 "distro", 253 "revision", 254 "version", 255 "path", 256 "files" 257 ] 258 }, 259 "CConanFileEntry": { 260 "properties": { 261 "ref": { 262 "type": "string" 263 } 264 }, 265 "type": "object", 266 "required": [ 267 "ref" 268 ] 269 }, 270 "CConanInfoEntry": { 271 "properties": { 272 "ref": { 273 "type": "string" 274 }, 275 "package_id": { 276 "type": "string" 277 } 278 }, 279 "type": "object", 280 "required": [ 281 "ref" 282 ] 283 }, 284 "CConanLockEntry": { 285 "properties": { 286 "ref": { 287 "type": "string" 288 }, 289 "package_id": { 290 "type": "string" 291 }, 292 "prev": { 293 "type": "string" 294 }, 295 "requires": { 296 "items": { 297 "type": "string" 298 }, 299 "type": "array" 300 }, 301 "build_requires": { 302 "items": { 303 "type": "string" 304 }, 305 "type": "array" 306 }, 307 "py_requires": { 308 "items": { 309 "type": "string" 310 }, 311 "type": "array" 312 }, 313 "options": { 314 "$ref": "#/$defs/KeyValues" 315 }, 316 "path": { 317 "type": "string" 318 }, 319 "context": { 320 "type": "string" 321 } 322 }, 323 "type": "object", 324 "required": [ 325 "ref" 326 ] 327 }, 328 "CConanLockV2Entry": { 329 "properties": { 330 "ref": { 331 "type": "string" 332 }, 333 "packageID": { 334 "type": "string" 335 }, 336 "username": { 337 "type": "string" 338 }, 339 "channel": { 340 "type": "string" 341 }, 342 "recipeRevision": { 343 "type": "string" 344 }, 345 "packageRevision": { 346 "type": "string" 347 }, 348 "timestamp": { 349 "type": "string" 350 } 351 }, 352 "type": "object", 353 "required": [ 354 "ref" 355 ] 356 }, 357 "CPE": { 358 "properties": { 359 "cpe": { 360 "type": "string" 361 }, 362 "source": { 363 "type": "string" 364 } 365 }, 366 "type": "object", 367 "required": [ 368 "cpe" 369 ] 370 }, 371 "ClassifierMatch": { 372 "properties": { 373 "classifier": { 374 "type": "string" 375 }, 376 "location": { 377 "$ref": "#/$defs/Location" 378 } 379 }, 380 "type": "object", 381 "required": [ 382 "classifier", 383 "location" 384 ] 385 }, 386 "CocoaPodfileLockEntry": { 387 "properties": { 388 "checksum": { 389 "type": "string" 390 } 391 }, 392 "type": "object", 393 "required": [ 394 "checksum" 395 ] 396 }, 397 "Coordinates": { 398 "properties": { 399 "path": { 400 "type": "string" 401 }, 402 "layerID": { 403 "type": "string" 404 } 405 }, 406 "type": "object", 407 "required": [ 408 "path" 409 ] 410 }, 411 "DartPubspecLockEntry": { 412 "properties": { 413 "name": { 414 "type": "string" 415 }, 416 "version": { 417 "type": "string" 418 }, 419 "hosted_url": { 420 "type": "string" 421 }, 422 "vcs_url": { 423 "type": "string" 424 } 425 }, 426 "type": "object", 427 "required": [ 428 "name", 429 "version" 430 ] 431 }, 432 "Descriptor": { 433 "properties": { 434 "name": { 435 "type": "string" 436 }, 437 "version": { 438 "type": "string" 439 }, 440 "configuration": true 441 }, 442 "type": "object", 443 "required": [ 444 "name", 445 "version" 446 ] 447 }, 448 "Digest": { 449 "properties": { 450 "algorithm": { 451 "type": "string" 452 }, 453 "value": { 454 "type": "string" 455 } 456 }, 457 "type": "object", 458 "required": [ 459 "algorithm", 460 "value" 461 ] 462 }, 463 "Document": { 464 "properties": { 465 "artifacts": { 466 "items": { 467 "$ref": "#/$defs/Package" 468 }, 469 "type": "array" 470 }, 471 "artifactRelationships": { 472 "items": { 473 "$ref": "#/$defs/Relationship" 474 }, 475 "type": "array" 476 }, 477 "files": { 478 "items": { 479 "$ref": "#/$defs/File" 480 }, 481 "type": "array" 482 }, 483 "source": { 484 "$ref": "#/$defs/Source" 485 }, 486 "distro": { 487 "$ref": "#/$defs/LinuxRelease" 488 }, 489 "descriptor": { 490 "$ref": "#/$defs/Descriptor" 491 }, 492 "schema": { 493 "$ref": "#/$defs/Schema" 494 } 495 }, 496 "type": "object", 497 "required": [ 498 "artifacts", 499 "artifactRelationships", 500 "source", 501 "distro", 502 "descriptor", 503 "schema" 504 ] 505 }, 506 "DotnetDepsEntry": { 507 "properties": { 508 "name": { 509 "type": "string" 510 }, 511 "version": { 512 "type": "string" 513 }, 514 "path": { 515 "type": "string" 516 }, 517 "sha512": { 518 "type": "string" 519 }, 520 "hashPath": { 521 "type": "string" 522 }, 523 "executables": { 524 "patternProperties": { 525 ".*": { 526 "$ref": "#/$defs/DotnetPortableExecutableEntry" 527 } 528 }, 529 "type": "object" 530 } 531 }, 532 "type": "object", 533 "required": [ 534 "name", 535 "version", 536 "path", 537 "sha512", 538 "hashPath" 539 ] 540 }, 541 "DotnetPackagesLockEntry": { 542 "properties": { 543 "name": { 544 "type": "string" 545 }, 546 "version": { 547 "type": "string" 548 }, 549 "contentHash": { 550 "type": "string" 551 }, 552 "type": { 553 "type": "string" 554 } 555 }, 556 "type": "object", 557 "required": [ 558 "name", 559 "version", 560 "contentHash", 561 "type" 562 ] 563 }, 564 "DotnetPortableExecutableEntry": { 565 "properties": { 566 "assemblyVersion": { 567 "type": "string" 568 }, 569 "legalCopyright": { 570 "type": "string" 571 }, 572 "comments": { 573 "type": "string" 574 }, 575 "internalName": { 576 "type": "string" 577 }, 578 "companyName": { 579 "type": "string" 580 }, 581 "productName": { 582 "type": "string" 583 }, 584 "productVersion": { 585 "type": "string" 586 } 587 }, 588 "type": "object", 589 "required": [ 590 "assemblyVersion", 591 "legalCopyright", 592 "companyName", 593 "productName", 594 "productVersion" 595 ] 596 }, 597 "DpkgArchiveEntry": { 598 "properties": { 599 "package": { 600 "type": "string" 601 }, 602 "source": { 603 "type": "string" 604 }, 605 "version": { 606 "type": "string" 607 }, 608 "sourceVersion": { 609 "type": "string" 610 }, 611 "architecture": { 612 "type": "string" 613 }, 614 "maintainer": { 615 "type": "string" 616 }, 617 "installedSize": { 618 "type": "integer" 619 }, 620 "provides": { 621 "items": { 622 "type": "string" 623 }, 624 "type": "array" 625 }, 626 "depends": { 627 "items": { 628 "type": "string" 629 }, 630 "type": "array" 631 }, 632 "preDepends": { 633 "items": { 634 "type": "string" 635 }, 636 "type": "array" 637 }, 638 "files": { 639 "items": { 640 "$ref": "#/$defs/DpkgFileRecord" 641 }, 642 "type": "array" 643 } 644 }, 645 "type": "object", 646 "required": [ 647 "package", 648 "source", 649 "version", 650 "sourceVersion", 651 "architecture", 652 "maintainer", 653 "installedSize", 654 "files" 655 ] 656 }, 657 "DpkgDbEntry": { 658 "properties": { 659 "package": { 660 "type": "string" 661 }, 662 "source": { 663 "type": "string" 664 }, 665 "version": { 666 "type": "string" 667 }, 668 "sourceVersion": { 669 "type": "string" 670 }, 671 "architecture": { 672 "type": "string" 673 }, 674 "maintainer": { 675 "type": "string" 676 }, 677 "installedSize": { 678 "type": "integer" 679 }, 680 "provides": { 681 "items": { 682 "type": "string" 683 }, 684 "type": "array" 685 }, 686 "depends": { 687 "items": { 688 "type": "string" 689 }, 690 "type": "array" 691 }, 692 "preDepends": { 693 "items": { 694 "type": "string" 695 }, 696 "type": "array" 697 }, 698 "files": { 699 "items": { 700 "$ref": "#/$defs/DpkgFileRecord" 701 }, 702 "type": "array" 703 } 704 }, 705 "type": "object", 706 "required": [ 707 "package", 708 "source", 709 "version", 710 "sourceVersion", 711 "architecture", 712 "maintainer", 713 "installedSize", 714 "files" 715 ] 716 }, 717 "DpkgFileRecord": { 718 "properties": { 719 "path": { 720 "type": "string" 721 }, 722 "digest": { 723 "$ref": "#/$defs/Digest" 724 }, 725 "isConfigFile": { 726 "type": "boolean" 727 } 728 }, 729 "type": "object", 730 "required": [ 731 "path", 732 "isConfigFile" 733 ] 734 }, 735 "ELFSecurityFeatures": { 736 "properties": { 737 "symbolTableStripped": { 738 "type": "boolean" 739 }, 740 "stackCanary": { 741 "type": "boolean" 742 }, 743 "nx": { 744 "type": "boolean" 745 }, 746 "relRO": { 747 "type": "string" 748 }, 749 "pie": { 750 "type": "boolean" 751 }, 752 "dso": { 753 "type": "boolean" 754 }, 755 "safeStack": { 756 "type": "boolean" 757 }, 758 "cfi": { 759 "type": "boolean" 760 }, 761 "fortify": { 762 "type": "boolean" 763 } 764 }, 765 "type": "object", 766 "required": [ 767 "symbolTableStripped", 768 "nx", 769 "relRO", 770 "pie", 771 "dso" 772 ] 773 }, 774 "ElfBinaryPackageNoteJsonPayload": { 775 "properties": { 776 "type": { 777 "type": "string" 778 }, 779 "architecture": { 780 "type": "string" 781 }, 782 "osCPE": { 783 "type": "string" 784 }, 785 "os": { 786 "type": "string" 787 }, 788 "osVersion": { 789 "type": "string" 790 }, 791 "system": { 792 "type": "string" 793 }, 794 "vendor": { 795 "type": "string" 796 }, 797 "sourceRepo": { 798 "type": "string" 799 }, 800 "commit": { 801 "type": "string" 802 } 803 }, 804 "type": "object" 805 }, 806 "ElixirMixLockEntry": { 807 "properties": { 808 "name": { 809 "type": "string" 810 }, 811 "version": { 812 "type": "string" 813 }, 814 "pkgHash": { 815 "type": "string" 816 }, 817 "pkgHashExt": { 818 "type": "string" 819 } 820 }, 821 "type": "object", 822 "required": [ 823 "name", 824 "version", 825 "pkgHash", 826 "pkgHashExt" 827 ] 828 }, 829 "ErlangRebarLockEntry": { 830 "properties": { 831 "name": { 832 "type": "string" 833 }, 834 "version": { 835 "type": "string" 836 }, 837 "pkgHash": { 838 "type": "string" 839 }, 840 "pkgHashExt": { 841 "type": "string" 842 } 843 }, 844 "type": "object", 845 "required": [ 846 "name", 847 "version", 848 "pkgHash", 849 "pkgHashExt" 850 ] 851 }, 852 "Executable": { 853 "properties": { 854 "format": { 855 "type": "string" 856 }, 857 "hasExports": { 858 "type": "boolean" 859 }, 860 "hasEntrypoint": { 861 "type": "boolean" 862 }, 863 "importedLibraries": { 864 "items": { 865 "type": "string" 866 }, 867 "type": "array" 868 }, 869 "elfSecurityFeatures": { 870 "$ref": "#/$defs/ELFSecurityFeatures" 871 } 872 }, 873 "type": "object", 874 "required": [ 875 "format", 876 "hasExports", 877 "hasEntrypoint", 878 "importedLibraries" 879 ] 880 }, 881 "File": { 882 "properties": { 883 "id": { 884 "type": "string" 885 }, 886 "location": { 887 "$ref": "#/$defs/Coordinates" 888 }, 889 "metadata": { 890 "$ref": "#/$defs/FileMetadataEntry" 891 }, 892 "contents": { 893 "type": "string" 894 }, 895 "digests": { 896 "items": { 897 "$ref": "#/$defs/Digest" 898 }, 899 "type": "array" 900 }, 901 "licenses": { 902 "items": { 903 "$ref": "#/$defs/FileLicense" 904 }, 905 "type": "array" 906 }, 907 "executable": { 908 "$ref": "#/$defs/Executable" 909 }, 910 "unknowns": { 911 "items": { 912 "type": "string" 913 }, 914 "type": "array" 915 } 916 }, 917 "type": "object", 918 "required": [ 919 "id", 920 "location" 921 ] 922 }, 923 "FileLicense": { 924 "properties": { 925 "value": { 926 "type": "string" 927 }, 928 "spdxExpression": { 929 "type": "string" 930 }, 931 "type": { 932 "type": "string" 933 }, 934 "evidence": { 935 "$ref": "#/$defs/FileLicenseEvidence" 936 } 937 }, 938 "type": "object", 939 "required": [ 940 "value", 941 "spdxExpression", 942 "type" 943 ] 944 }, 945 "FileLicenseEvidence": { 946 "properties": { 947 "confidence": { 948 "type": "integer" 949 }, 950 "offset": { 951 "type": "integer" 952 }, 953 "extent": { 954 "type": "integer" 955 } 956 }, 957 "type": "object", 958 "required": [ 959 "confidence", 960 "offset", 961 "extent" 962 ] 963 }, 964 "FileMetadataEntry": { 965 "properties": { 966 "mode": { 967 "type": "integer" 968 }, 969 "type": { 970 "type": "string" 971 }, 972 "linkDestination": { 973 "type": "string" 974 }, 975 "userID": { 976 "type": "integer" 977 }, 978 "groupID": { 979 "type": "integer" 980 }, 981 "mimeType": { 982 "type": "string" 983 }, 984 "size": { 985 "type": "integer" 986 } 987 }, 988 "type": "object", 989 "required": [ 990 "mode", 991 "type", 992 "userID", 993 "groupID", 994 "mimeType", 995 "size" 996 ] 997 }, 998 "GithubActionsUseStatement": { 999 "properties": { 1000 "value": { 1001 "type": "string" 1002 }, 1003 "comment": { 1004 "type": "string" 1005 } 1006 }, 1007 "type": "object", 1008 "required": [ 1009 "value" 1010 ] 1011 }, 1012 "GoModuleBuildinfoEntry": { 1013 "properties": { 1014 "goBuildSettings": { 1015 "$ref": "#/$defs/KeyValues" 1016 }, 1017 "goCompiledVersion": { 1018 "type": "string" 1019 }, 1020 "architecture": { 1021 "type": "string" 1022 }, 1023 "h1Digest": { 1024 "type": "string" 1025 }, 1026 "mainModule": { 1027 "type": "string" 1028 }, 1029 "goCryptoSettings": { 1030 "items": { 1031 "type": "string" 1032 }, 1033 "type": "array" 1034 }, 1035 "goExperiments": { 1036 "items": { 1037 "type": "string" 1038 }, 1039 "type": "array" 1040 } 1041 }, 1042 "type": "object", 1043 "required": [ 1044 "goCompiledVersion", 1045 "architecture" 1046 ] 1047 }, 1048 "GoModuleEntry": { 1049 "properties": { 1050 "h1Digest": { 1051 "type": "string" 1052 } 1053 }, 1054 "type": "object" 1055 }, 1056 "HaskellHackageStackEntry": { 1057 "properties": { 1058 "pkgHash": { 1059 "type": "string" 1060 } 1061 }, 1062 "type": "object" 1063 }, 1064 "HaskellHackageStackLockEntry": { 1065 "properties": { 1066 "pkgHash": { 1067 "type": "string" 1068 }, 1069 "snapshotURL": { 1070 "type": "string" 1071 } 1072 }, 1073 "type": "object" 1074 }, 1075 "IDLikes": { 1076 "items": { 1077 "type": "string" 1078 }, 1079 "type": "array" 1080 }, 1081 "JavaArchive": { 1082 "properties": { 1083 "virtualPath": { 1084 "type": "string" 1085 }, 1086 "manifest": { 1087 "$ref": "#/$defs/JavaManifest" 1088 }, 1089 "pomProperties": { 1090 "$ref": "#/$defs/JavaPomProperties" 1091 }, 1092 "pomProject": { 1093 "$ref": "#/$defs/JavaPomProject" 1094 }, 1095 "digest": { 1096 "items": { 1097 "$ref": "#/$defs/Digest" 1098 }, 1099 "type": "array" 1100 } 1101 }, 1102 "type": "object", 1103 "required": [ 1104 "virtualPath" 1105 ] 1106 }, 1107 "JavaJvmInstallation": { 1108 "properties": { 1109 "release": { 1110 "$ref": "#/$defs/JavaVMRelease" 1111 }, 1112 "files": { 1113 "items": { 1114 "type": "string" 1115 }, 1116 "type": "array" 1117 } 1118 }, 1119 "type": "object", 1120 "required": [ 1121 "release", 1122 "files" 1123 ] 1124 }, 1125 "JavaManifest": { 1126 "properties": { 1127 "main": { 1128 "$ref": "#/$defs/KeyValues" 1129 }, 1130 "sections": { 1131 "items": { 1132 "$ref": "#/$defs/KeyValues" 1133 }, 1134 "type": "array" 1135 } 1136 }, 1137 "type": "object" 1138 }, 1139 "JavaPomParent": { 1140 "properties": { 1141 "groupId": { 1142 "type": "string" 1143 }, 1144 "artifactId": { 1145 "type": "string" 1146 }, 1147 "version": { 1148 "type": "string" 1149 } 1150 }, 1151 "type": "object", 1152 "required": [ 1153 "groupId", 1154 "artifactId", 1155 "version" 1156 ] 1157 }, 1158 "JavaPomProject": { 1159 "properties": { 1160 "path": { 1161 "type": "string" 1162 }, 1163 "parent": { 1164 "$ref": "#/$defs/JavaPomParent" 1165 }, 1166 "groupId": { 1167 "type": "string" 1168 }, 1169 "artifactId": { 1170 "type": "string" 1171 }, 1172 "version": { 1173 "type": "string" 1174 }, 1175 "name": { 1176 "type": "string" 1177 }, 1178 "description": { 1179 "type": "string" 1180 }, 1181 "url": { 1182 "type": "string" 1183 } 1184 }, 1185 "type": "object", 1186 "required": [ 1187 "path", 1188 "groupId", 1189 "artifactId", 1190 "version", 1191 "name" 1192 ] 1193 }, 1194 "JavaPomProperties": { 1195 "properties": { 1196 "path": { 1197 "type": "string" 1198 }, 1199 "name": { 1200 "type": "string" 1201 }, 1202 "groupId": { 1203 "type": "string" 1204 }, 1205 "artifactId": { 1206 "type": "string" 1207 }, 1208 "version": { 1209 "type": "string" 1210 }, 1211 "scope": { 1212 "type": "string" 1213 }, 1214 "extraFields": { 1215 "patternProperties": { 1216 ".*": { 1217 "type": "string" 1218 } 1219 }, 1220 "type": "object" 1221 } 1222 }, 1223 "type": "object", 1224 "required": [ 1225 "path", 1226 "name", 1227 "groupId", 1228 "artifactId", 1229 "version" 1230 ] 1231 }, 1232 "JavaVMRelease": { 1233 "properties": { 1234 "implementor": { 1235 "type": "string" 1236 }, 1237 "implementorVersion": { 1238 "type": "string" 1239 }, 1240 "javaRuntimeVersion": { 1241 "type": "string" 1242 }, 1243 "javaVersion": { 1244 "type": "string" 1245 }, 1246 "javaVersionDate": { 1247 "type": "string" 1248 }, 1249 "libc": { 1250 "type": "string" 1251 }, 1252 "modules": { 1253 "items": { 1254 "type": "string" 1255 }, 1256 "type": "array" 1257 }, 1258 "osArch": { 1259 "type": "string" 1260 }, 1261 "osName": { 1262 "type": "string" 1263 }, 1264 "osVersion": { 1265 "type": "string" 1266 }, 1267 "source": { 1268 "type": "string" 1269 }, 1270 "buildSource": { 1271 "type": "string" 1272 }, 1273 "buildSourceRepo": { 1274 "type": "string" 1275 }, 1276 "sourceRepo": { 1277 "type": "string" 1278 }, 1279 "fullVersion": { 1280 "type": "string" 1281 }, 1282 "semanticVersion": { 1283 "type": "string" 1284 }, 1285 "buildInfo": { 1286 "type": "string" 1287 }, 1288 "jvmVariant": { 1289 "type": "string" 1290 }, 1291 "jvmVersion": { 1292 "type": "string" 1293 }, 1294 "imageType": { 1295 "type": "string" 1296 }, 1297 "buildType": { 1298 "type": "string" 1299 } 1300 }, 1301 "type": "object" 1302 }, 1303 "JavascriptNpmPackage": { 1304 "properties": { 1305 "name": { 1306 "type": "string" 1307 }, 1308 "version": { 1309 "type": "string" 1310 }, 1311 "author": { 1312 "type": "string" 1313 }, 1314 "homepage": { 1315 "type": "string" 1316 }, 1317 "description": { 1318 "type": "string" 1319 }, 1320 "url": { 1321 "type": "string" 1322 }, 1323 "private": { 1324 "type": "boolean" 1325 } 1326 }, 1327 "type": "object", 1328 "required": [ 1329 "name", 1330 "version", 1331 "author", 1332 "homepage", 1333 "description", 1334 "url", 1335 "private" 1336 ] 1337 }, 1338 "JavascriptNpmPackageLockEntry": { 1339 "properties": { 1340 "resolved": { 1341 "type": "string" 1342 }, 1343 "integrity": { 1344 "type": "string" 1345 } 1346 }, 1347 "type": "object", 1348 "required": [ 1349 "resolved", 1350 "integrity" 1351 ] 1352 }, 1353 "JavascriptYarnLockEntry": { 1354 "properties": { 1355 "resolved": { 1356 "type": "string" 1357 }, 1358 "integrity": { 1359 "type": "string" 1360 } 1361 }, 1362 "type": "object", 1363 "required": [ 1364 "resolved", 1365 "integrity" 1366 ] 1367 }, 1368 "KeyValue": { 1369 "properties": { 1370 "key": { 1371 "type": "string" 1372 }, 1373 "value": { 1374 "type": "string" 1375 } 1376 }, 1377 "type": "object", 1378 "required": [ 1379 "key", 1380 "value" 1381 ] 1382 }, 1383 "KeyValues": { 1384 "items": { 1385 "$ref": "#/$defs/KeyValue" 1386 }, 1387 "type": "array" 1388 }, 1389 "License": { 1390 "properties": { 1391 "value": { 1392 "type": "string" 1393 }, 1394 "spdxExpression": { 1395 "type": "string" 1396 }, 1397 "type": { 1398 "type": "string" 1399 }, 1400 "urls": { 1401 "items": { 1402 "type": "string" 1403 }, 1404 "type": "array" 1405 }, 1406 "locations": { 1407 "items": { 1408 "$ref": "#/$defs/Location" 1409 }, 1410 "type": "array" 1411 }, 1412 "contents": { 1413 "type": "string" 1414 } 1415 }, 1416 "type": "object", 1417 "required": [ 1418 "value", 1419 "spdxExpression", 1420 "type", 1421 "urls", 1422 "locations" 1423 ] 1424 }, 1425 "LinuxKernelArchive": { 1426 "properties": { 1427 "name": { 1428 "type": "string" 1429 }, 1430 "architecture": { 1431 "type": "string" 1432 }, 1433 "version": { 1434 "type": "string" 1435 }, 1436 "extendedVersion": { 1437 "type": "string" 1438 }, 1439 "buildTime": { 1440 "type": "string" 1441 }, 1442 "author": { 1443 "type": "string" 1444 }, 1445 "format": { 1446 "type": "string" 1447 }, 1448 "rwRootFS": { 1449 "type": "boolean" 1450 }, 1451 "swapDevice": { 1452 "type": "integer" 1453 }, 1454 "rootDevice": { 1455 "type": "integer" 1456 }, 1457 "videoMode": { 1458 "type": "string" 1459 } 1460 }, 1461 "type": "object", 1462 "required": [ 1463 "name", 1464 "architecture", 1465 "version" 1466 ] 1467 }, 1468 "LinuxKernelModule": { 1469 "properties": { 1470 "name": { 1471 "type": "string" 1472 }, 1473 "version": { 1474 "type": "string" 1475 }, 1476 "sourceVersion": { 1477 "type": "string" 1478 }, 1479 "path": { 1480 "type": "string" 1481 }, 1482 "description": { 1483 "type": "string" 1484 }, 1485 "author": { 1486 "type": "string" 1487 }, 1488 "license": { 1489 "type": "string" 1490 }, 1491 "kernelVersion": { 1492 "type": "string" 1493 }, 1494 "versionMagic": { 1495 "type": "string" 1496 }, 1497 "parameters": { 1498 "patternProperties": { 1499 ".*": { 1500 "$ref": "#/$defs/LinuxKernelModuleParameter" 1501 } 1502 }, 1503 "type": "object" 1504 } 1505 }, 1506 "type": "object" 1507 }, 1508 "LinuxKernelModuleParameter": { 1509 "properties": { 1510 "type": { 1511 "type": "string" 1512 }, 1513 "description": { 1514 "type": "string" 1515 } 1516 }, 1517 "type": "object" 1518 }, 1519 "LinuxRelease": { 1520 "properties": { 1521 "prettyName": { 1522 "type": "string" 1523 }, 1524 "name": { 1525 "type": "string" 1526 }, 1527 "id": { 1528 "type": "string" 1529 }, 1530 "idLike": { 1531 "$ref": "#/$defs/IDLikes" 1532 }, 1533 "version": { 1534 "type": "string" 1535 }, 1536 "versionID": { 1537 "type": "string" 1538 }, 1539 "versionCodename": { 1540 "type": "string" 1541 }, 1542 "buildID": { 1543 "type": "string" 1544 }, 1545 "imageID": { 1546 "type": "string" 1547 }, 1548 "imageVersion": { 1549 "type": "string" 1550 }, 1551 "variant": { 1552 "type": "string" 1553 }, 1554 "variantID": { 1555 "type": "string" 1556 }, 1557 "homeURL": { 1558 "type": "string" 1559 }, 1560 "supportURL": { 1561 "type": "string" 1562 }, 1563 "bugReportURL": { 1564 "type": "string" 1565 }, 1566 "privacyPolicyURL": { 1567 "type": "string" 1568 }, 1569 "cpeName": { 1570 "type": "string" 1571 }, 1572 "supportEnd": { 1573 "type": "string" 1574 } 1575 }, 1576 "type": "object" 1577 }, 1578 "Location": { 1579 "properties": { 1580 "path": { 1581 "type": "string" 1582 }, 1583 "layerID": { 1584 "type": "string" 1585 }, 1586 "accessPath": { 1587 "type": "string" 1588 }, 1589 "annotations": { 1590 "patternProperties": { 1591 ".*": { 1592 "type": "string" 1593 } 1594 }, 1595 "type": "object" 1596 } 1597 }, 1598 "type": "object", 1599 "required": [ 1600 "path", 1601 "accessPath" 1602 ] 1603 }, 1604 "LuarocksPackage": { 1605 "properties": { 1606 "name": { 1607 "type": "string" 1608 }, 1609 "version": { 1610 "type": "string" 1611 }, 1612 "license": { 1613 "type": "string" 1614 }, 1615 "homepage": { 1616 "type": "string" 1617 }, 1618 "description": { 1619 "type": "string" 1620 }, 1621 "url": { 1622 "type": "string" 1623 }, 1624 "dependencies": { 1625 "patternProperties": { 1626 ".*": { 1627 "type": "string" 1628 } 1629 }, 1630 "type": "object" 1631 } 1632 }, 1633 "type": "object", 1634 "required": [ 1635 "name", 1636 "version", 1637 "license", 1638 "homepage", 1639 "description", 1640 "url", 1641 "dependencies" 1642 ] 1643 }, 1644 "MicrosoftKbPatch": { 1645 "properties": { 1646 "product_id": { 1647 "type": "string" 1648 }, 1649 "kb": { 1650 "type": "string" 1651 } 1652 }, 1653 "type": "object", 1654 "required": [ 1655 "product_id", 1656 "kb" 1657 ] 1658 }, 1659 "NixStoreEntry": { 1660 "properties": { 1661 "outputHash": { 1662 "type": "string" 1663 }, 1664 "output": { 1665 "type": "string" 1666 }, 1667 "files": { 1668 "items": { 1669 "type": "string" 1670 }, 1671 "type": "array" 1672 } 1673 }, 1674 "type": "object", 1675 "required": [ 1676 "outputHash", 1677 "files" 1678 ] 1679 }, 1680 "OpamPackage": { 1681 "properties": { 1682 "name": { 1683 "type": "string" 1684 }, 1685 "version": { 1686 "type": "string" 1687 }, 1688 "licenses": { 1689 "items": { 1690 "type": "string" 1691 }, 1692 "type": "array" 1693 }, 1694 "url": { 1695 "type": "string" 1696 }, 1697 "checksum": { 1698 "items": { 1699 "type": "string" 1700 }, 1701 "type": "array" 1702 }, 1703 "homepage": { 1704 "type": "string" 1705 }, 1706 "dependencies": { 1707 "items": { 1708 "type": "string" 1709 }, 1710 "type": "array" 1711 } 1712 }, 1713 "type": "object", 1714 "required": [ 1715 "name", 1716 "version", 1717 "licenses", 1718 "url", 1719 "checksum", 1720 "homepage", 1721 "dependencies" 1722 ] 1723 }, 1724 "Package": { 1725 "properties": { 1726 "id": { 1727 "type": "string" 1728 }, 1729 "name": { 1730 "type": "string" 1731 }, 1732 "version": { 1733 "type": "string" 1734 }, 1735 "type": { 1736 "type": "string" 1737 }, 1738 "foundBy": { 1739 "type": "string" 1740 }, 1741 "locations": { 1742 "items": { 1743 "$ref": "#/$defs/Location" 1744 }, 1745 "type": "array" 1746 }, 1747 "licenses": { 1748 "$ref": "#/$defs/licenses" 1749 }, 1750 "language": { 1751 "type": "string" 1752 }, 1753 "cpes": { 1754 "$ref": "#/$defs/cpes" 1755 }, 1756 "purl": { 1757 "type": "string" 1758 }, 1759 "metadataType": { 1760 "type": "string" 1761 }, 1762 "metadata": { 1763 "anyOf": [ 1764 { 1765 "type": "null" 1766 }, 1767 { 1768 "$ref": "#/$defs/AlpmDbEntry" 1769 }, 1770 { 1771 "$ref": "#/$defs/ApkDbEntry" 1772 }, 1773 { 1774 "$ref": "#/$defs/BinarySignature" 1775 }, 1776 { 1777 "$ref": "#/$defs/BitnamiSbomEntry" 1778 }, 1779 { 1780 "$ref": "#/$defs/CConanFileEntry" 1781 }, 1782 { 1783 "$ref": "#/$defs/CConanInfoEntry" 1784 }, 1785 { 1786 "$ref": "#/$defs/CConanLockEntry" 1787 }, 1788 { 1789 "$ref": "#/$defs/CConanLockV2Entry" 1790 }, 1791 { 1792 "$ref": "#/$defs/CocoaPodfileLockEntry" 1793 }, 1794 { 1795 "$ref": "#/$defs/DartPubspecLockEntry" 1796 }, 1797 { 1798 "$ref": "#/$defs/DotnetDepsEntry" 1799 }, 1800 { 1801 "$ref": "#/$defs/DotnetPackagesLockEntry" 1802 }, 1803 { 1804 "$ref": "#/$defs/DotnetPortableExecutableEntry" 1805 }, 1806 { 1807 "$ref": "#/$defs/DpkgArchiveEntry" 1808 }, 1809 { 1810 "$ref": "#/$defs/DpkgDbEntry" 1811 }, 1812 { 1813 "$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload" 1814 }, 1815 { 1816 "$ref": "#/$defs/ElixirMixLockEntry" 1817 }, 1818 { 1819 "$ref": "#/$defs/ErlangRebarLockEntry" 1820 }, 1821 { 1822 "$ref": "#/$defs/GithubActionsUseStatement" 1823 }, 1824 { 1825 "$ref": "#/$defs/GoModuleBuildinfoEntry" 1826 }, 1827 { 1828 "$ref": "#/$defs/GoModuleEntry" 1829 }, 1830 { 1831 "$ref": "#/$defs/HaskellHackageStackEntry" 1832 }, 1833 { 1834 "$ref": "#/$defs/HaskellHackageStackLockEntry" 1835 }, 1836 { 1837 "$ref": "#/$defs/JavaArchive" 1838 }, 1839 { 1840 "$ref": "#/$defs/JavaJvmInstallation" 1841 }, 1842 { 1843 "$ref": "#/$defs/JavascriptNpmPackage" 1844 }, 1845 { 1846 "$ref": "#/$defs/JavascriptNpmPackageLockEntry" 1847 }, 1848 { 1849 "$ref": "#/$defs/JavascriptYarnLockEntry" 1850 }, 1851 { 1852 "$ref": "#/$defs/LinuxKernelArchive" 1853 }, 1854 { 1855 "$ref": "#/$defs/LinuxKernelModule" 1856 }, 1857 { 1858 "$ref": "#/$defs/LuarocksPackage" 1859 }, 1860 { 1861 "$ref": "#/$defs/MicrosoftKbPatch" 1862 }, 1863 { 1864 "$ref": "#/$defs/NixStoreEntry" 1865 }, 1866 { 1867 "$ref": "#/$defs/OpamPackage" 1868 }, 1869 { 1870 "$ref": "#/$defs/PhpComposerInstalledEntry" 1871 }, 1872 { 1873 "$ref": "#/$defs/PhpComposerLockEntry" 1874 }, 1875 { 1876 "$ref": "#/$defs/PhpPearEntry" 1877 }, 1878 { 1879 "$ref": "#/$defs/PhpPeclEntry" 1880 }, 1881 { 1882 "$ref": "#/$defs/PortageDbEntry" 1883 }, 1884 { 1885 "$ref": "#/$defs/PythonPackage" 1886 }, 1887 { 1888 "$ref": "#/$defs/PythonPipRequirementsEntry" 1889 }, 1890 { 1891 "$ref": "#/$defs/PythonPipfileLockEntry" 1892 }, 1893 { 1894 "$ref": "#/$defs/PythonPoetryLockEntry" 1895 }, 1896 { 1897 "$ref": "#/$defs/RDescription" 1898 }, 1899 { 1900 "$ref": "#/$defs/RpmArchive" 1901 }, 1902 { 1903 "$ref": "#/$defs/RpmDbEntry" 1904 }, 1905 { 1906 "$ref": "#/$defs/RubyGemspec" 1907 }, 1908 { 1909 "$ref": "#/$defs/RustCargoAuditEntry" 1910 }, 1911 { 1912 "$ref": "#/$defs/RustCargoLockEntry" 1913 }, 1914 { 1915 "$ref": "#/$defs/SwiftPackageManagerLockEntry" 1916 }, 1917 { 1918 "$ref": "#/$defs/SwiplpackPackage" 1919 }, 1920 { 1921 "$ref": "#/$defs/TerraformLockProviderEntry" 1922 }, 1923 { 1924 "$ref": "#/$defs/WordpressPluginEntry" 1925 } 1926 ] 1927 } 1928 }, 1929 "type": "object", 1930 "required": [ 1931 "id", 1932 "name", 1933 "version", 1934 "type", 1935 "foundBy", 1936 "locations", 1937 "licenses", 1938 "language", 1939 "cpes", 1940 "purl" 1941 ] 1942 }, 1943 "PhpComposerAuthors": { 1944 "properties": { 1945 "name": { 1946 "type": "string" 1947 }, 1948 "email": { 1949 "type": "string" 1950 }, 1951 "homepage": { 1952 "type": "string" 1953 } 1954 }, 1955 "type": "object", 1956 "required": [ 1957 "name" 1958 ] 1959 }, 1960 "PhpComposerExternalReference": { 1961 "properties": { 1962 "type": { 1963 "type": "string" 1964 }, 1965 "url": { 1966 "type": "string" 1967 }, 1968 "reference": { 1969 "type": "string" 1970 }, 1971 "shasum": { 1972 "type": "string" 1973 } 1974 }, 1975 "type": "object", 1976 "required": [ 1977 "type", 1978 "url", 1979 "reference" 1980 ] 1981 }, 1982 "PhpComposerInstalledEntry": { 1983 "properties": { 1984 "name": { 1985 "type": "string" 1986 }, 1987 "version": { 1988 "type": "string" 1989 }, 1990 "source": { 1991 "$ref": "#/$defs/PhpComposerExternalReference" 1992 }, 1993 "dist": { 1994 "$ref": "#/$defs/PhpComposerExternalReference" 1995 }, 1996 "require": { 1997 "patternProperties": { 1998 ".*": { 1999 "type": "string" 2000 } 2001 }, 2002 "type": "object" 2003 }, 2004 "provide": { 2005 "patternProperties": { 2006 ".*": { 2007 "type": "string" 2008 } 2009 }, 2010 "type": "object" 2011 }, 2012 "require-dev": { 2013 "patternProperties": { 2014 ".*": { 2015 "type": "string" 2016 } 2017 }, 2018 "type": "object" 2019 }, 2020 "suggest": { 2021 "patternProperties": { 2022 ".*": { 2023 "type": "string" 2024 } 2025 }, 2026 "type": "object" 2027 }, 2028 "license": { 2029 "items": { 2030 "type": "string" 2031 }, 2032 "type": "array" 2033 }, 2034 "type": { 2035 "type": "string" 2036 }, 2037 "notification-url": { 2038 "type": "string" 2039 }, 2040 "bin": { 2041 "items": { 2042 "type": "string" 2043 }, 2044 "type": "array" 2045 }, 2046 "authors": { 2047 "items": { 2048 "$ref": "#/$defs/PhpComposerAuthors" 2049 }, 2050 "type": "array" 2051 }, 2052 "description": { 2053 "type": "string" 2054 }, 2055 "homepage": { 2056 "type": "string" 2057 }, 2058 "keywords": { 2059 "items": { 2060 "type": "string" 2061 }, 2062 "type": "array" 2063 }, 2064 "time": { 2065 "type": "string" 2066 } 2067 }, 2068 "type": "object", 2069 "required": [ 2070 "name", 2071 "version", 2072 "source", 2073 "dist" 2074 ] 2075 }, 2076 "PhpComposerLockEntry": { 2077 "properties": { 2078 "name": { 2079 "type": "string" 2080 }, 2081 "version": { 2082 "type": "string" 2083 }, 2084 "source": { 2085 "$ref": "#/$defs/PhpComposerExternalReference" 2086 }, 2087 "dist": { 2088 "$ref": "#/$defs/PhpComposerExternalReference" 2089 }, 2090 "require": { 2091 "patternProperties": { 2092 ".*": { 2093 "type": "string" 2094 } 2095 }, 2096 "type": "object" 2097 }, 2098 "provide": { 2099 "patternProperties": { 2100 ".*": { 2101 "type": "string" 2102 } 2103 }, 2104 "type": "object" 2105 }, 2106 "require-dev": { 2107 "patternProperties": { 2108 ".*": { 2109 "type": "string" 2110 } 2111 }, 2112 "type": "object" 2113 }, 2114 "suggest": { 2115 "patternProperties": { 2116 ".*": { 2117 "type": "string" 2118 } 2119 }, 2120 "type": "object" 2121 }, 2122 "license": { 2123 "items": { 2124 "type": "string" 2125 }, 2126 "type": "array" 2127 }, 2128 "type": { 2129 "type": "string" 2130 }, 2131 "notification-url": { 2132 "type": "string" 2133 }, 2134 "bin": { 2135 "items": { 2136 "type": "string" 2137 }, 2138 "type": "array" 2139 }, 2140 "authors": { 2141 "items": { 2142 "$ref": "#/$defs/PhpComposerAuthors" 2143 }, 2144 "type": "array" 2145 }, 2146 "description": { 2147 "type": "string" 2148 }, 2149 "homepage": { 2150 "type": "string" 2151 }, 2152 "keywords": { 2153 "items": { 2154 "type": "string" 2155 }, 2156 "type": "array" 2157 }, 2158 "time": { 2159 "type": "string" 2160 } 2161 }, 2162 "type": "object", 2163 "required": [ 2164 "name", 2165 "version", 2166 "source", 2167 "dist" 2168 ] 2169 }, 2170 "PhpPearEntry": { 2171 "properties": { 2172 "name": { 2173 "type": "string" 2174 }, 2175 "channel": { 2176 "type": "string" 2177 }, 2178 "version": { 2179 "type": "string" 2180 }, 2181 "license": { 2182 "items": { 2183 "type": "string" 2184 }, 2185 "type": "array" 2186 } 2187 }, 2188 "type": "object", 2189 "required": [ 2190 "name", 2191 "version" 2192 ] 2193 }, 2194 "PhpPeclEntry": { 2195 "properties": { 2196 "name": { 2197 "type": "string" 2198 }, 2199 "channel": { 2200 "type": "string" 2201 }, 2202 "version": { 2203 "type": "string" 2204 }, 2205 "license": { 2206 "items": { 2207 "type": "string" 2208 }, 2209 "type": "array" 2210 } 2211 }, 2212 "type": "object", 2213 "required": [ 2214 "name", 2215 "version" 2216 ] 2217 }, 2218 "PortageDbEntry": { 2219 "properties": { 2220 "installedSize": { 2221 "type": "integer" 2222 }, 2223 "files": { 2224 "items": { 2225 "$ref": "#/$defs/PortageFileRecord" 2226 }, 2227 "type": "array" 2228 } 2229 }, 2230 "type": "object", 2231 "required": [ 2232 "installedSize", 2233 "files" 2234 ] 2235 }, 2236 "PortageFileRecord": { 2237 "properties": { 2238 "path": { 2239 "type": "string" 2240 }, 2241 "digest": { 2242 "$ref": "#/$defs/Digest" 2243 } 2244 }, 2245 "type": "object", 2246 "required": [ 2247 "path" 2248 ] 2249 }, 2250 "PythonDirectURLOriginInfo": { 2251 "properties": { 2252 "url": { 2253 "type": "string" 2254 }, 2255 "commitId": { 2256 "type": "string" 2257 }, 2258 "vcs": { 2259 "type": "string" 2260 } 2261 }, 2262 "type": "object", 2263 "required": [ 2264 "url" 2265 ] 2266 }, 2267 "PythonFileDigest": { 2268 "properties": { 2269 "algorithm": { 2270 "type": "string" 2271 }, 2272 "value": { 2273 "type": "string" 2274 } 2275 }, 2276 "type": "object", 2277 "required": [ 2278 "algorithm", 2279 "value" 2280 ] 2281 }, 2282 "PythonFileRecord": { 2283 "properties": { 2284 "path": { 2285 "type": "string" 2286 }, 2287 "digest": { 2288 "$ref": "#/$defs/PythonFileDigest" 2289 }, 2290 "size": { 2291 "type": "string" 2292 } 2293 }, 2294 "type": "object", 2295 "required": [ 2296 "path" 2297 ] 2298 }, 2299 "PythonPackage": { 2300 "properties": { 2301 "name": { 2302 "type": "string" 2303 }, 2304 "version": { 2305 "type": "string" 2306 }, 2307 "author": { 2308 "type": "string" 2309 }, 2310 "authorEmail": { 2311 "type": "string" 2312 }, 2313 "platform": { 2314 "type": "string" 2315 }, 2316 "files": { 2317 "items": { 2318 "$ref": "#/$defs/PythonFileRecord" 2319 }, 2320 "type": "array" 2321 }, 2322 "sitePackagesRootPath": { 2323 "type": "string" 2324 }, 2325 "topLevelPackages": { 2326 "items": { 2327 "type": "string" 2328 }, 2329 "type": "array" 2330 }, 2331 "directUrlOrigin": { 2332 "$ref": "#/$defs/PythonDirectURLOriginInfo" 2333 }, 2334 "requiresPython": { 2335 "type": "string" 2336 }, 2337 "requiresDist": { 2338 "items": { 2339 "type": "string" 2340 }, 2341 "type": "array" 2342 }, 2343 "providesExtra": { 2344 "items": { 2345 "type": "string" 2346 }, 2347 "type": "array" 2348 } 2349 }, 2350 "type": "object", 2351 "required": [ 2352 "name", 2353 "version", 2354 "author", 2355 "authorEmail", 2356 "platform", 2357 "sitePackagesRootPath" 2358 ] 2359 }, 2360 "PythonPipRequirementsEntry": { 2361 "properties": { 2362 "name": { 2363 "type": "string" 2364 }, 2365 "extras": { 2366 "items": { 2367 "type": "string" 2368 }, 2369 "type": "array" 2370 }, 2371 "versionConstraint": { 2372 "type": "string" 2373 }, 2374 "url": { 2375 "type": "string" 2376 }, 2377 "markers": { 2378 "type": "string" 2379 } 2380 }, 2381 "type": "object", 2382 "required": [ 2383 "name", 2384 "versionConstraint" 2385 ] 2386 }, 2387 "PythonPipfileLockEntry": { 2388 "properties": { 2389 "hashes": { 2390 "items": { 2391 "type": "string" 2392 }, 2393 "type": "array" 2394 }, 2395 "index": { 2396 "type": "string" 2397 } 2398 }, 2399 "type": "object", 2400 "required": [ 2401 "hashes", 2402 "index" 2403 ] 2404 }, 2405 "PythonPoetryLockDependencyEntry": { 2406 "properties": { 2407 "name": { 2408 "type": "string" 2409 }, 2410 "version": { 2411 "type": "string" 2412 }, 2413 "optional": { 2414 "type": "boolean" 2415 }, 2416 "markers": { 2417 "type": "string" 2418 }, 2419 "extras": { 2420 "items": { 2421 "type": "string" 2422 }, 2423 "type": "array" 2424 } 2425 }, 2426 "type": "object", 2427 "required": [ 2428 "name", 2429 "version", 2430 "optional" 2431 ] 2432 }, 2433 "PythonPoetryLockEntry": { 2434 "properties": { 2435 "index": { 2436 "type": "string" 2437 }, 2438 "dependencies": { 2439 "items": { 2440 "$ref": "#/$defs/PythonPoetryLockDependencyEntry" 2441 }, 2442 "type": "array" 2443 }, 2444 "extras": { 2445 "items": { 2446 "$ref": "#/$defs/PythonPoetryLockExtraEntry" 2447 }, 2448 "type": "array" 2449 } 2450 }, 2451 "type": "object", 2452 "required": [ 2453 "index", 2454 "dependencies" 2455 ] 2456 }, 2457 "PythonPoetryLockExtraEntry": { 2458 "properties": { 2459 "name": { 2460 "type": "string" 2461 }, 2462 "dependencies": { 2463 "items": { 2464 "type": "string" 2465 }, 2466 "type": "array" 2467 } 2468 }, 2469 "type": "object", 2470 "required": [ 2471 "name", 2472 "dependencies" 2473 ] 2474 }, 2475 "RDescription": { 2476 "properties": { 2477 "title": { 2478 "type": "string" 2479 }, 2480 "description": { 2481 "type": "string" 2482 }, 2483 "author": { 2484 "type": "string" 2485 }, 2486 "maintainer": { 2487 "type": "string" 2488 }, 2489 "url": { 2490 "items": { 2491 "type": "string" 2492 }, 2493 "type": "array" 2494 }, 2495 "repository": { 2496 "type": "string" 2497 }, 2498 "built": { 2499 "type": "string" 2500 }, 2501 "needsCompilation": { 2502 "type": "boolean" 2503 }, 2504 "imports": { 2505 "items": { 2506 "type": "string" 2507 }, 2508 "type": "array" 2509 }, 2510 "depends": { 2511 "items": { 2512 "type": "string" 2513 }, 2514 "type": "array" 2515 }, 2516 "suggests": { 2517 "items": { 2518 "type": "string" 2519 }, 2520 "type": "array" 2521 } 2522 }, 2523 "type": "object" 2524 }, 2525 "Relationship": { 2526 "properties": { 2527 "parent": { 2528 "type": "string" 2529 }, 2530 "child": { 2531 "type": "string" 2532 }, 2533 "type": { 2534 "type": "string" 2535 }, 2536 "metadata": true 2537 }, 2538 "type": "object", 2539 "required": [ 2540 "parent", 2541 "child", 2542 "type" 2543 ] 2544 }, 2545 "RpmArchive": { 2546 "properties": { 2547 "name": { 2548 "type": "string" 2549 }, 2550 "version": { 2551 "type": "string" 2552 }, 2553 "epoch": { 2554 "oneOf": [ 2555 { 2556 "type": "integer" 2557 }, 2558 { 2559 "type": "null" 2560 } 2561 ] 2562 }, 2563 "architecture": { 2564 "type": "string" 2565 }, 2566 "release": { 2567 "type": "string" 2568 }, 2569 "sourceRpm": { 2570 "type": "string" 2571 }, 2572 "size": { 2573 "type": "integer" 2574 }, 2575 "vendor": { 2576 "type": "string" 2577 }, 2578 "modularityLabel": { 2579 "type": "string" 2580 }, 2581 "provides": { 2582 "items": { 2583 "type": "string" 2584 }, 2585 "type": "array" 2586 }, 2587 "requires": { 2588 "items": { 2589 "type": "string" 2590 }, 2591 "type": "array" 2592 }, 2593 "files": { 2594 "items": { 2595 "$ref": "#/$defs/RpmFileRecord" 2596 }, 2597 "type": "array" 2598 } 2599 }, 2600 "type": "object", 2601 "required": [ 2602 "name", 2603 "version", 2604 "epoch", 2605 "architecture", 2606 "release", 2607 "sourceRpm", 2608 "size", 2609 "vendor", 2610 "files" 2611 ] 2612 }, 2613 "RpmDbEntry": { 2614 "properties": { 2615 "name": { 2616 "type": "string" 2617 }, 2618 "version": { 2619 "type": "string" 2620 }, 2621 "epoch": { 2622 "oneOf": [ 2623 { 2624 "type": "integer" 2625 }, 2626 { 2627 "type": "null" 2628 } 2629 ] 2630 }, 2631 "architecture": { 2632 "type": "string" 2633 }, 2634 "release": { 2635 "type": "string" 2636 }, 2637 "sourceRpm": { 2638 "type": "string" 2639 }, 2640 "size": { 2641 "type": "integer" 2642 }, 2643 "vendor": { 2644 "type": "string" 2645 }, 2646 "modularityLabel": { 2647 "type": "string" 2648 }, 2649 "provides": { 2650 "items": { 2651 "type": "string" 2652 }, 2653 "type": "array" 2654 }, 2655 "requires": { 2656 "items": { 2657 "type": "string" 2658 }, 2659 "type": "array" 2660 }, 2661 "files": { 2662 "items": { 2663 "$ref": "#/$defs/RpmFileRecord" 2664 }, 2665 "type": "array" 2666 } 2667 }, 2668 "type": "object", 2669 "required": [ 2670 "name", 2671 "version", 2672 "epoch", 2673 "architecture", 2674 "release", 2675 "sourceRpm", 2676 "size", 2677 "vendor", 2678 "files" 2679 ] 2680 }, 2681 "RpmFileRecord": { 2682 "properties": { 2683 "path": { 2684 "type": "string" 2685 }, 2686 "mode": { 2687 "type": "integer" 2688 }, 2689 "size": { 2690 "type": "integer" 2691 }, 2692 "digest": { 2693 "$ref": "#/$defs/Digest" 2694 }, 2695 "userName": { 2696 "type": "string" 2697 }, 2698 "groupName": { 2699 "type": "string" 2700 }, 2701 "flags": { 2702 "type": "string" 2703 } 2704 }, 2705 "type": "object", 2706 "required": [ 2707 "path", 2708 "mode", 2709 "size", 2710 "digest", 2711 "userName", 2712 "groupName", 2713 "flags" 2714 ] 2715 }, 2716 "RubyGemspec": { 2717 "properties": { 2718 "name": { 2719 "type": "string" 2720 }, 2721 "version": { 2722 "type": "string" 2723 }, 2724 "files": { 2725 "items": { 2726 "type": "string" 2727 }, 2728 "type": "array" 2729 }, 2730 "authors": { 2731 "items": { 2732 "type": "string" 2733 }, 2734 "type": "array" 2735 }, 2736 "homepage": { 2737 "type": "string" 2738 } 2739 }, 2740 "type": "object", 2741 "required": [ 2742 "name", 2743 "version" 2744 ] 2745 }, 2746 "RustCargoAuditEntry": { 2747 "properties": { 2748 "name": { 2749 "type": "string" 2750 }, 2751 "version": { 2752 "type": "string" 2753 }, 2754 "source": { 2755 "type": "string" 2756 } 2757 }, 2758 "type": "object", 2759 "required": [ 2760 "name", 2761 "version", 2762 "source" 2763 ] 2764 }, 2765 "RustCargoLockEntry": { 2766 "properties": { 2767 "name": { 2768 "type": "string" 2769 }, 2770 "version": { 2771 "type": "string" 2772 }, 2773 "source": { 2774 "type": "string" 2775 }, 2776 "checksum": { 2777 "type": "string" 2778 }, 2779 "dependencies": { 2780 "items": { 2781 "type": "string" 2782 }, 2783 "type": "array" 2784 } 2785 }, 2786 "type": "object", 2787 "required": [ 2788 "name", 2789 "version", 2790 "source", 2791 "checksum", 2792 "dependencies" 2793 ] 2794 }, 2795 "Schema": { 2796 "properties": { 2797 "version": { 2798 "type": "string" 2799 }, 2800 "url": { 2801 "type": "string" 2802 } 2803 }, 2804 "type": "object", 2805 "required": [ 2806 "version", 2807 "url" 2808 ] 2809 }, 2810 "Source": { 2811 "properties": { 2812 "id": { 2813 "type": "string" 2814 }, 2815 "name": { 2816 "type": "string" 2817 }, 2818 "version": { 2819 "type": "string" 2820 }, 2821 "type": { 2822 "type": "string" 2823 }, 2824 "metadata": true 2825 }, 2826 "type": "object", 2827 "required": [ 2828 "id", 2829 "name", 2830 "version", 2831 "type", 2832 "metadata" 2833 ] 2834 }, 2835 "SwiftPackageManagerLockEntry": { 2836 "properties": { 2837 "revision": { 2838 "type": "string" 2839 } 2840 }, 2841 "type": "object", 2842 "required": [ 2843 "revision" 2844 ] 2845 }, 2846 "SwiplpackPackage": { 2847 "properties": { 2848 "name": { 2849 "type": "string" 2850 }, 2851 "version": { 2852 "type": "string" 2853 }, 2854 "author": { 2855 "type": "string" 2856 }, 2857 "authorEmail": { 2858 "type": "string" 2859 }, 2860 "packager": { 2861 "type": "string" 2862 }, 2863 "packagerEmail": { 2864 "type": "string" 2865 }, 2866 "homepage": { 2867 "type": "string" 2868 }, 2869 "dependencies": { 2870 "items": { 2871 "type": "string" 2872 }, 2873 "type": "array" 2874 } 2875 }, 2876 "type": "object", 2877 "required": [ 2878 "name", 2879 "version", 2880 "author", 2881 "authorEmail", 2882 "packager", 2883 "packagerEmail", 2884 "homepage", 2885 "dependencies" 2886 ] 2887 }, 2888 "TerraformLockProviderEntry": { 2889 "properties": { 2890 "url": { 2891 "type": "string" 2892 }, 2893 "constraints": { 2894 "type": "string" 2895 }, 2896 "version": { 2897 "type": "string" 2898 }, 2899 "hashes": { 2900 "items": { 2901 "type": "string" 2902 }, 2903 "type": "array" 2904 } 2905 }, 2906 "type": "object", 2907 "required": [ 2908 "url", 2909 "constraints", 2910 "version", 2911 "hashes" 2912 ] 2913 }, 2914 "WordpressPluginEntry": { 2915 "properties": { 2916 "pluginInstallDirectory": { 2917 "type": "string" 2918 }, 2919 "author": { 2920 "type": "string" 2921 }, 2922 "authorUri": { 2923 "type": "string" 2924 } 2925 }, 2926 "type": "object", 2927 "required": [ 2928 "pluginInstallDirectory" 2929 ] 2930 }, 2931 "cpes": { 2932 "items": { 2933 "$ref": "#/$defs/CPE" 2934 }, 2935 "type": "array" 2936 }, 2937 "licenses": { 2938 "items": { 2939 "$ref": "#/$defs/License" 2940 }, 2941 "type": "array" 2942 } 2943 } 2944 }