repository
stringclasses 528
values | commit
stringlengths 40
40
| commitDate
timestamp[s] | path
stringlengths 11
149
| repoStars
int64 5
94.9k
| repoLastFetched
stringclasses 528
values | content
stringlengths 48
736k
| license
stringclasses 14
values | language
stringclasses 7
values |
---|---|---|---|---|---|---|---|---|
ErikEJ/EFCorePowerTools | f623fc8c749337350cb667ec1cb797d603be6b33 | 2023-04-23T18:51:45 | samples/efcpt-schema.json | 2,015 | 2024-05-27T04:43:08.934514Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"code-generation": {
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
},
"file-layout": {
"output-dbcontext-path": null,
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false
},
"functions": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"names": {
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null
},
"replacements": {
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
},
"stored-procedures": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"tables": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
},
{
"exclude": true,
"name": "[dbo].[Oldtable]"
}
],
"type-mappings": {
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
},
"views": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
}
]
}
],
"properties": {
"code-generation": {
"default": {},
"examples": [
{
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
}
],
"properties": {
"discover-multiple-stored-procedure-resultsets-preview": {
"default": false,
"examples": [
false
],
"title": "The discover-multiple-stored-procedure-resultsets-preview Schema",
"type": "boolean"
},
"enable-on-configuring": {
"default": false,
"examples": [
false
],
"title": "The enable-on-configuring Schema",
"type": "boolean"
},
"remove-defaultsql-from-bool-properties": {
"default": false,
"examples": [
false
],
"title": "The remove-defaultsql-from-bool-properties Schema",
"type": "boolean"
},
"soft-delete-obsolete-files": {
"default": false,
"examples": [
false
],
"title": "The soft-delete-obsolete-files Schema",
"type": "boolean"
},
"type": {
"default": "",
"examples": [
"all"
],
"title": "The type Schema",
"type": "string"
},
"use-alternate-stored-procedure-resultset-discovery": {
"default": false,
"examples": [
false
],
"title": "The use-alternate-stored-procedure-resultset-discovery Schema",
"type": "boolean"
},
"use-data-annotations": {
"default": false,
"examples": [
false
],
"title": "The use-data-annotations Schema",
"type": "boolean"
},
"use-database-names": {
"default": false,
"examples": [
false
],
"title": "The use-database-names Schema",
"type": "boolean"
},
"use-inflector": {
"default": false,
"examples": [
false
],
"title": "The use-inflector Schema",
"type": "boolean"
},
"use-legacy-inflector": {
"default": false,
"examples": [
false
],
"title": "The use-legacy-inflector Schema",
"type": "boolean"
},
"use-many-to-many-entity": {
"default": false,
"examples": [
false
],
"title": "The use-many-to-many-entity Schema",
"type": "boolean"
},
"use-nullable-reference-types": {
"default": false,
"examples": [
true
],
"title": "The use-nullable-reference-types Schema",
"type": "boolean"
},
"use-t4": {
"default": false,
"examples": [
false
],
"title": "The use-t4 Schema",
"type": "boolean"
}
},
"required": [
"enable-on-configuring",
"type",
"use-database-names",
"use-data-annotations",
"use-nullable-reference-types",
"use-inflector",
"use-legacy-inflector",
"use-many-to-many-entity",
"use-t4",
"remove-defaultsql-from-bool-properties",
"soft-delete-obsolete-files",
"discover-multiple-stored-procedure-resultsets-preview",
"use-alternate-stored-procedure-resultset-discovery"
],
"title": "The code-generation Schema",
"type": "object"
},
"file-layout": {
"default": {},
"examples": [
{
"output-dbcontext-path": null,
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false
}
],
"properties": {
"output-dbcontext-path": {
"default": null,
"examples": [
null
],
"title": "The output-dbcontext-path Schema",
"type": "null"
},
"output-path": {
"default": "",
"examples": [
"Models"
],
"title": "The output-path Schema",
"type": "string"
},
"split-dbcontext-preview": {
"default": false,
"examples": [
false
],
"title": "The split-dbcontext-preview Schema",
"type": "boolean"
},
"use-schema-folders-preview": {
"default": false,
"examples": [
false
],
"title": "The use-schema-folders-preview Schema",
"type": "boolean"
}
},
"required": [
"output-path"
],
"title": "The file-layout Schema",
"type": "object"
},
"functions": {
"default": [],
"examples": [
[
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"properties": {
"name": {
"examples": [
"[dbo].[FunctionA]",
"[dbo].[FunctionB]"
],
"title": "The name Schema",
"type": "string"
}
},
"required": [
"name"
],
"title": "A Schema",
"type": "object"
},
"title": "The functions Schema",
"type": "array"
},
"names": {
"default": {},
"examples": [
{
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null
}
],
"properties": {
"dbcontext-name": {
"default": "",
"examples": [
"NorthwindContext"
],
"title": "The dbcontext-name Schema",
"type": "string"
},
"dbcontext-namespace": {
"default": null,
"examples": [
null
],
"title": "The dbcontext-namespace Schema",
"type": "null"
},
"model-namespace": {
"default": null,
"examples": [
null
],
"title": "The model-namespace Schema",
"type": "null"
},
"root-namespace": {
"default": null,
"examples": [
null
],
"title": "The root-namespace Schema",
"type": "null"
}
},
"required": [
"dbcontext-name",
"root-namespace"
],
"title": "The names Schema",
"type": "object"
},
"replacements": {
"default": {},
"examples": [
{
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
}
],
"properties": {
"preserve-casing-with-regex": {
"default": false,
"examples": [
false
],
"title": "The preserve-casing-with-regex Schema",
"type": "boolean"
},
"uncountable-words": {
"default": [],
"examples": [
[
"Status",
"Data"
]
],
"items": {
"examples": [
"Status",
"Data"
],
"title": "A Schema",
"type": "string"
},
"title": "The uncountable-words Schema",
"type": "array"
}
},
"title": "The replacements Schema",
"type": "object"
},
"stored-procedures": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"properties": {
"mapped-type": {
"default": null,
"examples": [
"Customer"
],
"title": "The mapped-type Schema",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Alphabetical list of products]",
"[dbo].[Category Sales for 1997]"
],
"title": "The name Schema",
"type": "string"
},
"use-legacy-resultset-discovery": {
"default": false,
"examples": [
true
],
"title": "The use-legacy-resultset-discovery Schema",
"type": "boolean"
}
},
"required": [
"name"
],
"title": "A Schema",
"type": "object"
},
"title": "The stored-procedures Schema",
"type": "array"
},
"tables": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
},
{
"exclude": true,
"name": "[dbo].[Oldtable]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
},
{
"exclude": true,
"name": "[dbo].[Oldtable]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "The exclude Schema",
"type": "boolean"
},
"name": {
"examples": [
"[dbo].[Categories]",
"[dbo].[CustomerCustomerDemo]",
"[dbo].[Oldtable]"
],
"title": "The name Schema",
"type": "string"
}
},
"required": [
"name"
],
"title": "A Schema",
"type": "object"
},
"title": "The tables Schema",
"type": "array"
},
"type-mappings": {
"default": {},
"examples": [
{
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
}
],
"properties": {
"use-DateOnly-TimeOnly": {
"default": false,
"examples": [
false
],
"title": "The use-DateOnly-TimeOnly Schema",
"type": "boolean"
},
"use-HierarchyId": {
"default": false,
"examples": [
false
],
"title": "The use-HierarchyId Schema",
"type": "boolean"
},
"use-NodaTime": {
"default": false,
"examples": [
false
],
"title": "The use-NodaTime Schema",
"type": "boolean"
},
"use-spatial": {
"default": false,
"examples": [
false
],
"title": "The use-spatial Schema",
"type": "boolean"
}
},
"title": "The type-mappings Schema",
"type": "object"
},
"views": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
}
],
"properties": {
"name": {
"examples": [
"[dbo].[Categories]",
"[dbo].[CustomerCustomerDemo]"
],
"title": "The name Schema",
"type": "string"
}
},
"required": [
"name"
],
"title": "A Schema",
"type": "object"
},
"title": "The views Schema",
"type": "array"
}
},
"required": [
"tables",
"views",
"stored-procedures",
"functions",
"code-generation",
"names",
"file-layout"
],
"title": "Root Schema",
"type": "object"
} | MIT | en |
ErikEJ/EFCorePowerTools | 54920722fcc9b2bff3ae4fafb808a46b79629c5d | 2023-04-28T13:21:40 | samples/efcpt-schema.json | 2,015 | 2024-05-27T04:43:08.934514Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"code-generation": {
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
},
"file-layout": {
"output-dbcontext-path": null,
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false
},
"functions": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"names": {
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null
},
"replacements": {
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
},
"stored-procedures": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"tables": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
},
{
"exclude": true,
"name": "[dbo].[Oldtable]"
}
],
"type-mappings": {
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
},
"views": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
}
]
}
],
"markdownDescription": "See a full feature guide in [the wiki](https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering)",
"properties": {
"code-generation": {
"default": {},
"examples": [
{
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
}
],
"properties": {
"discover-multiple-stored-procedure-resultsets-preview": {
"default": false,
"examples": [
false
],
"title": "Discover multiple result sets from SQL stored procedures (preview)",
"type": "boolean"
},
"enable-on-configuring": {
"default": false,
"examples": [
false
],
"title": "Add OnConfiguring method to the DbContext",
"type": "boolean"
},
"remove-defaultsql-from-bool-properties": {
"default": false,
"examples": [
false
],
"title": "Remove SQL default from bool columns to avoid them being bool?",
"type": "boolean"
},
"soft-delete-obsolete-files": {
"default": false,
"examples": [
false
],
"title": "Run Cleanup of obsolete files",
"type": "boolean"
},
"type": {
"default": "all",
"enum": [
"all",
"dbcontext",
"entities"
],
"examples": [
"all"
],
"title": "Type of files to generate",
"type": "string"
},
"use-alternate-stored-procedure-resultset-discovery": {
"default": false,
"examples": [
false
],
"title": "Use alternate result set discovery - use sp_describe_first_result_set to retrieve stored procedure result sets",
"type": "boolean"
},
"use-data-annotations": {
"default": false,
"examples": [
false
],
"title": "Use DataAnnotation attributes rather than the fluent API (as much as possible)",
"type": "boolean"
},
"use-database-names": {
"default": false,
"examples": [
false
],
"title": "Use table and column names from the database",
"type": "boolean"
},
"use-inflector": {
"default": false,
"examples": [
false
],
"title": "Pluralize or singularize generated names (entity class names singular and DbSet names plural)",
"type": "boolean"
},
"use-legacy-inflector": {
"default": false,
"examples": [
false
],
"title": "Use EF6 Pluralizer instead of Humanizer",
"type": "boolean"
},
"use-many-to-many-entity": {
"default": false,
"examples": [
false
],
"title": "Preserve a many to many entity instead of skipping it ",
"type": "boolean"
},
"use-nullable-reference-types": {
"default": true,
"examples": [
true
],
"title": "Use nullable reference types",
"type": "boolean"
},
"use-t4": {
"default": false,
"examples": [
false
],
"title": "Customize code using T4 templates",
"type": "boolean"
}
},
"required": [
"enable-on-configuring",
"type",
"use-database-names",
"use-data-annotations",
"use-nullable-reference-types",
"use-inflector",
"use-legacy-inflector",
"use-many-to-many-entity",
"use-t4",
"remove-defaultsql-from-bool-properties",
"soft-delete-obsolete-files",
"discover-multiple-stored-procedure-resultsets-preview",
"use-alternate-stored-procedure-resultset-discovery"
],
"title": "Options for code generation",
"type": "object"
},
"file-layout": {
"default": {},
"examples": [
{
"output-dbcontext-path": "Context",
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false
}
],
"properties": {
"output-dbcontext-path": {
"default": null,
"examples": [
"Context"
],
"title": "DbContext output path",
"type": "string"
},
"output-path": {
"default": "Models",
"examples": [
"Models"
],
"title": "Output path",
"type": "string"
},
"split-dbcontext-preview": {
"default": false,
"examples": [
false
],
"title": "Split DbContext (preview)",
"type": "boolean"
},
"use-schema-folders-preview": {
"default": false,
"examples": [
false
],
"title": "Use schema folders (preview)",
"type": "boolean"
}
},
"required": [
"output-path"
],
"title": "Custom file layout options",
"type": "object"
},
"functions": {
"default": [],
"examples": [
[
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this function from code generation",
"type": "boolean"
},
"name": {
"examples": [
"[dbo].[FunctionA]",
"[dbo].[FunctionB]"
],
"title": "Name of function",
"type": "string"
}
},
"required": [
"name"
],
"title": "Function",
"type": "object"
},
"title": "List of scalar and TVF functions discovered in the source database",
"type": "array"
},
"names": {
"default": {},
"examples": [
{
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null
}
],
"properties": {
"dbcontext-name": {
"default": "",
"examples": [
"NorthwindContext"
],
"title": "Name of DbContext class",
"type": "string"
},
"dbcontext-namespace": {
"default": null,
"examples": [
null
],
"title": "Namespace of DbContext class",
"type": "string"
},
"model-namespace": {
"default": null,
"examples": [
null
],
"title": "Namespace of entities",
"type": "string"
},
"root-namespace": {
"default": null,
"examples": [
null
],
"title": "Root namespace",
"type": "string"
}
},
"required": [
"dbcontext-name",
"root-namespace"
],
"title": "Custom class and namespace names",
"type": "object"
},
"replacements": {
"default": {},
"examples": [
{
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
}
],
"properties": {
"preserve-casing-with-regex": {
"default": false,
"examples": [
false
],
"title": "Preserve casing with regex when custom naming",
"type": "boolean"
},
"uncountable-words": {
"default": [],
"examples": [
[
"Status",
"Data"
]
],
"items": {
"examples": [
"Status",
"Data"
],
"title": "Word list",
"type": "string"
},
"title": "Uncountable (ignored) words for Humanizer",
"type": "array"
}
},
"title": "Custom naming options",
"type": "object"
},
"stored-procedures": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this stored procedure from code generation",
"type": "boolean"
},
"mapped-type": {
"default": null,
"examples": [
"Customer"
],
"title": "Name of a to a class (DbSet) in your DbContext that maps the result of the stored procedure ",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Alphabetical list of products]",
"[dbo].[Category Sales for 1997]"
],
"title": "The stored procedure name",
"type": "string"
},
"use-legacy-resultset-discovery": {
"default": false,
"examples": [
true
],
"title": "Use sp_describe_first_result_set instead of SET FMTONLY for result set discovery",
"type": "boolean"
}
},
"required": [
"name"
],
"title": "Stored procedure",
"type": "object"
},
"title": "List of stored procedures discovered in the source database",
"type": "array"
},
"tables": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this table from code generation",
"type": "boolean"
},
"name": {
"examples": [
"[dbo].[Categories]",
"Oldtable"
],
"title": "Full table name",
"type": "string"
}
},
"required": [
"name"
],
"title": "Table",
"type": "object"
},
"title": "List of tables discovered in the source database",
"type": "array"
},
"type-mappings": {
"default": {},
"examples": [
{
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
}
],
"properties": {
"use-DateOnly-TimeOnly": {
"default": false,
"examples": [
false
],
"title": "Map date and time to DateOnly/TimeOnly (mssql)",
"type": "boolean"
},
"use-HierarchyId": {
"default": false,
"examples": [
false
],
"title": "Map hierarchyId (mssql)",
"type": "boolean"
},
"use-NodaTime": {
"default": false,
"examples": [
false
],
"title": "Use NodaTime",
"type": "boolean"
},
"use-spatial": {
"default": false,
"examples": [
false
],
"title": "Map spatial columns",
"type": "boolean"
}
},
"title": "Optional type mappings",
"type": "object"
},
"views": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this view from code generation",
"type": "boolean"
},
"name": {
"examples": [
"[dbo].[Categories]",
"[dbo].[CustomerCustomerDemo]"
],
"title": "Full view name",
"type": "string"
}
},
"required": [
"name"
],
"title": "View",
"type": "object"
},
"title": "List of views discovered in the source database",
"type": "array"
}
},
"required": [
"tables",
"code-generation",
"names",
"file-layout"
],
"title": "Configuration for EF Core Power Tools",
"type": "object"
} | MIT | en |
ErikEJ/EFCorePowerTools | 04ac43a5259c4742e67fcef732b5099f2d4d750c | 2023-12-21T13:03:16 | samples/efcpt-schema.json | 2,015 | 2024-05-27T04:43:08.934514Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"code-generation": {
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
},
"file-layout": {
"output-dbcontext-path": null,
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false,
"use-schema-namespaces-preview": false
},
"functions": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"names": {
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null,
"root-namespace": "MyProject"
},
"replacements": {
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
},
"stored-procedures": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"tables": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
},
{
"exclude": true,
"name": "[dbo].[Oldtable]"
}
],
"type-mappings": {
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
},
"views": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
}
]
}
],
"markdownDescription": "See a full feature guide in [the wiki](https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering)",
"properties": {
"code-generation": {
"default": {},
"examples": [
{
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"merge-dacpacs": false,
"remove-defaultsql-from-bool-properties": false,
"remove-valuegeneratedonadd": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-no-navigations-preview": false,
"use-nullable-reference-types": true,
"use-t4": false
}
],
"properties": {
"discover-multiple-stored-procedure-resultsets-preview": {
"default": false,
"examples": [
false
],
"title": "Discover multiple result sets from SQL stored procedures (preview)",
"type": "boolean"
},
"enable-on-configuring": {
"default": false,
"examples": [
false
],
"title": "Add OnConfiguring method to the DbContext",
"type": "boolean"
},
"generate-mermaid-diagram": {
"default": false,
"examples": [
false
],
"title": "Create a markdown file with a Mermaid ER diagram during scaffolding",
"type": "boolean"
},
"merge-dacpacs": {
"default": false,
"examples": [
false
],
"title": "Merge .dacpac files (when using .dacpac references)",
"type": "boolean"
},
"remove-defaultsql-from-bool-properties": {
"default": false,
"examples": [
false
],
"title": "Remove SQL default from bool columns to avoid them being bool?",
"type": "boolean"
},
"remove-valuegeneratedonadd": {
"default": false,
"examples": [
false
],
"title": "Remove ValeGeneratedOnAdd() from entity configuration, useful with Oracle",
"type": "boolean"
},
"soft-delete-obsolete-files": {
"default": false,
"examples": [
false
],
"title": "Run Cleanup of obsolete files",
"type": "boolean"
},
"t4-template-path": {
"default": null,
"title": "Global path to T4 templates",
"type": [
"string",
"null"
]
},
"type": {
"default": "all",
"enum": [
"all",
"dbcontext",
"entities"
],
"examples": [
"all"
],
"title": "Type of files to generate",
"type": "string"
},
"use-alternate-stored-procedure-resultset-discovery": {
"default": false,
"examples": [
false
],
"title": "Use alternate result set discovery - use sp_describe_first_result_set to retrieve stored procedure result sets",
"type": "boolean"
},
"use-data-annotations": {
"default": false,
"examples": [
false
],
"title": "Use DataAnnotation attributes rather than the fluent API (as much as possible)",
"type": "boolean"
},
"use-database-names": {
"default": false,
"examples": [
false
],
"title": "Use table and column names from the database",
"type": "boolean"
},
"use-inflector": {
"default": false,
"examples": [
false
],
"title": "Pluralize or singularize generated names (entity class names singular and DbSet names plural)",
"type": "boolean"
},
"use-legacy-inflector": {
"default": false,
"examples": [
false
],
"title": "Use EF6 Pluralizer instead of Humanizer",
"type": "boolean"
},
"use-many-to-many-entity": {
"default": false,
"examples": [
false
],
"title": "Preserve a many to many entity instead of skipping it ",
"type": "boolean"
},
"use-no-navigations-preview": {
"default": false,
"examples": [
false
],
"title": "Remove all navigation properties from the generated code (preview)",
"type": "boolean"
},
"use-nullable-reference-types": {
"default": true,
"examples": [
true
],
"title": "Use nullable reference types",
"type": "boolean"
},
"use-t4": {
"default": false,
"examples": [
false
],
"title": "Customize code using T4 templates",
"type": "boolean"
}
},
"required": [
"enable-on-configuring",
"type",
"use-database-names",
"use-data-annotations",
"use-nullable-reference-types",
"use-inflector",
"use-legacy-inflector",
"use-many-to-many-entity",
"use-t4",
"remove-defaultsql-from-bool-properties",
"soft-delete-obsolete-files",
"use-alternate-stored-procedure-resultset-discovery"
],
"title": "Options for code generation",
"type": "object"
},
"file-layout": {
"default": {},
"examples": [
{
"output-dbcontext-path": "Context",
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false,
"use-schema-namespaces-preview": false
}
],
"properties": {
"output-dbcontext-path": {
"default": null,
"examples": [
"Data"
],
"title": "DbContext output path",
"type": [
"string",
"null"
]
},
"output-path": {
"default": "Models",
"examples": [
"Models"
],
"title": "Output path",
"type": "string"
},
"split-dbcontext-preview": {
"default": false,
"examples": [
false
],
"title": "Split DbContext (preview)",
"type": "boolean"
},
"use-schema-folders-preview": {
"default": false,
"examples": [
false
],
"title": "Use schema folders (preview)",
"type": "boolean"
},
"use-schema-namespaces-preview": {
"default": false,
"examples": [
false
],
"title": "Use schema namespaces (preview)",
"type": "boolean"
}
},
"required": [
"output-path"
],
"title": "Custom file layout options",
"type": "object"
},
"functions": {
"default": [],
"examples": [
[
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this function from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[FunctionA]",
"[dbo].[FunctionB]"
],
"title": "Name of function",
"type": "string"
}
},
"title": "Function",
"type": "object"
},
"title": "List of scalar and TVF functions discovered in the source database",
"type": "array"
},
"names": {
"default": {},
"examples": [
{
"dbcontext-name": "NorthwindContext",
"root-namespace": "MypProject"
}
],
"properties": {
"dbcontext-name": {
"default": "",
"examples": [
"NorthwindContext"
],
"title": "Name of DbContext class",
"type": "string"
},
"dbcontext-namespace": {
"default": null,
"examples": [
null
],
"title": "Namespace of DbContext class",
"type": [
"string",
"null"
]
},
"model-namespace": {
"default": null,
"examples": [
null
],
"title": "Namespace of entities",
"type": [
"string",
"null"
]
},
"root-namespace": {
"examples": [
"MyProect"
],
"title": "Root namespace",
"type": "string"
}
},
"required": [
"dbcontext-name",
"root-namespace"
],
"title": "Custom class and namespace names",
"type": "object"
},
"replacements": {
"default": {},
"examples": [
{
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
}
],
"properties": {
"preserve-casing-with-regex": {
"default": false,
"examples": [
false
],
"title": "Preserve casing with regex when custom naming",
"type": "boolean"
},
"uncountable-words": {
"default": [],
"examples": [
[
"Status",
"Data"
]
],
"items": {
"examples": [
"Status",
"Data"
],
"title": "Word list",
"type": "string"
},
"title": "Uncountable (ignored) words for Humanizer",
"type": "array"
}
},
"title": "Custom naming options",
"type": "object"
},
"stored-procedures": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this stored procedure from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"mapped-type": {
"default": null,
"examples": [
"Customer"
],
"title": "Name of an entity class (DbSet) in your DbContext that maps the result of the stored procedure ",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Alphabetical list of products]",
"[dbo].[Category Sales for 1997]"
],
"title": "The stored procedure name",
"type": "string"
},
"use-legacy-resultset-discovery": {
"default": false,
"examples": [
true
],
"title": "Use sp_describe_first_result_set instead of SET FMTONLY for result set discovery",
"type": "boolean"
}
},
"title": "Stored procedure",
"type": "object"
},
"title": "List of stored procedures discovered in the source database",
"type": "array"
},
"tables": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
],
"properties": {
"exclude": {
"default": null,
"examples": [
true
],
"title": "Set to true to exclude this table from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Categories]",
"Oldtable"
],
"title": "Full table name",
"type": "string"
}
},
"title": "Table",
"type": "object"
},
"title": "List of tables discovered in the source database",
"type": "array"
},
"type-mappings": {
"default": {},
"examples": [
{
"use-DateOnly-TimeOnly": true,
"use-HierarchyId": true,
"use-NodaTime": false,
"use-spatial": true
}
],
"properties": {
"use-DateOnly-TimeOnly": {
"default": false,
"examples": [
true
],
"title": "Map date and time to DateOnly/TimeOnly (mssql)",
"type": "boolean"
},
"use-HierarchyId": {
"default": false,
"examples": [
true
],
"title": "Map hierarchyId (mssql)",
"type": "boolean"
},
"use-NodaTime": {
"default": false,
"examples": [
true
],
"title": "Use NodaTime",
"type": "boolean"
},
"use-spatial": {
"default": false,
"examples": [
true
],
"title": "Map spatial columns",
"type": "boolean"
}
},
"title": "Optional type mappings",
"type": "object"
},
"views": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this view from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Categories]",
"[dbo].[CustomerCustomerDemo]"
],
"title": "Full view name",
"type": "string"
}
},
"title": "View",
"type": "object"
},
"title": "List of views discovered in the source database",
"type": "array"
}
},
"required": [
"tables",
"code-generation",
"names",
"file-layout"
],
"title": "Configuration for EF Core Power Tools",
"type": "object"
} | MIT | en |
ErikEJ/EFCorePowerTools | 6165c3b95432c4e381b9cf23c6f138bd556adff3 | 2023-04-24T16:18:33 | samples/efcpt-schema.json | 2,015 | 2024-05-27T04:43:08.934514Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"code-generation": {
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
},
"file-layout": {
"output-dbcontext-path": null,
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false
},
"functions": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"names": {
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null
},
"replacements": {
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
},
"stored-procedures": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"tables": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
},
{
"exclude": true,
"name": "[dbo].[Oldtable]"
}
],
"type-mappings": {
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
},
"views": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
}
]
}
],
"properties": {
"code-generation": {
"default": {},
"examples": [
{
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
}
],
"properties": {
"discover-multiple-stored-procedure-resultsets-preview": {
"default": false,
"examples": [
false
],
"title": "Discover multiple result sets from SQL stored procedures (preview)",
"type": "boolean"
},
"enable-on-configuring": {
"default": false,
"examples": [
false
],
"title": "Add OnConfiguring method to the DbContext",
"type": "boolean"
},
"remove-defaultsql-from-bool-properties": {
"default": false,
"examples": [
false
],
"title": "Remove SQL default from bool columns to avoid them being bool?",
"type": "boolean"
},
"soft-delete-obsolete-files": {
"default": false,
"examples": [
false
],
"title": "Run Cleanup of obsolete files",
"type": "boolean"
},
"type": {
"default": "all",
"enum": [
"all",
"dbcontext",
"entities"
],
"examples": [
"all"
],
"title": "Type of files to generate",
"type": "string"
},
"use-alternate-stored-procedure-resultset-discovery": {
"default": false,
"examples": [
false
],
"title": "Use alternate result set discovery - use sp_describe_first_result_set to retrieve stored procedure result sets",
"type": "boolean"
},
"use-data-annotations": {
"default": false,
"examples": [
false
],
"title": "Use DataAnnotation attributes rather than the fluent API (as much as possible)",
"type": "boolean"
},
"use-database-names": {
"default": false,
"examples": [
false
],
"title": "Use table and column names from the database",
"type": "boolean"
},
"use-inflector": {
"default": false,
"examples": [
false
],
"title": "Pluralize or singularize generated names (entity class names singular and DbSet names plural)",
"type": "boolean"
},
"use-legacy-inflector": {
"default": false,
"examples": [
false
],
"title": "Use EF6 Pluralizer instead of Humanizer",
"type": "boolean"
},
"use-many-to-many-entity": {
"default": false,
"examples": [
false
],
"title": "Preserve a many to many entity instead of skipping it ",
"type": "boolean"
},
"use-nullable-reference-types": {
"default": true,
"examples": [
true
],
"title": "Use nullable reference types",
"type": "boolean"
},
"use-t4": {
"default": false,
"examples": [
false
],
"title": "Customize code using T4 templates",
"type": "boolean"
}
},
"required": [
"enable-on-configuring",
"type",
"use-database-names",
"use-data-annotations",
"use-nullable-reference-types",
"use-inflector",
"use-legacy-inflector",
"use-many-to-many-entity",
"use-t4",
"remove-defaultsql-from-bool-properties",
"soft-delete-obsolete-files",
"discover-multiple-stored-procedure-resultsets-preview",
"use-alternate-stored-procedure-resultset-discovery"
],
"title": "Options for code generation",
"type": "object"
},
"file-layout": {
"default": {},
"examples": [
{
"output-dbcontext-path": "Context",
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false
}
],
"properties": {
"output-dbcontext-path": {
"default": null,
"examples": [
"Context"
],
"title": "The output-dbcontext-path Schema",
"type": "string"
},
"output-path": {
"default": "Models",
"examples": [
"Models"
],
"title": "The output-path Schema",
"type": "string"
},
"split-dbcontext-preview": {
"default": false,
"examples": [
false
],
"title": "The split-dbcontext-preview Schema",
"type": "boolean"
},
"use-schema-folders-preview": {
"default": false,
"examples": [
false
],
"title": "The use-schema-folders-preview Schema",
"type": "boolean"
}
},
"required": [
"output-path"
],
"title": "The file-layout Schema",
"type": "object"
},
"functions": {
"default": [],
"examples": [
[
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this function from code generation",
"type": "boolean"
},
"name": {
"examples": [
"[dbo].[FunctionA]",
"[dbo].[FunctionB]"
],
"title": "Name of function",
"type": "string"
}
},
"required": [
"name"
],
"title": "Function",
"type": "object"
},
"title": "List of scalar and TVF functions discovered in the source database",
"type": "array"
},
"names": {
"default": {},
"examples": [
{
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null
}
],
"properties": {
"dbcontext-name": {
"default": "",
"examples": [
"NorthwindContext"
],
"title": "The dbcontext-name Schema",
"type": "string"
},
"dbcontext-namespace": {
"default": null,
"examples": [
null
],
"title": "The dbcontext-namespace Schema",
"type": "string"
},
"model-namespace": {
"default": null,
"examples": [
null
],
"title": "The model-namespace Schema",
"type": "string"
},
"root-namespace": {
"default": null,
"examples": [
null
],
"title": "The root-namespace Schema",
"type": "string"
}
},
"required": [
"dbcontext-name",
"root-namespace"
],
"title": "The names Schema",
"type": "object"
},
"replacements": {
"default": {},
"examples": [
{
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
}
],
"properties": {
"preserve-casing-with-regex": {
"default": false,
"examples": [
false
],
"title": "The preserve-casing-with-regex Schema",
"type": "boolean"
},
"uncountable-words": {
"default": [],
"examples": [
[
"Status",
"Data"
]
],
"items": {
"examples": [
"Status",
"Data"
],
"title": "A Schema",
"type": "string"
},
"title": "The uncountable-words Schema",
"type": "array"
}
},
"title": "The replacements Schema",
"type": "object"
},
"stored-procedures": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this stored procedure from code generation",
"type": "boolean"
},
"mapped-type": {
"default": null,
"examples": [
"Customer"
],
"title": "Name of a to a class (DbSet) in your DbContext that maps the result of the stored procedure ",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Alphabetical list of products]",
"[dbo].[Category Sales for 1997]"
],
"title": "The stored procedure name",
"type": "string"
},
"use-legacy-resultset-discovery": {
"default": false,
"examples": [
true
],
"title": "Use sp_describe_first_result_set instead of SET FMTONLY for result set discovery",
"type": "boolean"
}
},
"required": [
"name"
],
"title": "Stored procedure",
"type": "object"
},
"title": "List of stored procedures discovered in the source database",
"type": "array"
},
"tables": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this table from code generation",
"type": "boolean"
},
"name": {
"examples": [
"[dbo].[Categories]",
"Oldtable"
],
"title": "Full table name",
"type": "string"
}
},
"required": [
"name"
],
"title": "Table",
"type": "object"
},
"title": "List of tables discovered in the source database",
"type": "array"
},
"type-mappings": {
"default": {},
"examples": [
{
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
}
],
"properties": {
"use-DateOnly-TimeOnly": {
"default": false,
"examples": [
false
],
"title": "The use-DateOnly-TimeOnly Schema",
"type": "boolean"
},
"use-HierarchyId": {
"default": false,
"examples": [
false
],
"title": "The use-HierarchyId Schema",
"type": "boolean"
},
"use-NodaTime": {
"default": false,
"examples": [
false
],
"title": "The use-NodaTime Schema",
"type": "boolean"
},
"use-spatial": {
"default": false,
"examples": [
false
],
"title": "The use-spatial Schema",
"type": "boolean"
}
},
"title": "The type-mappings Schema",
"type": "object"
},
"views": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this view from code generation",
"type": "boolean"
},
"name": {
"examples": [
"[dbo].[Categories]",
"[dbo].[CustomerCustomerDemo]"
],
"title": "Full view name",
"type": "string"
}
},
"required": [
"name"
],
"title": "View",
"type": "object"
},
"title": "List of views discovered in the source database",
"type": "array"
}
},
"required": [
"tables",
"views",
"stored-procedures",
"functions",
"code-generation",
"names",
"file-layout"
],
"title": "Configuration for EF Core Power Tools",
"type": "object"
} | MIT | en |
ErikEJ/EFCorePowerTools | cd14d038ada6b8af616ef80644418ada403e2f24 | 2024-01-19T09:11:47 | samples/efcpt-schema.json | 2,015 | 2024-05-27T04:43:08.934514Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"code-generation": {
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"refresh-object-lists": true,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
},
"file-layout": {
"output-dbcontext-path": null,
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false,
"use-schema-namespaces-preview": false
},
"functions": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"names": {
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null,
"root-namespace": "MyProject"
},
"replacements": {
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
},
"stored-procedures": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"tables": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
},
{
"exclude": true,
"name": "[dbo].[Oldtable]"
}
],
"type-mappings": {
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
},
"views": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
}
]
}
],
"markdownDescription": "See a full feature guide in [the wiki](https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering)",
"properties": {
"code-generation": {
"default": {},
"examples": [
{
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"merge-dacpacs": false,
"refresh-object-lists": true,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-no-navigations-preview": false,
"use-nullable-reference-types": true,
"use-t4": false
}
],
"properties": {
"discover-multiple-stored-procedure-resultsets-preview": {
"default": false,
"examples": [
false
],
"title": "Discover multiple result sets from SQL stored procedures (preview)",
"type": "boolean"
},
"enable-on-configuring": {
"default": false,
"examples": [
false
],
"title": "Add OnConfiguring method to the DbContext",
"type": "boolean"
},
"generate-mermaid-diagram": {
"default": false,
"examples": [
false
],
"title": "Create a markdown file with a Mermaid ER diagram during scaffolding",
"type": "boolean"
},
"merge-dacpacs": {
"default": false,
"examples": [
false
],
"title": "Merge .dacpac files (when using .dacpac references)",
"type": "boolean"
},
"refresh-object-lists": {
"default": true,
"examples": [
false
],
"title": "Refresh the lists of objects (tables, views, stored procedures, functions) from the database in the config file during scaffolding",
"type": "boolean"
},
"remove-defaultsql-from-bool-properties": {
"default": false,
"examples": [
false
],
"title": "Remove SQL default from bool columns to avoid them being bool?",
"type": "boolean"
},
"soft-delete-obsolete-files": {
"default": false,
"examples": [
false
],
"title": "Run Cleanup of obsolete files",
"type": "boolean"
},
"t4-template-path": {
"default": null,
"title": "Global path to T4 templates",
"type": [
"string",
"null"
]
},
"type": {
"default": "all",
"enum": [
"all",
"dbcontext",
"entities"
],
"examples": [
"all"
],
"title": "Type of files to generate",
"type": "string"
},
"use-alternate-stored-procedure-resultset-discovery": {
"default": false,
"examples": [
false
],
"title": "Use alternate result set discovery - use sp_describe_first_result_set to retrieve stored procedure result sets",
"type": "boolean"
},
"use-data-annotations": {
"default": false,
"examples": [
false
],
"title": "Use DataAnnotation attributes rather than the fluent API (as much as possible)",
"type": "boolean"
},
"use-database-names": {
"default": false,
"examples": [
false
],
"title": "Use table and column names from the database",
"type": "boolean"
},
"use-inflector": {
"default": false,
"examples": [
false
],
"title": "Pluralize or singularize generated names (entity class names singular and DbSet names plural)",
"type": "boolean"
},
"use-legacy-inflector": {
"default": false,
"examples": [
false
],
"title": "Use EF6 Pluralizer instead of Humanizer",
"type": "boolean"
},
"use-many-to-many-entity": {
"default": false,
"examples": [
false
],
"title": "Preserve a many to many entity instead of skipping it ",
"type": "boolean"
},
"use-no-navigations-preview": {
"default": false,
"examples": [
false
],
"title": "Remove all navigation properties from the generated code (preview)",
"type": "boolean"
},
"use-nullable-reference-types": {
"default": true,
"examples": [
true
],
"title": "Use nullable reference types",
"type": "boolean"
},
"use-t4": {
"default": false,
"examples": [
false
],
"title": "Customize code using T4 templates",
"type": "boolean"
}
},
"required": [
"enable-on-configuring",
"type",
"use-database-names",
"use-data-annotations",
"use-nullable-reference-types",
"use-inflector",
"use-legacy-inflector",
"use-many-to-many-entity",
"use-t4",
"remove-defaultsql-from-bool-properties",
"soft-delete-obsolete-files",
"use-alternate-stored-procedure-resultset-discovery"
],
"title": "Options for code generation",
"type": "object"
},
"file-layout": {
"default": {},
"examples": [
{
"output-dbcontext-path": "Context",
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false,
"use-schema-namespaces-preview": false
}
],
"properties": {
"output-dbcontext-path": {
"default": null,
"examples": [
"Data"
],
"title": "DbContext output path",
"type": [
"string",
"null"
]
},
"output-path": {
"default": "Models",
"examples": [
"Models"
],
"title": "Output path",
"type": "string"
},
"split-dbcontext-preview": {
"default": false,
"examples": [
false
],
"title": "Split DbContext (preview)",
"type": "boolean"
},
"use-schema-folders-preview": {
"default": false,
"examples": [
false
],
"title": "Use schema folders (preview)",
"type": "boolean"
},
"use-schema-namespaces-preview": {
"default": false,
"examples": [
false
],
"title": "Use schema namespaces (preview)",
"type": "boolean"
}
},
"required": [
"output-path"
],
"title": "Custom file layout options",
"type": "object"
},
"functions": {
"default": [],
"examples": [
[
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this function from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[FunctionA]",
"[dbo].[FunctionB]"
],
"title": "Name of function",
"type": "string"
}
},
"title": "Function",
"type": "object"
},
"title": "List of scalar and TVF functions discovered in the source database",
"type": "array"
},
"names": {
"default": {},
"examples": [
{
"dbcontext-name": "NorthwindContext",
"root-namespace": "MypProject"
}
],
"properties": {
"dbcontext-name": {
"default": "",
"examples": [
"NorthwindContext"
],
"title": "Name of DbContext class",
"type": "string"
},
"dbcontext-namespace": {
"default": null,
"examples": [
null
],
"title": "Namespace of DbContext class",
"type": [
"string",
"null"
]
},
"model-namespace": {
"default": null,
"examples": [
null
],
"title": "Namespace of entities",
"type": [
"string",
"null"
]
},
"root-namespace": {
"examples": [
"MyProect"
],
"title": "Root namespace",
"type": "string"
}
},
"required": [
"dbcontext-name",
"root-namespace"
],
"title": "Custom class and namespace names",
"type": "object"
},
"replacements": {
"default": {},
"examples": [
{
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
}
],
"properties": {
"preserve-casing-with-regex": {
"default": false,
"examples": [
false
],
"title": "Preserve casing with regex when custom naming",
"type": "boolean"
},
"uncountable-words": {
"default": [],
"examples": [
[
"Status",
"Data"
]
],
"items": {
"examples": [
"Status",
"Data"
],
"title": "Word list",
"type": "string"
},
"title": "Uncountable (ignored) words for Humanizer",
"type": "array"
}
},
"title": "Custom naming options",
"type": "object"
},
"stored-procedures": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this stored procedure from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"mapped-type": {
"default": null,
"examples": [
"Customer"
],
"title": "Name of an entity class (DbSet) in your DbContext that maps the result of the stored procedure ",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Alphabetical list of products]",
"[dbo].[Category Sales for 1997]"
],
"title": "The stored procedure name",
"type": "string"
},
"use-legacy-resultset-discovery": {
"default": false,
"examples": [
true
],
"title": "Use sp_describe_first_result_set instead of SET FMTONLY for result set discovery",
"type": "boolean"
}
},
"title": "Stored procedure",
"type": "object"
},
"title": "List of stored procedures discovered in the source database",
"type": "array"
},
"tables": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
],
"properties": {
"exclude": {
"default": null,
"examples": [
true
],
"title": "Set to true to exclude this table from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Categories]",
"Oldtable"
],
"title": "Full table name",
"type": "string"
}
},
"title": "Table",
"type": "object"
},
"title": "List of tables discovered in the source database",
"type": "array"
},
"type-mappings": {
"default": {},
"examples": [
{
"use-DateOnly-TimeOnly": true,
"use-HierarchyId": true,
"use-NodaTime": false,
"use-spatial": true
}
],
"properties": {
"use-DateOnly-TimeOnly": {
"default": false,
"examples": [
true
],
"title": "Map date and time to DateOnly/TimeOnly (mssql)",
"type": "boolean"
},
"use-HierarchyId": {
"default": false,
"examples": [
true
],
"title": "Map hierarchyId (mssql)",
"type": "boolean"
},
"use-NodaTime": {
"default": false,
"examples": [
true
],
"title": "Use NodaTime",
"type": "boolean"
},
"use-spatial": {
"default": false,
"examples": [
true
],
"title": "Map spatial columns",
"type": "boolean"
}
},
"title": "Optional type mappings",
"type": "object"
},
"views": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this view from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Categories]",
"[dbo].[CustomerCustomerDemo]"
],
"title": "Full view name",
"type": "string"
}
},
"title": "View",
"type": "object"
},
"title": "List of views discovered in the source database",
"type": "array"
}
},
"required": [
"tables",
"code-generation",
"names",
"file-layout"
],
"title": "Configuration for EF Core Power Tools",
"type": "object"
} | MIT | en |
ErikEJ/EFCorePowerTools | 83fd2914b5919ca8da7f9fc85762e3756153172c | 2023-05-27T12:11:18 | samples/efcpt-schema.json | 2,015 | 2024-05-27T04:43:08.934514Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"examples": [
{
"code-generation": {
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
},
"file-layout": {
"output-dbcontext-path": null,
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false
},
"functions": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"names": {
"dbcontext-name": "NorthwindContext",
"dbcontext-namespace": null,
"model-namespace": null,
"root-namespace": "MyProject"
},
"replacements": {
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
},
"stored-procedures": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"tables": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
},
{
"exclude": true,
"name": "[dbo].[Oldtable]"
}
],
"type-mappings": {
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
},
"views": [
{
"name": "[dbo].[Categories]"
},
{
"name": "[dbo].[CustomerCustomerDemo]"
}
]
}
],
"markdownDescription": "See a full feature guide in [the wiki](https://github.com/ErikEJ/EFCorePowerTools/wiki/Reverse-Engineering)",
"properties": {
"code-generation": {
"default": {},
"examples": [
{
"discover-multiple-stored-procedure-resultsets-preview": false,
"enable-on-configuring": false,
"remove-defaultsql-from-bool-properties": false,
"soft-delete-obsolete-files": false,
"type": "all",
"use-alternate-stored-procedure-resultset-discovery": false,
"use-data-annotations": false,
"use-database-names": false,
"use-inflector": false,
"use-legacy-inflector": false,
"use-many-to-many-entity": false,
"use-nullable-reference-types": true,
"use-t4": false
}
],
"properties": {
"discover-multiple-stored-procedure-resultsets-preview": {
"default": false,
"examples": [
false
],
"title": "Discover multiple result sets from SQL stored procedures (preview)",
"type": "boolean"
},
"enable-on-configuring": {
"default": false,
"examples": [
false
],
"title": "Add OnConfiguring method to the DbContext",
"type": "boolean"
},
"remove-defaultsql-from-bool-properties": {
"default": false,
"examples": [
false
],
"title": "Remove SQL default from bool columns to avoid them being bool?",
"type": "boolean"
},
"soft-delete-obsolete-files": {
"default": false,
"examples": [
false
],
"title": "Run Cleanup of obsolete files",
"type": "boolean"
},
"type": {
"default": "all",
"enum": [
"all",
"dbcontext",
"entities"
],
"examples": [
"all"
],
"title": "Type of files to generate",
"type": "string"
},
"use-alternate-stored-procedure-resultset-discovery": {
"default": false,
"examples": [
false
],
"title": "Use alternate result set discovery - use sp_describe_first_result_set to retrieve stored procedure result sets",
"type": "boolean"
},
"use-data-annotations": {
"default": false,
"examples": [
false
],
"title": "Use DataAnnotation attributes rather than the fluent API (as much as possible)",
"type": "boolean"
},
"use-database-names": {
"default": false,
"examples": [
false
],
"title": "Use table and column names from the database",
"type": "boolean"
},
"use-inflector": {
"default": false,
"examples": [
false
],
"title": "Pluralize or singularize generated names (entity class names singular and DbSet names plural)",
"type": "boolean"
},
"use-legacy-inflector": {
"default": false,
"examples": [
false
],
"title": "Use EF6 Pluralizer instead of Humanizer",
"type": "boolean"
},
"use-many-to-many-entity": {
"default": false,
"examples": [
false
],
"title": "Preserve a many to many entity instead of skipping it ",
"type": "boolean"
},
"use-nullable-reference-types": {
"default": true,
"examples": [
true
],
"title": "Use nullable reference types",
"type": "boolean"
},
"use-t4": {
"default": false,
"examples": [
false
],
"title": "Customize code using T4 templates",
"type": "boolean"
}
},
"required": [
"enable-on-configuring",
"type",
"use-database-names",
"use-data-annotations",
"use-nullable-reference-types",
"use-inflector",
"use-legacy-inflector",
"use-many-to-many-entity",
"use-t4",
"remove-defaultsql-from-bool-properties",
"soft-delete-obsolete-files",
"discover-multiple-stored-procedure-resultsets-preview",
"use-alternate-stored-procedure-resultset-discovery"
],
"title": "Options for code generation",
"type": "object"
},
"file-layout": {
"default": {},
"examples": [
{
"output-dbcontext-path": "Context",
"output-path": "Models",
"split-dbcontext-preview": false,
"use-schema-folders-preview": false
}
],
"properties": {
"output-dbcontext-path": {
"default": null,
"examples": [
"Data"
],
"title": "DbContext output path",
"type": [
"string",
"null"
]
},
"output-path": {
"default": "Models",
"examples": [
"Models"
],
"title": "Output path",
"type": "string"
},
"split-dbcontext-preview": {
"default": false,
"examples": [
false
],
"title": "Split DbContext (preview)",
"type": "boolean"
},
"use-schema-folders-preview": {
"default": false,
"examples": [
false
],
"title": "Use schema folders (preview)",
"type": "boolean"
}
},
"required": [
"output-path"
],
"title": "Custom file layout options",
"type": "object"
},
"functions": {
"default": [],
"examples": [
[
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[FunctionA]"
},
{
"name": "[dbo].[FunctionB]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this function from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[FunctionA]",
"[dbo].[FunctionB]"
],
"title": "Name of function",
"type": "string"
}
},
"title": "Function",
"type": "object"
},
"title": "List of scalar and TVF functions discovered in the source database",
"type": "array"
},
"names": {
"default": {},
"examples": [
{
"dbcontext-name": "NorthwindContext",
"root-namespace": "MypProject"
}
],
"properties": {
"dbcontext-name": {
"default": "",
"examples": [
"NorthwindContext"
],
"title": "Name of DbContext class",
"type": "string"
},
"dbcontext-namespace": {
"default": null,
"examples": [
null
],
"title": "Namespace of DbContext class",
"type": [
"string",
"null"
]
},
"model-namespace": {
"default": null,
"examples": [
null
],
"title": "Namespace of entities",
"type": [
"string",
"null"
]
},
"root-namespace": {
"examples": [
"MyProect"
],
"title": "Root namespace",
"type": "string"
}
},
"required": [
"dbcontext-name",
"root-namespace"
],
"title": "Custom class and namespace names",
"type": "object"
},
"replacements": {
"default": {},
"examples": [
{
"preserve-casing-with-regex": false,
"uncountable-words": [
"Status",
"Data"
]
}
],
"properties": {
"preserve-casing-with-regex": {
"default": false,
"examples": [
false
],
"title": "Preserve casing with regex when custom naming",
"type": "boolean"
},
"uncountable-words": {
"default": [],
"examples": [
[
"Status",
"Data"
]
],
"items": {
"examples": [
"Status",
"Data"
],
"title": "Word list",
"type": "string"
},
"title": "Uncountable (ignored) words for Humanizer",
"type": "array"
}
},
"title": "Custom naming options",
"type": "object"
},
"stored-procedures": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Alphabetical list of products]"
},
{
"mapped-type": "Customer",
"name": "[dbo].[Category Sales for 1997]",
"use-legacy-resultset-discovery": true
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this stored procedure from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"mapped-type": {
"default": null,
"examples": [
"Customer"
],
"title": "Name of an entity class (DbSet) in your DbContext that maps the result of the stored procedure ",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Alphabetical list of products]",
"[dbo].[Category Sales for 1997]"
],
"title": "The stored procedure name",
"type": "string"
},
"use-legacy-resultset-discovery": {
"default": false,
"examples": [
true
],
"title": "Use sp_describe_first_result_set instead of SET FMTONLY for result set discovery",
"type": "boolean"
}
},
"title": "Stored procedure",
"type": "object"
},
"title": "List of stored procedures discovered in the source database",
"type": "array"
},
"tables": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "Oldtable"
}
],
"properties": {
"exclude": {
"default": null,
"examples": [
true
],
"title": "Set to true to exclude this table from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Categories]",
"Oldtable"
],
"title": "Full table name",
"type": "string"
}
},
"title": "Table",
"type": "object"
},
"title": "List of tables discovered in the source database",
"type": "array"
},
"type-mappings": {
"default": {},
"examples": [
{
"use-DateOnly-TimeOnly": false,
"use-HierarchyId": false,
"use-NodaTime": false,
"use-spatial": false
}
],
"properties": {
"use-DateOnly-TimeOnly": {
"default": false,
"examples": [
false
],
"title": "Map date and time to DateOnly/TimeOnly (mssql)",
"type": "boolean"
},
"use-HierarchyId": {
"default": false,
"examples": [
false
],
"title": "Map hierarchyId (mssql)",
"type": "boolean"
},
"use-NodaTime": {
"default": false,
"examples": [
false
],
"title": "Use NodaTime",
"type": "boolean"
},
"use-spatial": {
"default": false,
"examples": [
false
],
"title": "Map spatial columns",
"type": "boolean"
}
},
"title": "Optional type mappings",
"type": "object"
},
"views": {
"default": [],
"examples": [
[
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
]
],
"items": {
"examples": [
{
"name": "[dbo].[Categories]"
},
{
"exclude": true,
"name": "[dbo].[CustomerCustomerDemo]"
}
],
"properties": {
"exclude": {
"default": false,
"examples": [
true
],
"title": "Set to true to exclude this view from code generation",
"type": "boolean"
},
"exclusionWildcard": {
"examples": [
"*"
],
"title": "Exclusion pattern with * symbol, use '*' to exclude all by default",
"type": "string"
},
"name": {
"examples": [
"[dbo].[Categories]",
"[dbo].[CustomerCustomerDemo]"
],
"title": "Full view name",
"type": "string"
}
},
"title": "View",
"type": "object"
},
"title": "List of views discovered in the source database",
"type": "array"
}
},
"required": [
"tables",
"code-generation",
"names",
"file-layout"
],
"title": "Configuration for EF Core Power Tools",
"type": "object"
} | MIT | en |
IntersectMBO/plutus | 441b76d9e9745dfedb2afc29920498bdf632f162 | 2024-03-07T08:06:46 | scripts/blueprints/CIP-57/plutus-data.json | 1,533 | 2024-05-28T06:04:20.834505Z | {
"$defs": {
"annotation": {
"properties": {
"description": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"applicator": {
"maxProperties": 1,
"minProperties": 1,
"properties": {
"allOf": {
"$ref": "#/$defs/schemaArray"
},
"anyOf": {
"$ref": "#/$defs/schemaArray"
},
"not": {
"$ref": "#"
},
"oneOf": {
"$ref": "#/$defs/schemaArray"
}
},
"type": "object"
},
"bytes": {
"properties": {
"dataType": {
"const": "bytes",
"type": "string"
}
},
"required": [
"dataType"
],
"type": "object"
},
"constructor": {
"properties": {
"dataType": {
"const": "constructor",
"type": "string"
},
"fields": {
"items": {
"$ref": "#"
},
"type": "array"
},
"index": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"dataType",
"index",
"fields"
],
"type": "object"
},
"integer": {
"properties": {
"dataType": {
"const": "integer",
"type": "string"
}
},
"required": [
"dataType"
],
"type": "object"
},
"list": {
"properties": {
"dataType": {
"const": "list",
"type": "string"
},
"items": {
"oneOf": [
{
"$ref": "#"
},
{
"items": {
"$ref": "#"
},
"type": "array"
}
]
}
},
"required": [
"dataType",
"items"
],
"type": "object"
},
"map": {
"dataType": "object",
"properties": {
"dataType": {
"const": "map",
"type": "string"
},
"keys": {
"$ref": "#"
},
"values": {
"$ref": "#"
}
},
"required": [
"dataType",
"keys",
"values"
],
"type": "object"
},
"primitive": {
"oneOf": [
{
"$ref": "#/$defs/integer"
},
{
"$ref": "#/$defs/bytes"
},
{
"$ref": "#/$defs/list"
},
{
"$ref": "#/$defs/map"
},
{
"$ref": "#/$defs/constructor"
}
]
},
"schemaArray": {
"items": {
"$ref": "#"
},
"minItems": 1,
"type": "array"
}
},
"$id": "https://cips.cardano.org/cips/cip57/schemas/plutus-data.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$vocabulary": {
"https://cips.cardano.org/cips/cip57": true,
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
"https://json-schema.org/draft/2020-12/vocab/core": true,
"https://json-schema.org/draft/2020-12/vocab/validation": true
},
"allOf": [
{
"$ref": "#/$defs/annotation"
},
{
"anyOf": [
{
"$ref": "#/$defs/primitive"
},
{
"$ref": "#/$defs/applicator"
}
]
}
]
} | Apache-2.0 | en |
IntersectMBO/plutus | 441b76d9e9745dfedb2afc29920498bdf632f162 | 2024-03-07T08:06:46 | scripts/blueprints/CIP-57/plutus-builtin.json | 1,533 | 2024-05-28T06:04:20.834505Z | {
"$defs": {
"_boolean": {
"properties": {
"dataType": {
"const": "#boolean",
"type": "string"
}
},
"required": [
"dataType"
],
"type": "object"
},
"_bytes": {
"properties": {
"dataType": {
"const": "#bytes",
"type": "string"
}
},
"required": [
"dataType"
],
"type": "object"
},
"_integer": {
"properties": {
"dataType": {
"const": "#integer",
"type": "string"
}
},
"required": [
"dataType"
],
"type": "object"
},
"_list": {
"properties": {
"dataType": {
"const": "#list",
"type": "string"
},
"items": {
"$ref": "plutus-data.json"
}
},
"required": [
"dataType",
"items"
],
"type": "object"
},
"_pair": {
"dataType": "object",
"properties": {
"dataType": {
"const": "#pair",
"type": "string"
},
"left": {
"$ref": "plutus-data.json"
},
"right": {
"$ref": "plutus-data.json"
}
},
"required": [
"dataType",
"left",
"right"
],
"type": "object"
},
"_string": {
"properties": {
"dataType": {
"const": "#string",
"type": "string"
}
},
"required": [
"dataType"
],
"type": "object"
},
"_unit": {
"properties": {
"dataType": {
"const": "#unit",
"type": "string"
}
},
"required": [
"dataType"
],
"type": "object"
},
"annotation": {
"properties": {
"description": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"applicator": {
"maxProperties": 1,
"minProperties": 1,
"properties": {
"allOf": {
"$ref": "#/$defs/schemaArray"
},
"anyOf": {
"$ref": "#/$defs/schemaArray"
},
"not": {
"$ref": "#"
},
"oneOf": {
"$ref": "#/$defs/schemaArray"
}
},
"type": "object"
},
"primitive": {
"oneOf": [
{
"$ref": "#/$defs/_unit"
},
{
"$ref": "#/$defs/_boolean"
},
{
"$ref": "#/$defs/_integer"
},
{
"$ref": "#/$defs/_bytes"
},
{
"$ref": "#/$defs/_string"
},
{
"$ref": "#/$defs/_pair"
},
{
"$ref": "#/$defs/_list"
}
]
},
"schemaArray": {
"items": {
"$ref": "#"
},
"minItems": 1,
"type": "array"
}
},
"$id": "https://cips.cardano.org/cips/cip57/schemas/plutus-builtin.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$vocabulary": {
"https://cips.cardano.org/cips/cip57": true,
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
"https://json-schema.org/draft/2020-12/vocab/core": true,
"https://json-schema.org/draft/2020-12/vocab/validation": true
},
"allOf": [
{
"$ref": "#/$defs/annotation"
},
{
"anyOf": [
{
"$ref": "#/$defs/primitive"
},
{
"$ref": "#/$defs/applicator"
}
]
}
]
} | Apache-2.0 | en |
IntersectMBO/plutus | 441b76d9e9745dfedb2afc29920498bdf632f162 | 2024-03-07T08:06:46 | scripts/blueprints/CIP-57/plutus-blueprint-parameter.json | 1,533 | 2024-05-28T06:04:20.834505Z | {
"$defs": {
"applicator": {
"properties": {
"oneOf": {
"$ref": "#/$defs/schemaArray"
}
},
"required": [
"oneOf"
],
"type": "object"
},
"purpose": {
"enum": [
"spend",
"mint",
"withdraw",
"publish"
],
"type": "string"
},
"schemaArray": {
"items": {
"$ref": "#"
},
"minItems": 1,
"type": "array"
}
},
"$id": "https://cips.cardano.org/cips/cip57/schemas/plutus-blueprint-parameter.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$vocabulary": {
"https://cips.cardano.org/cips/cip57": true,
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
"https://json-schema.org/draft/2020-12/vocab/core": true,
"https://json-schema.org/draft/2020-12/vocab/validation": true
},
"properties": {
"description": {
"type": "string"
},
"purpose": {
"anyOf": [
{
"$ref": "#/$defs/purpose"
},
{
"properties": {
"oneOf": {
"items": {
"$ref": "#/$defs/purpose"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"oneOf"
],
"type": "object"
}
]
},
"schema": {
"anyOf": [
{
"$ref": "plutus-data.json"
},
{
"$ref": "plutus-builtin.json"
},
{
"$ref": "#/$defs/applicator"
}
]
},
"title": {
"type": "string"
}
},
"required": [
"schema"
],
"type": "object"
} | Apache-2.0 | en |
IntersectMBO/plutus | 441b76d9e9745dfedb2afc29920498bdf632f162 | 2024-03-07T08:06:46 | scripts/blueprints/CIP-57/plutus-blueprint.json | 1,533 | 2024-05-28T06:04:20.834505Z | {
"$defs": {
"compiledCode": {
"contentEncoding": "base16",
"description": "A cbor-serialised flat-encoded Plutus script",
"example": "01450100002601",
"type": "string"
},
"hashDigest": {
"contentEncoding": "base16",
"description": "Blake2b-224 hash digest of the serialised Plutus script, with language tag prefix.",
"maxLength": 56,
"minLength": 56,
"type": "string"
},
"preamble": {
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"license": {
"type": "string"
},
"plutusVersion": {
"enum": [
"v1",
"v2",
"v3"
],
"type": "string"
},
"title": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"title",
"version",
"plutusVersion"
],
"type": "object"
},
"validator": {
"properties": {
"compiledCode": {
"$ref": "#/$defs/compiledCode"
},
"datum": {
"$ref": "plutus-blueprint-argument.json"
},
"description": {
"type": "string"
},
"hash": {
"$ref": "#/$defs/hashDigest"
},
"parameters": {
"items": {
"$ref": "plutus-blueprint-parameter.json"
},
"type": "array"
},
"redeemer": {
"$ref": "plutus-blueprint-argument.json"
},
"title": {
"type": "string"
}
},
"required": [
"title",
"redeemer"
],
"type": "object"
}
},
"$id": "https://cips.cardano.org/cips/cip57/schemas/plutus-blueprint.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$vocabulary": {
"https://cips.cardano.org/cips/cip57": true,
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
"https://json-schema.org/draft/2020-12/vocab/core": true,
"https://json-schema.org/draft/2020-12/vocab/validation": true
},
"properties": {
"definitions": {
"additionalProperties": true,
"type": "object"
},
"preamble": {
"$ref": "#/$defs/preamble"
},
"validators": {
"items": {
"$ref": "#/$defs/validator"
},
"type": "array"
}
},
"required": [
"preamble",
"validators"
],
"type": "object"
} | Apache-2.0 | en |
IntersectMBO/plutus | 441b76d9e9745dfedb2afc29920498bdf632f162 | 2024-03-07T08:06:46 | scripts/blueprints/CIP-57/plutus-blueprint-argument.json | 1,533 | 2024-05-28T06:04:20.834505Z | {
"$defs": {
"applicator": {
"properties": {
"oneOf": {
"$ref": "#/$defs/schemaArray"
}
},
"required": [
"oneOf"
],
"type": "object"
},
"purpose": {
"enum": [
"spend",
"mint",
"withdraw",
"publish"
],
"type": "string"
},
"schemaArray": {
"items": {
"$ref": "#"
},
"minItems": 1,
"type": "array"
}
},
"$id": "https://cips.cardano.org/cips/cip57/schemas/plutus-blueprint-argument.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$vocabulary": {
"https://cips.cardano.org/cips/cip57": true,
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
"https://json-schema.org/draft/2020-12/vocab/core": true,
"https://json-schema.org/draft/2020-12/vocab/validation": true
},
"properties": {
"description": {
"type": "string"
},
"purpose": {
"anyOf": [
{
"$ref": "#/$defs/purpose"
},
{
"properties": {
"oneOf": {
"items": {
"$ref": "#/$defs/purpose"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"oneOf"
],
"type": "object"
}
]
},
"schema": {
"anyOf": [
{
"$ref": "plutus-data.json"
},
{
"$ref": "#/$defs/applicator"
}
]
},
"title": {
"type": "string"
}
},
"required": [
"schema"
],
"type": "object"
} | Apache-2.0 | en |
joelspadin/zmk-tools | b4575f543db2feb4cefc16b942db3ea871427cd3 | 2023-04-08T05:03:23 | src/behaviors.schema.json | 30 | 2024-05-27T23:30:56.758001Z | {
"$id": "https://github.com/joelspadin/zmk-tools/blob/main/src/behaviors.schema.json",
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"behavior": {
"description": "Information for one behavior binding",
"properties": {
"documentation": {
"type": "string"
},
"if": {
"$ref": "#/definitions/behavior_filter"
},
"label": {
"description": "Behavior label reference followed by any parameter placeholders, e.g. \"&foo FOO BAR\"",
"pattern": "&\\w+(\\s[_A-Z]+)*",
"type": "string"
},
"parameters": {
"description": "Behavior binding parameters",
"items": {
"$ref": "#/definitions/parameter"
},
"type": "array"
}
},
"required": [
"label",
"parameters"
],
"type": "object"
},
"behaviorProperties": {
"additionalProperties": {
"items": {
"$ref": "#/definitions/behavior"
},
"type": "array"
},
"description": "Map of DT property names to lists of behavior info",
"parameters": {
"additionalProperties": {
"$ref": "#/definition/parameter"
},
"type": "object"
},
"type": "object"
},
"behavior_filter": {
"description": "Rules for when a behavior should be shown",
"properties": {
"params": {
"description": "Show this behavior only if the parameters match this list",
"items": {
"type": "string"
},
"type": "array"
},
"paramsNot": {
"description": "Show this behavior only if the parameters do not match this list",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"parameter": {
"description": "Behavior binding parameter",
"properties": {
"documentation": {
"type": "string"
},
"include": {
"description": "Path to a header file that defines the values for the parameter",
"type": "string"
},
"label": {
"description": "Placeholder text (should match parameter in behavior label)",
"type": "string"
},
"type": {
"$ref": "#/definitions/parameter_type"
}
},
"required": [
"label"
],
"type": "object"
},
"parameter_type": {
"oneOf": [
{
"enum": [
"keycode",
"modifier",
"integer"
],
"type": "string"
},
{
"items": {
"$ref": "#/definitions/parameter_value"
},
"type": "array"
}
]
},
"parameter_value": {
"properties": {
"documentation": {
"type": "string"
},
"label": {
"description": "The text value to insert",
"type": "string"
}
},
"required": [
"label"
],
"type": "object"
}
},
"properties": {
"behaviors": {
"$ref": "#/definitions/behaviorProperties"
},
"macroBehaviors": {
"$ref": "#/definitions/behaviorProperties"
}
},
"title": "ZMK Tools Behaviors",
"type": "object"
} | MIT | en |
joelspadin/zmk-tools | 7547a54a32056ba9da773e4bc021e15f0038b969 | 2022-03-25T02:18:20 | src/behaviors.schema.json | 30 | 2024-05-27T23:30:56.758001Z | {
"$id": "https://github.com/joelspadin/zmk-tools/blob/main/src/behaviors.schema.json",
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"behavior": {
"description": "Information for one behavior binding",
"properties": {
"documentation": {
"type": "string"
},
"if": {
"$ref": "#/definitions/behavior_filter"
},
"label": {
"description": "Behavior label reference followed by any parameter placeholders, e.g. \"&foo FOO BAR\"",
"pattern": "&\\w+(\\s[_A-Z]+)*",
"type": "string"
},
"parameters": {
"description": "Behavior binding parameters",
"items": {
"$ref": "#/definitions/parameter"
},
"type": "array"
}
},
"required": [
"label",
"parameters"
],
"type": "object"
},
"behavior_filter": {
"description": "Rules for when a behavior should be shown",
"properties": {
"params": {
"description": "Show this behavior only if the parameters match this list",
"items": {
"type": "string"
},
"type": "array"
},
"paramsNot": {
"description": "Show this behavior only if the parameters do not match this list",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"parameter": {
"description": "Behavior binding parameter",
"properties": {
"documentation": {
"type": "string"
},
"include": {
"description": "Path to a header file that defines the values for the parameter",
"type": "string"
},
"label": {
"description": "Placeholder text (should match parameter in behavior label)",
"type": "string"
},
"type": {
"$ref": "#/definitions/parameter_type"
}
},
"required": [
"label"
],
"type": "object"
},
"parameter_type": {
"oneOf": [
{
"enum": [
"keycode",
"modifier",
"integer"
],
"type": "string"
},
{
"items": {
"$ref": "#/definitions/parameter_value"
},
"type": "array"
}
]
},
"parameter_value": {
"properties": {
"documentation": {
"type": "string"
},
"label": {
"description": "The text value to insert",
"type": "string"
}
},
"required": [
"label"
],
"type": "object"
}
},
"properties": {
"behaviors": {
"additionalProperties": {
"items": {
"$ref": "#/definitions/behavior"
},
"type": "array"
},
"description": "Map of DT property names to lists of behavior info",
"parameters": {
"additionalProperties": {
"$ref": "#/definition/parameter"
},
"type": "object"
},
"type": "object"
}
},
"title": "ZMK Tools Behaviors",
"type": "object"
} | MIT | en |
joelspadin/zmk-tools | 941e120ecf63d59ad53733d1286d83b98fd5dad7 | 2023-12-17T19:51:13 | src/behaviors.schema.json | 30 | 2024-05-27T23:30:56.758001Z | {
"$id": "https://github.com/joelspadin/zmk-tools/blob/main/src/behaviors.schema.json",
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"behavior": {
"description": "Information for one behavior binding",
"properties": {
"documentation": {
"type": "string"
},
"if": {
"anyOf": [
{
"$ref": "#/definitions/behavior_filter"
},
{
"items": {
"$ref": "#/definitions/behavior_filter"
},
"type": "array"
}
]
},
"label": {
"description": "Behavior label reference followed by any parameter placeholders, e.g. \"&foo FOO BAR\"",
"pattern": "&\\w+(\\s[_A-Z]+)*",
"type": "string"
},
"parameters": {
"description": "Behavior binding parameters",
"items": {
"$ref": "#/definitions/parameter"
},
"type": "array"
}
},
"required": [
"label",
"parameters"
],
"type": "object"
},
"behaviorProperties": {
"additionalProperties": {
"items": {
"$ref": "#/definitions/behavior"
},
"type": "array"
},
"description": "Map of DT property names to lists of behavior info",
"parameters": {
"additionalProperties": {
"$ref": "#/definition/parameter"
},
"type": "object"
},
"type": "object"
},
"behavior_filter": {
"description": "Rules for when a behavior should be shown",
"properties": {
"params": {
"description": "Show this behavior only if the parameters match this list",
"items": {
"type": "string"
},
"type": "array"
},
"paramsNot": {
"description": "Show this behavior only if the parameters do not match this list",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"parameter": {
"description": "Behavior binding parameter",
"properties": {
"documentation": {
"type": "string"
},
"include": {
"description": "Path to a header file that defines the values for the parameter",
"type": "string"
},
"label": {
"description": "Placeholder text (should match parameter in behavior label)",
"type": "string"
},
"type": {
"$ref": "#/definitions/parameter_type"
}
},
"required": [
"label"
],
"type": "object"
},
"parameter_type": {
"oneOf": [
{
"enum": [
"keycode",
"modifier",
"integer",
"mouseButton"
],
"type": "string"
},
{
"items": {
"$ref": "#/definitions/parameter_value"
},
"type": "array"
}
]
},
"parameter_value": {
"properties": {
"documentation": {
"type": "string"
},
"label": {
"description": "The text value to insert",
"type": "string"
}
},
"required": [
"label"
],
"type": "object"
}
},
"properties": {
"behaviors": {
"$ref": "#/definitions/behaviorProperties"
},
"macroBehaviors": {
"$ref": "#/definitions/behaviorProperties"
}
},
"title": "ZMK Tools Behaviors",
"type": "object"
} | MIT | en |
hetznercloud/csi-driver | c39b138421a664b22bdb5b2257c3a50c1d26d0d7 | 2023-09-28T13:04:15 | chart/values.schema.json | 586 | 2024-05-29T15:35:58.048965Z | {
"$schema": "https://json-schema.org/schema#",
"properties": {
"commonAnnotations": {
"type": "object"
},
"commonLabels": {
"type": "object"
},
"controller": {
"properties": {
"affinity": {
"type": "object"
},
"containerPorts": {
"properties": {
"healthz": {
"type": "integer"
},
"metrics": {
"type": "integer"
}
},
"type": "object"
},
"customLivenessProbe": {
"type": "object"
},
"customReadinessProbe": {
"type": "object"
},
"customStartupProbe": {
"type": "object"
},
"extraEnvVars": {
"type": "array"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"hcloudToken": {
"properties": {
"existingSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"hcloudVolumeDefaultLocation": {
"type": "string"
},
"image": {
"properties": {
"csiAttacher": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"csiProvisioner": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"csiResizer": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"hcloudCSIDriver": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"livenessProbe": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"initContainers": {
"type": "array"
},
"lifecycleHooks": {
"type": "object"
},
"livenessProbe": {
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"type": "object"
},
"podAnnotations": {
"type": "object"
},
"podDisruptionBudget": {
"properties": {
"create": {
"type": "boolean"
},
"maxUnavailable": {
"type": "string"
},
"minAvailable": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"enabled": {
"type": "boolean"
},
"fsGroup": {
"type": "integer"
}
},
"type": "object"
},
"priorityClassName": {
"type": "string"
},
"rbac": {
"properties": {
"create": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"replicaCount": {
"type": "integer"
},
"resources": {
"properties": {
"csiAttacher": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"csiProvisioner": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"csiResizer": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"hcloudCSIDriver": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"schedulerName": {
"type": "string"
},
"service": {
"properties": {
"annotations": {
"type": "object"
},
"ports": {
"properties": {
"metrics": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"sidecars": {
"type": "array"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"type": "array"
},
"updateStrategy": {
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"fullnameOverride": {
"type": "string"
},
"global": {
"properties": {
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"metrics": {
"properties": {
"enabled": {
"type": "boolean"
},
"serviceMonitor": {
"properties": {
"annotations": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"honorLabels": {
"type": "boolean"
},
"interval": {
"type": "string"
},
"jobLabel": {
"type": "string"
},
"labels": {
"type": "object"
},
"metricRelabelings": {
"type": "array"
},
"namespace": {
"type": "string"
},
"relabelings": {
"type": "array"
},
"scrapeTimeout": {
"type": "string"
},
"selector": {
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nameOverride": {
"type": "string"
},
"namespaceOverride": {
"type": "string"
},
"node": {
"properties": {
"affinity": {
"properties": {
"nodeAffinity": {
"properties": {
"requiredDuringSchedulingIgnoredDuringExecution": {
"properties": {
"nodeSelectorTerms": {
"items": {
"properties": {
"matchExpressions": {
"items": {
"properties": {
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"values": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"containerPorts": {
"properties": {
"healthz": {
"type": "integer"
},
"metrics": {
"type": "integer"
}
},
"type": "object"
},
"customLivenessProbe": {
"type": "object"
},
"customReadinessProbe": {
"type": "object"
},
"customStartupProbe": {
"type": "object"
},
"extraEnvVars": {
"type": "array"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"hostNetwork": {
"type": "boolean"
},
"image": {
"properties": {
"csiNodeDriverRegistrar": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"hcloudCSIDriver": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"livenessProbe": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"initContainers": {
"type": "array"
},
"lifecycleHooks": {
"type": "object"
},
"livenessProbe": {
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"type": "object"
},
"podAnnotations": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"enabled": {
"type": "boolean"
},
"fsGroup": {
"type": "integer"
}
},
"type": "object"
},
"priorityClassName": {
"type": "string"
},
"resources": {
"properties": {
"csiNodeDriverRegistrar": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"hcloudCSIDriver": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"schedulerName": {
"type": "string"
},
"service": {
"properties": {
"annotations": {
"type": "object"
},
"ports": {
"properties": {
"metrics": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"sidecars": {
"type": "array"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"updateStrategy": {
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"properties": {
"annotations": {
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"storageClasses": {
"items": {
"properties": {
"defaultStorageClass": {
"type": "boolean"
},
"name": {
"type": "string"
},
"reclaimPolicy": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
} | MIT | en |
hetznercloud/csi-driver | 501fbe3c226f860fcfa9fed33d92cb994a0d589c | 2023-10-04T06:35:21 | chart/values.schema.json | 586 | 2024-05-29T15:35:58.048965Z | {
"$schema": "https://json-schema.org/schema#",
"properties": {
"commonAnnotations": {
"type": "object"
},
"commonLabels": {
"type": "object"
},
"controller": {
"properties": {
"affinity": {
"type": "object"
},
"containerPorts": {
"properties": {
"healthz": {
"type": "integer"
},
"metrics": {
"type": "integer"
}
},
"type": "object"
},
"customLivenessProbe": {
"type": "object"
},
"customReadinessProbe": {
"type": "object"
},
"customStartupProbe": {
"type": "object"
},
"extraEnvVars": {
"type": "array"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"hcloudToken": {
"properties": {
"existingSecret": {
"properties": {
"key": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"hcloudVolumeDefaultLocation": {
"type": "string"
},
"image": {
"properties": {
"csiAttacher": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"csiProvisioner": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"csiResizer": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"hcloudCSIDriver": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"livenessProbe": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"initContainers": {
"type": "array"
},
"lifecycleHooks": {
"type": "object"
},
"livenessProbe": {
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"type": "object"
},
"podAnnotations": {
"type": "object"
},
"podDisruptionBudget": {
"properties": {
"create": {
"type": "boolean"
},
"maxUnavailable": {
"type": "string"
},
"minAvailable": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"enabled": {
"type": "boolean"
},
"fsGroup": {
"type": "integer"
}
},
"type": "object"
},
"priorityClassName": {
"type": "string"
},
"rbac": {
"properties": {
"create": {
"type": "boolean"
},
"rules": {
"type": "array"
}
},
"type": "object"
},
"replicaCount": {
"type": "integer"
},
"resources": {
"properties": {
"csiAttacher": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"csiProvisioner": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"csiResizer": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"hcloudCSIDriver": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"schedulerName": {
"type": "string"
},
"service": {
"properties": {
"annotations": {
"type": "object"
},
"ports": {
"properties": {
"metrics": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"sidecars": {
"type": "array"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"topologySpreadConstraints": {
"type": "array"
},
"updateStrategy": {
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"fullnameOverride": {
"type": "string"
},
"global": {
"properties": {
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"metrics": {
"properties": {
"enabled": {
"type": "boolean"
},
"serviceMonitor": {
"properties": {
"annotations": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"honorLabels": {
"type": "boolean"
},
"interval": {
"type": "string"
},
"jobLabel": {
"type": "string"
},
"labels": {
"type": "object"
},
"metricRelabelings": {
"type": "array"
},
"namespace": {
"type": "string"
},
"relabelings": {
"type": "array"
},
"scrapeTimeout": {
"type": "string"
},
"selector": {
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"nameOverride": {
"type": "string"
},
"namespaceOverride": {
"type": "string"
},
"node": {
"properties": {
"affinity": {
"properties": {
"nodeAffinity": {
"properties": {
"requiredDuringSchedulingIgnoredDuringExecution": {
"properties": {
"nodeSelectorTerms": {
"items": {
"properties": {
"matchExpressions": {
"items": {
"properties": {
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"values": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"containerPorts": {
"properties": {
"healthz": {
"type": "integer"
},
"metrics": {
"type": "integer"
}
},
"type": "object"
},
"customLivenessProbe": {
"type": "object"
},
"customReadinessProbe": {
"type": "object"
},
"customStartupProbe": {
"type": "object"
},
"extraEnvVars": {
"type": "array"
},
"extraVolumeMounts": {
"type": "array"
},
"extraVolumes": {
"type": "array"
},
"hostNetwork": {
"type": "boolean"
},
"image": {
"properties": {
"csiNodeDriverRegistrar": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"hcloudCSIDriver": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"livenessProbe": {
"properties": {
"name": {
"type": "string"
},
"pullPolicy": {
"type": "string"
},
"pullSecrets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"initContainers": {
"type": "array"
},
"kubeletDir": {
"type": "string"
},
"lifecycleHooks": {
"type": "object"
},
"livenessProbe": {
"properties": {
"enabled": {
"type": "boolean"
},
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"nodeSelector": {
"type": "object"
},
"podAnnotations": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"enabled": {
"type": "boolean"
},
"fsGroup": {
"type": "integer"
}
},
"type": "object"
},
"priorityClassName": {
"type": "string"
},
"resources": {
"properties": {
"csiNodeDriverRegistrar": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"hcloudCSIDriver": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
},
"livenessProbe": {
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"schedulerName": {
"type": "string"
},
"service": {
"properties": {
"annotations": {
"type": "object"
},
"ports": {
"properties": {
"metrics": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"sidecars": {
"type": "array"
},
"terminationGracePeriodSeconds": {
"type": "integer"
},
"tolerations": {
"type": "array"
},
"updateStrategy": {
"properties": {
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"serviceAccount": {
"properties": {
"annotations": {
"type": "object"
},
"automountServiceAccountToken": {
"type": "boolean"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"storageClasses": {
"items": {
"properties": {
"defaultStorageClass": {
"type": "boolean"
},
"name": {
"type": "string"
},
"reclaimPolicy": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
} | MIT | en |
rphsoftware/OneLoader | c44f479b99e835e85d2a9b264aa951b5de5295d0 | 2021-08-13T19:22:19 | oneloader.manifestv1.schema.json | 52 | 2024-05-28T04:19:22.804951Z | {
"$id": "https://rph.space/oneloader.manifestv1.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A manifest for a OMORI mod compatible with GOMORI and OneLoader",
"properties": {
"description": {
"description": "The long text description for the mod",
"type": "string"
},
"files": {
"description": "Which files this mod patches",
"properties": {
"asyncExec": {
"items": {
"properties": {
"file": {
"description": "File name in the zip directory structure",
"type": "string"
},
"runat": {
"description": "When the script should run (and how)",
"enum": [
"when_discovered",
"pre_stage_2",
"pre_stage_2_require",
"post_stage_2",
"post_stage_2_require",
"pre_game_start",
"pre_game_start_require",
"pre_plugin_injection",
"pre_plugin_injection_require",
"pre_window_onload",
"pre_window_onload_require"
],
"type": "string"
}
},
"required": [
"file",
"runat"
],
"type": "object"
},
"type": "array"
},
"data": {
"description": "Files and deltas (on gomori .json only and no deltas) to be patched in the data/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"data_delta": {
"description": "Files and deltas (on gomori .jsond only and no files) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"data_pluto": {
"description": "Files and deltas (on gomori .yml only and no deltas) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"data_pluto_delta": {
"description": "Files and deltas (on gomori .ymld only and no files) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"exec": {
"description": "Only supported on GOMORI, js files to be ran using require on game startup",
"items": {
"type": "string"
},
"type": "array"
},
"maps": {
"description": "Files and deltas (on gomori .json only and no deltas) to be patched in the maps/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"maps_delta": {
"description": "Files and deltas (on gomori .jsond only and no files) to be patched in the maps/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"plugins": {
"description": "Files and deltas (on gomori .js only and no deltas) to be patched in the js/plugins/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"plugins_delta": {
"description": "Files and deltas (on gomori .jsd only and no files) to be patched in the js/plugins/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"text": {
"description": "Files and deltas (on gomori .yml only and no deltas) to be patched in the languages/en/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"text_delta": {
"description": "Files and deltas (on gomori .ymld only and no files) to be patched in the languages/en/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"id": {
"description": "The unique global ID for the mod",
"type": "string"
},
"image_deltas": {
"description": "List of image delta rules",
"items": {
"properties": {
"dir": {
"description": "Should dir mode be used instead",
"optional": true,
"type": "boolean"
},
"patch": {
"description": "Original file with png extension",
"type": "string"
},
"with": {
"description": "Path to olid in mod",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"manifestVersion": {
"description": "The manifest version",
"maximum": 1,
"minimum": 1,
"type": "number"
},
"name": {
"description": "The user-friendly display name for the mod",
"type": "string"
},
"plugin_parameters": {
"description": "List of deltas for plugin parameters",
"type": "object"
},
"version": {
"description": "The user-friendly version designator",
"type": "string"
}
},
"required": [
"id",
"name",
"description",
"manifestVersion",
"version",
"files"
],
"title": "GOMORI/OneLoader v1 mod manifest",
"type": "object"
} | MIT | en |
rphsoftware/OneLoader | 0caae316453fac8f6f7d5e5d6465bb583a854f1f | 2021-08-13T18:19:27 | oneloader.manifestv1.schema.json | 52 | 2024-05-28T04:19:22.804951Z | {
"$id": "https://rph.space/oneloader.manifestv1.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A manifest for a OMORI mod compatible with GOMORI and OneLoader",
"properties": {
"description": {
"description": "The long text description for the mod",
"type": "string"
},
"files": {
"description": "Which files this mod patches",
"properties": {
"asyncExec": {
"items": {
"properties": {
"file": {
"description": "File name in the zip directory structure",
"type": "string"
},
"runat": {
"description": "When the script should run (and how)",
"enum": [
"when_discovered",
"pre_stage_2",
"pre_stage_2_require",
"post_stage_2",
"post_stage_2_require",
"pre_game_start",
"pre_game_start_require",
"pre_plugin_injection",
"pre_plugin_injection_require",
"pre_window_onload",
"pre_window_onload_require"
],
"type": "string"
}
},
"required": [
"file",
"runat"
],
"type": "object"
},
"type": "array"
},
"data": {
"description": "Files and deltas (on gomori .json only and no deltas) to be patched in the data/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"data_delta": {
"description": "Files and deltas (on gomori .jsond only and no files) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"data_pluto": {
"description": "Files and deltas (on gomori .yml only and no deltas) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"data_pluto_delta": {
"description": "Files and deltas (on gomori .ymld only and no files) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"exec": {
"description": "Only supported on GOMORI, js files to be ran using require on game startup",
"items": {
"type": "string"
},
"type": "array"
},
"maps": {
"description": "Files and deltas (on gomori .json only and no deltas) to be patched in the maps/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"maps_delta": {
"description": "Files and deltas (on gomori .jsond only and no files) to be patched in the maps/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"plugins": {
"description": "Files and deltas (on gomori .js only and no deltas) to be patched in the js/plugins/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"plugins_delta": {
"description": "Files and deltas (on gomori .jsd only and no files) to be patched in the js/plugins/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"text": {
"description": "Files and deltas (on gomori .yml only and no deltas) to be patched in the languages/en/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"text_delta": {
"description": "Files and deltas (on gomori .ymld only and no files) to be patched in the languages/en/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"id": {
"description": "The unique global ID for the mod",
"type": "string"
},
"image_deltas": {
"description": "List of image delta rules",
"items": {
"properties": {
"dir": {
"description": "Should dir mode be used instead",
"optional": true,
"type": "boolean"
},
"patch": {
"description": "Original file with png extension",
"type": "string"
},
"with": {
"description": "Path to olid in mod",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"manifestVersion": {
"description": "The manifest version",
"maximum": 1,
"minimum": 1,
"type": "number"
},
"name": {
"description": "The user-friendly display name for the mod",
"type": "string"
},
"version": {
"description": "The user-friendly version designator",
"type": "string"
}
},
"required": [
"id",
"name",
"description",
"manifestVersion",
"version",
"files"
],
"title": "GOMORI/OneLoader v1 mod manifest",
"type": "object"
} | MIT | en |
rphsoftware/OneLoader | 0c465a6c99e31bb1a4c7ada350d025d452bf0102 | 2021-07-09T22:29:28 | oneloader.manifestv1.schema.json | 52 | 2024-05-28T04:19:22.804951Z | {
"$id": "https://rph.space/oneloader.manifestv1.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A manifest for a OMORI mod compatible with GOMORI and OneLoader",
"properties": {
"description": {
"description": "The long text description for the mod",
"type": "string"
},
"files": {
"description": "Which files this mod patches",
"properties": {
"asyncExec": {
"items": {
"properties": {
"file": {
"description": "File name in the zip directory structure",
"type": "string"
},
"runat": {
"description": "When the script should run (and how)",
"enum": [
"when_discovered",
"pre_stage_2",
"pre_stage_2_require",
"post_stage_2",
"post_stage_2_require",
"pre_game_start",
"pre_game_start_require",
"pre_plugin_injection",
"pre_plugin_injection_require",
"pre_window_onload",
"pre_window_onload_require"
],
"type": "string"
}
},
"required": [
"file",
"runat"
],
"type": "object"
},
"type": "array"
},
"data": {
"description": "Files and deltas (on gomori .json only and no deltas) to be patched in the data/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"data_delta": {
"description": "Files and deltas (on gomori .jsond only and no files) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"data_pluto": {
"description": "Files and deltas (on gomori .yml only and no deltas) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"data_pluto_delta": {
"description": "Files and deltas (on gomori .ymld only and no files) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"exec": {
"description": "Only supported on GOMORI, js files to be ran using require on game startup",
"items": {
"type": "string"
},
"type": "array"
},
"maps": {
"description": "Files and deltas (on gomori .json only and no deltas) to be patched in the maps/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"maps_delta": {
"description": "Files and deltas (on gomori .jsond only and no files) to be patched in the maps/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"plugins": {
"description": "Files and deltas (on gomori .js only and no deltas) to be patched in the js/plugins/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"plugins_delta": {
"description": "Files and deltas (on gomori .jsd only and no files) to be patched in the js/plugins/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"text": {
"description": "Files and deltas (on gomori .yml only and no deltas) to be patched in the languages/en/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"text_delta": {
"description": "Files and deltas (on gomori .ymld only and no files) to be patched in the languages/en/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"id": {
"description": "The unique global ID for the mod",
"type": "string"
},
"manifestVersion": {
"description": "The manifest version",
"maximum": 1,
"minimum": 1,
"type": "number"
},
"name": {
"description": "The user-friendly display name for the mod",
"type": "string"
},
"version": {
"description": "The user-friendly version designator",
"type": "string"
}
},
"required": [
"id",
"name",
"description",
"manifestVersion",
"version",
"files"
],
"title": "GOMORI/OneLoader v1 mod manifest",
"type": "object"
} | MIT | en |
rphsoftware/OneLoader | 6794c2c73085b8d3c5b1ae55372affcc95d3b6be | 2021-07-07T15:01:09 | oneloader.manifestv1.schema.json | 52 | 2024-05-28T04:19:22.804951Z | {
"$id": "https://rph.space/oneloader.manifestv1.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A manifest for a OMORI mod compatible with GOMORI and OneLoader",
"properties": {
"description": {
"description": "The long text description for the mod",
"type": "string"
},
"files": {
"description": "Which files this mod patches",
"properties": {
"asyncExec": {
"items": {
"properties": {
"file": {
"description": "File name in the zip directory structure",
"type": "string"
},
"runat": {
"description": "When the script should run (and how)",
"enum": [
"when_discovered",
"when_discovered_require",
"pre_stage_2",
"pre_stage_2_require",
"post_stage_2",
"post_stage_2_require",
"pre_game_start",
"pre_game_start_require",
"pre_plugin_injection",
"pre_plugin_injection_require",
"pre_window_onload",
"pre_window_onload_require"
],
"type": "string"
}
},
"required": [
"file",
"runat"
],
"type": "object"
},
"type": "array"
},
"data": {
"description": "Files and deltas (on gomori .json only and no deltas) to be patched in the data/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"data_delta": {
"description": "Files and deltas (on gomori .jsond only and no files) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"data_pluto": {
"description": "Files and deltas (on gomori .yml only and no deltas) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"data_pluto_delta": {
"description": "Files and deltas (on gomori .ymld only and no files) to be patched in the data/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"exec": {
"description": "Only supported on GOMORI, js files to be ran using require on game startup",
"items": {
"type": "string"
},
"type": "array"
},
"maps": {
"description": "Files and deltas (on gomori .json only and no deltas) to be patched in the maps/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"maps_delta": {
"description": "Files and deltas (on gomori .jsond only and no files) to be patched in the maps/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
},
"plugins": {
"description": "Files and deltas (on gomori .js only and no deltas) to be patched in the js/plugins/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"plugins_delta": {
"description": "Files and deltas (on gomori .jsd only and no files) to be patched in the js/plugins/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"text": {
"description": "Files and deltas (on gomori .yml only and no deltas) to be patched in the languages/en/ folder",
"items": {
"type": "string"
},
"type": "array"
},
"text_delta": {
"description": "Files and deltas (on gomori .ymld only and no files) to be patched in the languages/en/ folder, OneLoader support is legacy only and will be removed in manifest v2",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"id": {
"description": "The unique global ID for the mod",
"type": "string"
},
"manifestVersion": {
"description": "The manifest version",
"maximum": 1,
"minimum": 1,
"type": "number"
},
"name": {
"description": "The user-friendly display name for the mod",
"type": "string"
},
"version": {
"description": "The user-friendly version designator",
"type": "string"
}
},
"required": [
"id",
"name",
"description",
"manifestVersion",
"version",
"files"
],
"title": "GOMORI/OneLoader v1 mod manifest",
"type": "object"
} | MIT | en |
catppuccin/cli | 339f0e4c072be12442b8cc264942d97d7f9967cc | 2022-11-10T14:25:30 | schema/schema.json | 73 | 2024-05-27T06:21:26.124397Z | {
"$defs": {
"flavour": {
"additionalProperties": false,
"description": "Catppuccin flavour entry",
"properties": {
"additional": {
"description": "Additional flavour entries",
"patternProperties": {
".*": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"default": {
"description": "Default flavour entry",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"$id": "https://github.com/catppuccin/cli/raw/main/schema/schema.json",
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": true,
"description": "JSON schema for Catppuccin port configuration file",
"properties": {
"app_name": {
"description": "Name of the application",
"type": "string"
},
"binary_name": {
"description": "Name of the executable",
"type": "string"
},
"installation": {
"additionalProperties": false,
"description": "Installation location",
"properties": {
"comments": {
"description": "Post-install comments",
"type": "string"
},
"flavours": {
"additionalProperties": false,
"description": "Flavours for this theme",
"properties": {
"all": {
"$ref": "#/$defs/flavour"
},
"frappe": {
"$ref": "#/$defs/flavour"
},
"latte": {
"$ref": "#/$defs/flavour"
},
"macchiato": {
"$ref": "#/$defs/flavour"
},
"mocha": {
"$ref": "#/$defs/flavour"
}
},
"type": "object"
},
"location": {
"additionalProperties": false,
"description": "Location for each OS",
"properties": {
"linux": {
"type": "string"
},
"macos": {
"type": "string"
},
"windows": {
"type": "string"
}
},
"type": "object"
},
"modes": {
"description": "Additional modes for this theme",
"items": {
"type": "string"
},
"type": "array"
},
"one_flavour": {
"description": "Whether there is only a single flavour or not",
"type": "boolean"
},
"to": {
"description": "Where to install theme files to",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"app_name",
"binary_name",
"installation"
],
"title": "Catppuccin config",
"type": "object"
} | MIT | en |
catppuccin/cli | 6a036b2148713da71601d1df36ec48721ad1fc91 | 2022-11-15T15:00:25 | schema/schema.json | 73 | 2024-05-27T06:21:26.124397Z | {
"$defs": {
"flavour": {
"additionalProperties": false,
"description": "Catppuccin flavour entry",
"properties": {
"additional": {
"description": "Additional flavour entries",
"patternProperties": {
".*": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"default": {
"description": "Default flavour entry",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"hook": {
"additionalProperties": false,
"description": "(Un)Installation hook",
"properties": {
"args": {
"description": "Hook arguments",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"type": {
"description": "Hook type",
"enum": [
"shell",
"browser"
],
"type": "string"
}
},
"required": [
"type",
"args"
],
"type": "object"
}
},
"$id": "https://github.com/catppuccin/cli/raw/main/schema/schema.json",
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": true,
"description": "JSON schema for Catppuccin port configuration file",
"properties": {
"app_name": {
"description": "Name of the application",
"type": "string"
},
"binary_name": {
"description": "Name of the executable",
"type": "string"
},
"installation": {
"additionalProperties": false,
"description": "Installation location",
"properties": {
"comments": {
"description": "Post-install comments",
"type": "string"
},
"flavours": {
"additionalProperties": false,
"description": "Flavours for this theme",
"properties": {
"all": {
"$ref": "#/$defs/flavour"
},
"frappe": {
"$ref": "#/$defs/flavour"
},
"latte": {
"$ref": "#/$defs/flavour"
},
"macchiato": {
"$ref": "#/$defs/flavour"
},
"mocha": {
"$ref": "#/$defs/flavour"
}
},
"type": "object"
},
"hooks": {
"additionalProperties": false,
"description": "(Un)Installation hooks",
"properties": {
"install": {
"description": "Install hooks",
"items": {
"$ref": "#/$defs/hook"
},
"type": "array"
},
"uninstall": {
"description": "Uninstall hooks",
"items": {
"$ref": "#/$defs/hook"
},
"type": "array"
}
},
"type": "object"
},
"location": {
"additionalProperties": false,
"description": "Location for each OS",
"properties": {
"linux": {
"type": "string"
},
"macos": {
"type": "string"
},
"windows": {
"type": "string"
}
},
"type": "object"
},
"modes": {
"description": "Additional modes for this theme",
"items": {
"type": "string"
},
"type": "array"
},
"one_flavour": {
"description": "Whether there is only a single flavour or not",
"type": "boolean"
},
"to": {
"description": "Where to install theme files to",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"app_name",
"binary_name",
"installation"
],
"title": "Catppuccin config",
"type": "object"
} | MIT | en |
lushaylabs/lushay-code | 407f9ed6b1c4527cdf43b22974edcce2aee42407 | 2022-12-24T09:04:44 | lushay.schema.json | 18 | 2024-05-27T07:15:53.873602Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"baudRate": {
"description": "The baud rate to use in the serial terminal",
"title": "Serial Baud Rate",
"type": "number"
},
"board": {
"description": "The FPGA development board",
"enum": [
"tangnano9k",
"tangnano4k",
"tangnano1k",
"tangnano"
],
"title": "Dev Board"
},
"constraintsFile": {
"description": "The constraints file to use for pnr",
"title": "Constraints File Path",
"type": "string"
},
"externalFlashFiles": {
"description": "List of files that can be flashed to external memory",
"items": [
{
"type": "string"
}
],
"title": "List of files that can be flashed to external memory",
"type": "array"
},
"includedFiles": {
"description": "List of files to synthesize, if set to \"all\" then all non tb verilog files will be used",
"oneOf": [
{
"enum": [
"all"
]
},
{
"items": [
{
"type": "string"
}
],
"type": "array"
}
],
"title": "List of files to synthesize"
},
"name": {
"description": "Used as name for output files",
"title": "Project Name",
"type": "string"
},
"nextPnrGowinOptions": {
"description": "Extra flags which will be passed to nextpnr-gowin",
"items": {
"anyOf": [
{
"enum": [
"-v",
"--verbose",
"-q",
"--quiet",
"--log",
"-l",
"--debug",
"--debug-placer",
"--debug-router",
"--threads",
"--force",
"-f",
"--pre-pack",
"--pre-place",
"--pre-route",
"--post-route",
"--on-failure",
"--seed",
"--randomize-seed",
"-r",
"--placer",
"--router",
"--slack_redist_iter",
"--cstrweight",
"--starttemp",
"--placer-budgets",
"--ignore-loops",
"--test",
"--timing-allow-fail",
"--no-tmdriv",
"--sdf",
"--sdf-cvc",
"--no-print-critical-path-source",
"--placer-heap-alpha",
"--placer-heap-beta",
"--placer-heap-critexp",
"--placer-heap-timingweight",
"--parallel-refine",
"--router2-heatmap",
"--tmg-ripup",
"--router2-tmg-ripup",
"--report",
"--detailed-timing-report",
"--placed-svg",
"--routed-svg",
"--enable-globals",
"--enable-auto-longwires"
],
"type": "string"
},
{
"type": "string"
}
]
},
"title": "Additional nextpnr-gowin flags",
"type": "array"
},
"programMode": {
"description": "Whether programming should be to flash or ram",
"enum": [
"ram",
"flash"
],
"title": "Programming Mode"
},
"skipCstChecking": {
"description": "Skip the prestage of making sure all ports are defined in CST",
"title": "Skip CST Checking",
"type": "boolean"
},
"synthGowinOptions": {
"description": "Extra flags which will be passed to synth_gowin as part of yosys",
"items": {
"enum": [
"-nodffe",
"-nobram",
"-nolutram",
"-noflatten",
"-retime",
"-nowidelut",
"-noiopads",
"-noalu",
"-abc9",
"-no-rw-check"
],
"type": "string"
},
"title": "Additional synth_gowin flags",
"type": "array",
"uniqueItems": true
},
"testBenches": {
"description": "A list if testbench files Defaults to all _tb.v files",
"oneOf": [
{
"enum": [
"all"
]
},
{
"items": [
{
"type": "string"
}
],
"type": "array"
}
],
"title": "A list if testbench files"
},
"top": {
"description": "The name of the top module",
"title": "Top Module's Name",
"type": "string"
}
},
"title": "Lushay Project File",
"type": "object"
} | MIT | en |
lushaylabs/lushay-code | 44a8108e8b6268dc7e5f6d1c97379ab7aaa90277 | 2023-06-10T12:28:38 | lushay.schema.json | 18 | 2024-05-27T07:15:53.873602Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"baudRate": {
"description": "The baud rate to use in the serial terminal",
"title": "Serial Baud Rate",
"type": "number"
},
"board": {
"description": "The FPGA development board",
"enum": [
"tangnano20k",
"tangnano9k",
"tangnano4k",
"tangnano1k",
"tangnano",
"icebreaker",
"icestick",
"orangeCrab"
],
"title": "Dev Board"
},
"constraintsFile": {
"description": "The constraints file to use for pnr",
"title": "Constraints File Path",
"type": "string"
},
"externalFlashFiles": {
"description": "List of files that can be flashed to external memory",
"items": [
{
"type": "string"
}
],
"title": "List of files that can be flashed to external memory",
"type": "array"
},
"includedFiles": {
"description": "List of files to synthesize, if set to \"all\" then all non tb verilog files will be used",
"oneOf": [
{
"enum": [
"all"
]
},
{
"items": [
{
"type": "string"
}
],
"type": "array"
}
],
"title": "List of files to synthesize"
},
"name": {
"description": "Used as name for output files",
"title": "Project Name",
"type": "string"
},
"nextPnrEcp5Options": {
"description": "Extra flags which will be passed to nextpnr-ecp5",
"items": {
"type": "string"
},
"title": "Additional nextpnr-ecp5 flags",
"type": "array"
},
"nextPnrGowinOptions": {
"description": "Extra flags which will be passed to nextpnr-gowin",
"items": {
"anyOf": [
{
"enum": [
"-v",
"--verbose",
"-q",
"--quiet",
"--log",
"-l",
"--debug",
"--debug-placer",
"--debug-router",
"--threads",
"--force",
"-f",
"--pre-pack",
"--pre-place",
"--pre-route",
"--post-route",
"--on-failure",
"--seed",
"--randomize-seed",
"-r",
"--placer",
"--router",
"--slack_redist_iter",
"--cstrweight",
"--starttemp",
"--placer-budgets",
"--ignore-loops",
"--test",
"--timing-allow-fail",
"--no-tmdriv",
"--sdf",
"--sdf-cvc",
"--no-print-critical-path-source",
"--placer-heap-alpha",
"--placer-heap-beta",
"--placer-heap-critexp",
"--placer-heap-timingweight",
"--parallel-refine",
"--router2-heatmap",
"--tmg-ripup",
"--router2-tmg-ripup",
"--report",
"--detailed-timing-report",
"--placed-svg",
"--routed-svg",
"--enable-globals",
"--enable-auto-longwires"
],
"type": "string"
},
{
"type": "string"
}
]
},
"title": "Additional nextpnr-gowin flags",
"type": "array"
},
"nextPnrIce40Options": {
"description": "Extra flags which will be passed to nextpnr-ice40",
"items": {
"type": "string"
},
"title": "Additional nextpnr-ice40 flags",
"type": "array"
},
"programMode": {
"description": "Whether programming should be to flash or ram",
"enum": [
"ram",
"flash"
],
"title": "Programming Mode"
},
"skipCstChecking": {
"description": "Skip the prestage of making sure all ports are defined in CST",
"title": "Skip CST Checking",
"type": "boolean"
},
"synthEcp5Options": {
"description": "Extra flags which will be passed to synth_ecp5 as part of yosys",
"items": {
"anyOf": [
{
"enum": [
"-blif",
"-edif",
"-run",
"-noflatten",
"-dff",
"-retime",
"-noccu2",
"-nodffe",
"-nobram",
"-nolutram",
"-nowidelut",
"-asyncprld",
"-abc2",
"-abc9",
"-vpr",
"-nodsp",
"-no-rw-check"
],
"type": "string"
},
{
"type": "string"
}
]
},
"title": "Additional synth_ecp5 flags",
"type": "array"
},
"synthGowinOptions": {
"description": "Extra flags which will be passed to synth_gowin as part of yosys",
"items": {
"enum": [
"-nodffe",
"-nobram",
"-nolutram",
"-noflatten",
"-retime",
"-nowidelut",
"-noiopads",
"-noalu",
"-abc9",
"-no-rw-check"
],
"type": "string"
},
"title": "Additional synth_gowin flags",
"type": "array",
"uniqueItems": true
},
"synthIce40Options": {
"description": "Extra flags which will be passed to synth_ice40 as part of yosys",
"items": {
"anyOf": [
{
"enum": [
"-device",
"-blif",
"-edif",
"-run",
"-noflatten",
"-dff",
"-retime",
"-nocarry",
"-nodffe",
"-dffe_min_ce_use",
"-nobram",
"-spram",
"-dsp",
"-noabc",
"-abc2",
"-abc9",
"-vpr",
"-flowmap",
"-no-rw-check"
],
"type": "string"
},
{
"type": "string"
}
]
},
"title": "Additional synth_ice40 flags",
"type": "array"
},
"testBenches": {
"description": "A list if testbench files Defaults to all _tb.v files",
"oneOf": [
{
"enum": [
"all"
]
},
{
"items": [
{
"type": "string"
}
],
"type": "array"
}
],
"title": "A list if testbench files"
},
"top": {
"description": "The name of the top module",
"title": "Top Module's Name",
"type": "string"
}
},
"title": "Lushay Project File",
"type": "object"
} | MIT | en |
lushaylabs/lushay-code | 01832c06b0b175df01e299829bc79de724cc2aea | 2023-03-26T21:20:50 | lushay.schema.json | 18 | 2024-05-27T07:15:53.873602Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"baudRate": {
"description": "The baud rate to use in the serial terminal",
"title": "Serial Baud Rate",
"type": "number"
},
"board": {
"description": "The FPGA development board",
"enum": [
"tangnano9k",
"tangnano4k",
"tangnano1k",
"tangnano",
"icebreaker",
"orangeCrab"
],
"title": "Dev Board"
},
"constraintsFile": {
"description": "The constraints file to use for pnr",
"title": "Constraints File Path",
"type": "string"
},
"externalFlashFiles": {
"description": "List of files that can be flashed to external memory",
"items": [
{
"type": "string"
}
],
"title": "List of files that can be flashed to external memory",
"type": "array"
},
"includedFiles": {
"description": "List of files to synthesize, if set to \"all\" then all non tb verilog files will be used",
"oneOf": [
{
"enum": [
"all"
]
},
{
"items": [
{
"type": "string"
}
],
"type": "array"
}
],
"title": "List of files to synthesize"
},
"name": {
"description": "Used as name for output files",
"title": "Project Name",
"type": "string"
},
"nextPnrEcp5Options": {
"description": "Extra flags which will be passed to nextpnr-ecp5",
"items": {
"type": "string"
},
"title": "Additional nextpnr-ecp5 flags",
"type": "array"
},
"nextPnrGowinOptions": {
"description": "Extra flags which will be passed to nextpnr-gowin",
"items": {
"anyOf": [
{
"enum": [
"-v",
"--verbose",
"-q",
"--quiet",
"--log",
"-l",
"--debug",
"--debug-placer",
"--debug-router",
"--threads",
"--force",
"-f",
"--pre-pack",
"--pre-place",
"--pre-route",
"--post-route",
"--on-failure",
"--seed",
"--randomize-seed",
"-r",
"--placer",
"--router",
"--slack_redist_iter",
"--cstrweight",
"--starttemp",
"--placer-budgets",
"--ignore-loops",
"--test",
"--timing-allow-fail",
"--no-tmdriv",
"--sdf",
"--sdf-cvc",
"--no-print-critical-path-source",
"--placer-heap-alpha",
"--placer-heap-beta",
"--placer-heap-critexp",
"--placer-heap-timingweight",
"--parallel-refine",
"--router2-heatmap",
"--tmg-ripup",
"--router2-tmg-ripup",
"--report",
"--detailed-timing-report",
"--placed-svg",
"--routed-svg",
"--enable-globals",
"--enable-auto-longwires"
],
"type": "string"
},
{
"type": "string"
}
]
},
"title": "Additional nextpnr-gowin flags",
"type": "array"
},
"nextPnrIce40Options": {
"description": "Extra flags which will be passed to nextpnr-ice40",
"items": {
"type": "string"
},
"title": "Additional nextpnr-ice40 flags",
"type": "array"
},
"programMode": {
"description": "Whether programming should be to flash or ram",
"enum": [
"ram",
"flash"
],
"title": "Programming Mode"
},
"skipCstChecking": {
"description": "Skip the prestage of making sure all ports are defined in CST",
"title": "Skip CST Checking",
"type": "boolean"
},
"synthEcp5Options": {
"description": "Extra flags which will be passed to synth_ecp5 as part of yosys",
"items": {
"anyOf": [
{
"enum": [
"-blif",
"-edif",
"-run",
"-noflatten",
"-dff",
"-retime",
"-noccu2",
"-nodffe",
"-nobram",
"-nolutram",
"-nowidelut",
"-asyncprld",
"-abc2",
"-abc9",
"-vpr",
"-nodsp",
"-no-rw-check"
],
"type": "string"
},
{
"type": "string"
}
]
},
"title": "Additional synth_ecp5 flags",
"type": "array"
},
"synthGowinOptions": {
"description": "Extra flags which will be passed to synth_gowin as part of yosys",
"items": {
"enum": [
"-nodffe",
"-nobram",
"-nolutram",
"-noflatten",
"-retime",
"-nowidelut",
"-noiopads",
"-noalu",
"-abc9",
"-no-rw-check"
],
"type": "string"
},
"title": "Additional synth_gowin flags",
"type": "array",
"uniqueItems": true
},
"synthIce40Options": {
"description": "Extra flags which will be passed to synth_ice40 as part of yosys",
"items": {
"anyOf": [
{
"enum": [
"-device",
"-blif",
"-edif",
"-run",
"-noflatten",
"-dff",
"-retime",
"-nocarry",
"-nodffe",
"-dffe_min_ce_use",
"-nobram",
"-spram",
"-dsp",
"-noabc",
"-abc2",
"-abc9",
"-vpr",
"-flowmap",
"-no-rw-check"
],
"type": "string"
},
{
"type": "string"
}
]
},
"title": "Additional synth_ice40 flags",
"type": "array"
},
"testBenches": {
"description": "A list if testbench files Defaults to all _tb.v files",
"oneOf": [
{
"enum": [
"all"
]
},
{
"items": [
{
"type": "string"
}
],
"type": "array"
}
],
"title": "A list if testbench files"
},
"top": {
"description": "The name of the top module",
"title": "Top Module's Name",
"type": "string"
}
},
"title": "Lushay Project File",
"type": "object"
} | MIT | en |
lushaylabs/lushay-code | 826684cf6c79574cd4cfbb3536f1d23fc8621709 | 2022-12-23T09:09:36 | lushay.schema.json | 18 | 2024-05-27T07:15:53.873602Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"baudRate": {
"description": "The baud rate to use in the serial terminal",
"title": "Serial Baud Rate",
"type": "number"
},
"board": {
"description": "The FPGA development board",
"enum": [
"tangnano9k",
"tangnano4k",
"tangnano1k",
"tangnano"
],
"title": "Dev Board"
},
"constraintsFile": {
"description": "The constraints file to use for pnr",
"title": "Constraints File Path",
"type": "string"
},
"externalFlashFiles": {
"description": "List of files that can be flashed to external memory",
"items": [
{
"type": "string"
}
],
"title": "List of files that can be flashed to external memory",
"type": "array"
},
"includedFiles": {
"description": "List of files to synthesize, if set to \"all\" then all non tb verilog files will be used",
"oneOf": [
{
"enum": [
"all"
]
},
{
"items": [
{
"type": "string"
}
],
"type": "array"
}
],
"title": "List of files to synthesize"
},
"name": {
"description": "Used as name for output files",
"title": "Project Name",
"type": "string"
},
"nextPnrGowinOptions": {
"description": "Extra flags which will be passed to nextpnr-gowin",
"items": {
"anyOf": [
{
"enum": [
"-v",
"--verbose",
"-q",
"--quiet",
"--log",
"-l",
"--debug",
"--debug-placer",
"--debug-router",
"--threads",
"--force",
"-f",
"--pre-pack",
"--pre-place",
"--pre-route",
"--post-route",
"--on-failure",
"--seed",
"--randomize-seed",
"-r",
"--placer",
"--router",
"--slack_redist_iter",
"--cstrweight",
"--starttemp",
"--placer-budgets",
"--ignore-loops",
"--test",
"--timing-allow-fail",
"--no-tmdriv",
"--sdf",
"--sdf-cvc",
"--no-print-critical-path-source",
"--placer-heap-alpha",
"--placer-heap-beta",
"--placer-heap-critexp",
"--placer-heap-timingweight",
"--parallel-refine",
"--router2-heatmap",
"--tmg-ripup",
"--router2-tmg-ripup",
"--report",
"--detailed-timing-report",
"--placed-svg",
"--routed-svg",
"--enable-globals",
"--enable-auto-longwires"
],
"type": "string"
},
{
"type": "string"
}
]
},
"title": "Additional nextpnr-gowin flags",
"type": "array"
},
"programMode": {
"description": "Whether programming should be to flash or ram",
"enum": [
"ram",
"flash"
],
"title": "Programming Mode"
},
"synthGowinOptions": {
"description": "Extra flags which will be passed to synth_gowin as part of yosys",
"items": {
"enum": [
"-nodffe",
"-nobram",
"-nolutram",
"-noflatten",
"-retime",
"-nowidelut",
"-noiopads",
"-noalu",
"-abc9",
"-no-rw-check"
],
"type": "string"
},
"title": "Additional synth_gowin flags",
"type": "array",
"uniqueItems": true
},
"testBenches": {
"description": "A list if testbench files Defaults to all _tb.v files",
"oneOf": [
{
"enum": [
"all"
]
},
{
"items": [
{
"type": "string"
}
],
"type": "array"
}
],
"title": "A list if testbench files"
},
"top": {
"description": "The name of the top module",
"title": "Top Module's Name",
"type": "string"
}
},
"title": "Lushay Project File",
"type": "object"
} | MIT | en |
anchore/syft | 47fc909700178542d4e937cf756b20c3d780e11c | 2024-03-12T22:04:02 | schema/json/schema-16.0.5.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.5/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | e0233625cbc1ad98cbf42980387605caeb9a7b1e | 2024-04-02T15:55:56 | schema/json/schema-16.0.7.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.7/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 85bddaa43d09d70bdc4bd0a6927765c994bdc4e6 | 2023-01-12T19:25:47 | schema/json/schema-6.1.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | bf3cd9ed3b3a017e00808d1198c158d2dbc36077 | 2024-01-24T18:21:59 | schema/json/schema-14.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/14.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 42fa9e4965fcf930f8058c50ea0fa4465c048a37 | 2023-05-15T20:23:39 | schema/json/schema-8.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"url",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | c69cdd9f4a52fd8e46f8c5a41cc148de2e79422c | 2023-06-01T12:22:29 | schema/json/schema-8.0.1.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 4da3be864fab86dec963c231366fdad11eaef21c | 2023-06-30T14:19:16 | schema/json/schema-9.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/9.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | b7a6d5e94655ffbba767d870b750e9be2cfa5a68 | 2024-02-02T16:17:52 | schema/json/schema-16.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 05e8ba948d94de9a3df86c79bd0255eabefea1b8 | 2024-05-25T20:11:38 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"LuarocksPackage": {
"properties": {
"dependencies": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"homepage",
"description",
"url",
"dependencies"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/LuarocksPackage"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"providesExtra": {
"items": {
"type": "string"
},
"type": "array"
},
"requiresDist": {
"items": {
"type": "string"
},
"type": "array"
},
"requiresPython": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.11/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | c314e05aae33baf5aa92a321f301991a32e41fb2 | 2024-05-25T20:23:30 | schema/json/schema-16.0.12.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"goExperiments": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"LuarocksPackage": {
"properties": {
"dependencies": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"homepage",
"description",
"url",
"dependencies"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/LuarocksPackage"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"providesExtra": {
"items": {
"type": "string"
},
"type": "array"
},
"requiresDist": {
"items": {
"type": "string"
},
"type": "array"
},
"requiresPython": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.12/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 6a2517b5d2e1d9ef5e065eb7773ff6692f3fff1b | 2024-03-14T15:16:03 | schema/json/schema-16.0.6.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.6/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 4601ca373564fddd48724830764df38b891a0f99 | 2023-05-16T17:05:48 | schema/json/schema-8.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 934644232ab115b2518acdb5d240ae31aaf55989 | 2023-01-13T21:46:12 | schema/json/schema-6.2.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"classifier": {
"type": "string"
},
"realPath": {
"type": "string"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"classifier",
"realPath",
"virtualPath"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 7ad7627d5dc5a4369e6bb71cf69e3c06fb419797 | 2024-05-14T17:48:19 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.9/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 7464079a09b155efdb6606e80f19eaa7d805b54a | 2023-04-04T14:53:56 | schema/json/schema-7.1.1.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | f5e20521e0491bc09f95c3220f59b1a6d6f20d22 | 2023-02-22T17:03:15 | schema/json/schema-7.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | c61f59e7b77cf6d5aa1b5ff63403af60f66bf134 | 2024-02-07T13:24:02 | schema/json/schema-16.0.3.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.3/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 063e9da65dbf99135b520d207982570e9b49be11 | 2023-07-27T18:26:59 | schema/json/schema-10.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
},
{
"$ref": "#/$defs/SwiftPackageManagerMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerMetadata": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/10.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | a46d12270f1e49d9bddb8bb4c082dcec34a8e95b | 2023-09-13T20:14:20 | schema/json/schema-10.0.2.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
},
{
"$ref": "#/$defs/SwiftPackageManagerMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerMetadata": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/10.0.2/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 7ad7627d5dc5a4369e6bb71cf69e3c06fb419797 | 2024-05-14T17:48:19 | schema/json/schema-16.0.9.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.9/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 260cb4c72d001b63e7462ed214caeb0aab605714 | 2023-01-12T20:03:05 | schema/json/schema-6.1.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"classifier": {
"type": "string"
},
"realPath": {
"type": "string"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"classifier",
"realPath",
"virtualPath"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 5565bdef0c77aa7e2adb28b74b192989bdb39750 | 2023-11-20T15:44:28 | schema/json/schema-13.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/13.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 5d156b82417cd01db5fe521af880a75cf2ef3ce1 | 2023-04-13T21:02:29 | schema/json/schema-7.1.2.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | b7351068483b5b46b97eedf5561cdf534d86091f | 2024-02-02T22:09:28 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.2/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 949cff158deabf69ec101c670a831f4ca86c3ab4 | 2022-11-09T15:43:37 | schema/json/schema-6.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Classification": {
"properties": {
"class": {
"type": "string"
},
"metadata": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"virtual_path": {
"type": "string"
}
},
"required": [
"class",
"virtual_path",
"metadata"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"classifications": {
"items": {
"$ref": "#/$defs/Classification"
},
"type": "array"
},
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | e1c1832f8413de04f9c6a47c1f22b3a526473231 | 2023-07-25T18:35:21 | schema/json/schema-9.0.2.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
},
{
"$ref": "#/$defs/SwiftPackageManagerMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerMetadata": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/9.0.2/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | ef759038f5351dbfd0d731c0f0d07d51d68fd0b3 | 2023-10-11T12:56:26 | schema/json/schema-11.0.1.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
},
{
"$ref": "#/$defs/SwiftPackageManagerMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerMetadata": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/11.0.1/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 1aaa6440073db6b90673e4303c6ef5d359052f7e | 2023-10-30T16:12:04 | schema/json/schema-12.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/12.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | c314e05aae33baf5aa92a321f301991a32e41fb2 | 2024-05-25T20:23:30 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"goExperiments": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"LuarocksPackage": {
"properties": {
"dependencies": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"homepage",
"description",
"url",
"dependencies"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/LuarocksPackage"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"providesExtra": {
"items": {
"type": "string"
},
"type": "array"
},
"requiresDist": {
"items": {
"type": "string"
},
"type": "array"
},
"requiresPython": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.12/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | ada8f009d25b1e542a757b97e6f8e8604cc82174 | 2024-05-07T17:29:46 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.8/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | d7a51a69dd5d275c515f056455f515f2420f8d2e | 2022-11-09T14:55:54 | schema/json/schema-5.1.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"type": "string"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Classification": {
"properties": {
"class": {
"type": "string"
},
"metadata": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"virtual_path": {
"type": "string"
}
},
"required": [
"class",
"virtual_path",
"metadata"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"classifications": {
"items": {
"$ref": "#/$defs/Classification"
},
"type": "array"
},
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | c61f59e7b77cf6d5aa1b5ff63403af60f66bf134 | 2024-02-07T13:24:02 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.3/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 6a2517b5d2e1d9ef5e065eb7773ff6692f3fff1b | 2024-03-14T15:16:03 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.6/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 96ee2db8758a4a244022d600e7c37f5703a05741 | 2024-02-14T16:03:25 | schema/json/schema-16.0.4.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.4/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | a07bfe7dfa02551236a944115a6a72ec85f16a8a | 2023-04-27T13:04:30 | schema/json/schema-7.1.5.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 8478e0bef792a9890c832a8dea586c2621ebc531 | 2023-07-19T19:34:07 | schema/json/schema-9.0.1.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/9.0.1/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 9e953b1da30c1ed8ada7a695b36df9c9a357e388 | 2023-02-27T18:43:19 | schema/json/schema-7.0.1.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 502971a1b28ccdb291e6bd623d1e47e89c6e9567 | 2023-11-08T23:05:30 | schema/json/schema-12.0.1.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/12.0.1/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 96ee2db8758a4a244022d600e7c37f5703a05741 | 2024-02-14T16:03:25 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.4/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | da3624644a1842d22acd4a71c0d5bf60411f9eb3 | 2023-05-10T16:30:11 | schema/json/schema-7.1.6.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 62f689824c8d8f820d0eee1dbf753fa430704b8b | 2023-08-24T13:49:59 | schema/json/schema-10.0.1.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
},
{
"$ref": "#/$defs/SwiftPackageManagerMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerMetadata": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/10.0.1/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 05e8ba948d94de9a3df86c79bd0255eabefea1b8 | 2024-05-25T20:11:38 | schema/json/schema-16.0.11.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"LuarocksPackage": {
"properties": {
"dependencies": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"homepage",
"description",
"url",
"dependencies"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/LuarocksPackage"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"providesExtra": {
"items": {
"type": "string"
},
"type": "array"
},
"requiresDist": {
"items": {
"type": "string"
},
"type": "array"
},
"requiresPython": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.11/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | cc731c7b1902cffb7c274d26558ce89ba68d65f2 | 2023-04-14T18:33:36 | schema/json/schema-7.1.3.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 96ee2db8758a4a244022d600e7c37f5703a05741 | 2024-02-14T16:03:25 | schema/json/schema-16.0.2.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.2/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | ada8f009d25b1e542a757b97e6f8e8604cc82174 | 2024-05-07T17:29:46 | schema/json/schema-16.0.8.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.8/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | e0233625cbc1ad98cbf42980387605caeb9a7b1e | 2024-04-02T15:55:56 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.7/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 98de2e2f6205b1660f98915cbed22695821fa9c8 | 2024-02-02T19:53:42 | schema/json/schema-16.0.2.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.2/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 96ee2db8758a4a244022d600e7c37f5703a05741 | 2024-02-14T16:03:25 | schema/json/schema-11.0.2.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
},
{
"$ref": "#/$defs/SwiftPackageManagerMetadata"
},
{
"$ref": "#/$defs/WordpressPluginMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerMetadata": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginMetadata": {
"properties": {
"author": {
"type": "string"
},
"author_uri": {
"type": "string"
},
"plugin_name": {
"type": "string"
}
},
"required": [
"plugin_name"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/11.0.2/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 44422853be6701ac35787675c322f6993fb12906 | 2023-04-14T19:08:46 | schema/json/schema-7.1.4.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | d84120f4991c22cedaeb0784add81da3b58750ca | 2023-07-27T14:13:17 | schema/json/schema-10.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
},
{
"$ref": "#/$defs/SwiftPackageManagerMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"extras",
"versionConstraint",
"url",
"markers"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerMetadata": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/10.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 3023a5a7bc870f70a3dd24213d795516288ca0df | 2024-02-02T16:51:18 | schema/json/schema-16.0.1.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
}
},
"required": [
"format"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.1/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | b51252dbdbd2eda705b58a7126128869e230aa75 | 2024-05-24T20:56:34 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElfBinaryPackageNoteJsonPayload": {
"properties": {
"commit": {
"type": "string"
},
"sourceRepo": {
"type": "string"
},
"system": {
"type": "string"
},
"type": {
"type": "string"
},
"vendor": {
"type": "string"
}
},
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"LuarocksPackage": {
"properties": {
"dependencies": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"homepage",
"description",
"url",
"dependencies"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElfBinaryPackageNoteJsonPayload"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/LuarocksPackage"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PhpPeclEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpPeclEntry": {
"properties": {
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"release": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.10/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 681d250fdc5c2a472b28c8f75a5df1a81b377f9c | 2023-04-03T13:46:18 | schema/json/schema-7.1.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"license",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"license": {
"type": "string"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"license",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"type": "string"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"type": "string"
},
"ref": {
"type": "string"
},
"requires": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"licenses",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"items": {
"type": "string"
},
"type": "array"
},
"locations": {
"items": {
"$ref": "#/$defs/Coordinates"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"license",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"license": {
"type": "string"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"license",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"target": true,
"type": {
"type": "string"
}
},
"required": [
"id",
"type",
"target"
],
"type": "object"
}
},
"$id": "https://github.com/anchore/syft/syft/formats/syftjson/model/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | ec4d59592012dd362b982e78862cd16a156f751f | 2023-09-15T18:31:08 | schema/json/schema-11.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"AlpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"ApkMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"BinaryMetadata": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CargoPackageMetadata": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoapodsMetadata": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"ConanLockMetadata": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"ConanMetadata": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubMetadata": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"secrets": {
"items": {
"$ref": "#/$defs/Secrets"
},
"type": "array"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsMetadata": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableMetadata": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"DpkgMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GemMetadata": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"GolangBinMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GolangModMetadata": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HackageMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaManifest": {
"properties": {
"main": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"namedSections": {
"patternProperties": {
".*": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"JavaMetadata": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/PomProject"
},
"pomProperties": {
"$ref": "#/$defs/PomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"KbPackageMetadata": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModuleMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"MixLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"NixStoreMetadata": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"NpmPackageJSONMetadata": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"NpmPackageLockJSONMetadata": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmMetadata"
},
{
"$ref": "#/$defs/ApkMetadata"
},
{
"$ref": "#/$defs/BinaryMetadata"
},
{
"$ref": "#/$defs/CargoPackageMetadata"
},
{
"$ref": "#/$defs/CocoapodsMetadata"
},
{
"$ref": "#/$defs/ConanLockMetadata"
},
{
"$ref": "#/$defs/ConanMetadata"
},
{
"$ref": "#/$defs/DartPubMetadata"
},
{
"$ref": "#/$defs/DotnetDepsMetadata"
},
{
"$ref": "#/$defs/DotnetPortableExecutableMetadata"
},
{
"$ref": "#/$defs/DpkgMetadata"
},
{
"$ref": "#/$defs/GemMetadata"
},
{
"$ref": "#/$defs/GolangBinMetadata"
},
{
"$ref": "#/$defs/GolangModMetadata"
},
{
"$ref": "#/$defs/HackageMetadata"
},
{
"$ref": "#/$defs/JavaMetadata"
},
{
"$ref": "#/$defs/KbPackageMetadata"
},
{
"$ref": "#/$defs/LinuxKernelMetadata"
},
{
"$ref": "#/$defs/LinuxKernelModuleMetadata"
},
{
"$ref": "#/$defs/MixLockMetadata"
},
{
"$ref": "#/$defs/NixStoreMetadata"
},
{
"$ref": "#/$defs/NpmPackageJSONMetadata"
},
{
"$ref": "#/$defs/NpmPackageLockJSONMetadata"
},
{
"$ref": "#/$defs/PhpComposerJSONMetadata"
},
{
"$ref": "#/$defs/PortageMetadata"
},
{
"$ref": "#/$defs/PythonPackageMetadata"
},
{
"$ref": "#/$defs/PythonPipfileLockMetadata"
},
{
"$ref": "#/$defs/PythonRequirementsMetadata"
},
{
"$ref": "#/$defs/RDescriptionFileMetadata"
},
{
"$ref": "#/$defs/RebarLockMetadata"
},
{
"$ref": "#/$defs/RpmMetadata"
},
{
"$ref": "#/$defs/SwiftPackageManagerMetadata"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerJSONMetadata": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/PomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"PomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PortageMetadata": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackageMetadata": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipfileLockMetadata": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonRequirementsMetadata": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"RDescriptionFileMetadata": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"RebarLockMetadata": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmMetadata": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmdbFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"modularityLabel",
"files"
],
"type": "object"
},
"RpmdbFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"SearchResult": {
"properties": {
"classification": {
"type": "string"
},
"length": {
"type": "integer"
},
"lineNumber": {
"type": "integer"
},
"lineOffset": {
"type": "integer"
},
"seekPosition": {
"type": "integer"
},
"value": {
"type": "string"
}
},
"required": [
"classification",
"lineNumber",
"lineOffset",
"seekPosition",
"length"
],
"type": "object"
},
"Secrets": {
"properties": {
"location": {
"$ref": "#/$defs/Coordinates"
},
"secrets": {
"items": {
"$ref": "#/$defs/SearchResult"
},
"type": "array"
}
},
"required": [
"location",
"secrets"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerMetadata": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/11.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 47fc909700178542d4e937cf756b20c3d780e11c | 2024-03-12T22:04:02 | schema/json/schema-latest.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockV2Entry": {
"properties": {
"channel": {
"type": "string"
},
"packageID": {
"type": "string"
},
"packageRevision": {
"type": "string"
},
"recipeRevision": {
"type": "string"
},
"ref": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CPE": {
"properties": {
"cpe": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"cpe"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ELFSecurityFeatures": {
"properties": {
"cfi": {
"type": "boolean"
},
"dso": {
"type": "boolean"
},
"fortify": {
"type": "boolean"
},
"nx": {
"type": "boolean"
},
"pie": {
"type": "boolean"
},
"relRO": {
"type": "string"
},
"safeStack": {
"type": "boolean"
},
"stackCanary": {
"type": "boolean"
},
"symbolTableStripped": {
"type": "boolean"
}
},
"required": [
"symbolTableStripped",
"nx",
"relRO",
"pie",
"dso"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"Executable": {
"properties": {
"elfSecurityFeatures": {
"$ref": "#/$defs/ELFSecurityFeatures"
},
"format": {
"type": "string"
},
"hasEntrypoint": {
"type": "boolean"
},
"hasExports": {
"type": "boolean"
},
"importedLibraries": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"format",
"hasExports",
"hasEntrypoint",
"importedLibraries"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"executable": {
"$ref": "#/$defs/Executable"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"JavascriptYarnLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"$ref": "#/$defs/cpes"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CConanLockV2Entry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/JavascriptYarnLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/PythonPoetryLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
},
{
"$ref": "#/$defs/WordpressPluginEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"PythonPoetryLockEntry": {
"properties": {
"index": {
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"WordpressPluginEntry": {
"properties": {
"author": {
"type": "string"
},
"authorUri": {
"type": "string"
},
"pluginInstallDirectory": {
"type": "string"
}
},
"required": [
"pluginInstallDirectory"
],
"type": "object"
},
"cpes": {
"items": {
"$ref": "#/$defs/CPE"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/16.0.5/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/syft | 6107e5e2ad6e60f3f74ff4d3b2ca2ccffbed26ed | 2024-02-01T16:58:10 | schema/json/schema-15.0.0.json | 5,575 | 2024-05-28T03:04:57.67102Z | {
"$defs": {
"AlpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"backup": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"basepackage": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/AlpmFileRecord"
},
"type": "array"
},
"package": {
"type": "string"
},
"packager": {
"type": "string"
},
"reason": {
"type": "integer"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"validation": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"basepackage",
"package",
"version",
"description",
"architecture",
"size",
"packager",
"url",
"validation",
"reason",
"files",
"backup"
],
"type": "object"
},
"AlpmFileRecord": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"gid": {
"type": "string"
},
"link": {
"type": "string"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
},
"time": {
"format": "date-time",
"type": "string"
},
"type": {
"type": "string"
},
"uid": {
"type": "string"
}
},
"type": "object"
},
"ApkDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"description": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/ApkFileRecord"
},
"type": "array"
},
"gitCommitOfApkPort": {
"type": "string"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"originPackage": {
"type": "string"
},
"package": {
"type": "string"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"pullChecksum": {
"type": "string"
},
"pullDependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"type": "integer"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"originPackage",
"maintainer",
"version",
"architecture",
"url",
"description",
"size",
"installedSize",
"pullDependencies",
"provides",
"pullChecksum",
"gitCommitOfApkPort",
"files"
],
"type": "object"
},
"ApkFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"ownerGid": {
"type": "string"
},
"ownerUid": {
"type": "string"
},
"path": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"BinarySignature": {
"properties": {
"matches": {
"items": {
"$ref": "#/$defs/ClassifierMatch"
},
"type": "array"
}
},
"required": [
"matches"
],
"type": "object"
},
"CConanFileEntry": {
"properties": {
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanInfoEntry": {
"properties": {
"package_id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"CConanLockEntry": {
"properties": {
"build_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"context": {
"type": "string"
},
"options": {
"$ref": "#/$defs/KeyValues"
},
"package_id": {
"type": "string"
},
"path": {
"type": "string"
},
"prev": {
"type": "string"
},
"py_requires": {
"items": {
"type": "string"
},
"type": "array"
},
"ref": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ref"
],
"type": "object"
},
"ClassifierMatch": {
"properties": {
"classifier": {
"type": "string"
},
"location": {
"$ref": "#/$defs/Location"
}
},
"required": [
"classifier",
"location"
],
"type": "object"
},
"CocoaPodfileLockEntry": {
"properties": {
"checksum": {
"type": "string"
}
},
"required": [
"checksum"
],
"type": "object"
},
"Coordinates": {
"properties": {
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"DartPubspecLockEntry": {
"properties": {
"hosted_url": {
"type": "string"
},
"name": {
"type": "string"
},
"vcs_url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Descriptor": {
"properties": {
"configuration": true,
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"Digest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"Document": {
"properties": {
"artifactRelationships": {
"items": {
"$ref": "#/$defs/Relationship"
},
"type": "array"
},
"artifacts": {
"items": {
"$ref": "#/$defs/Package"
},
"type": "array"
},
"descriptor": {
"$ref": "#/$defs/Descriptor"
},
"distro": {
"$ref": "#/$defs/LinuxRelease"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
},
"schema": {
"$ref": "#/$defs/Schema"
},
"source": {
"$ref": "#/$defs/Source"
}
},
"required": [
"artifacts",
"artifactRelationships",
"source",
"distro",
"descriptor",
"schema"
],
"type": "object"
},
"DotnetDepsEntry": {
"properties": {
"hashPath": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha512": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"path",
"sha512",
"hashPath"
],
"type": "object"
},
"DotnetPortableExecutableEntry": {
"properties": {
"assemblyVersion": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyName": {
"type": "string"
},
"internalName": {
"type": "string"
},
"legalCopyright": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
}
},
"required": [
"assemblyVersion",
"legalCopyright",
"companyName",
"productName",
"productVersion"
],
"type": "object"
},
"DpkgDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"$ref": "#/$defs/DpkgFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
},
"maintainer": {
"type": "string"
},
"package": {
"type": "string"
},
"preDepends": {
"items": {
"type": "string"
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"source": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"package",
"source",
"version",
"sourceVersion",
"architecture",
"maintainer",
"installedSize",
"files"
],
"type": "object"
},
"DpkgFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"isConfigFile": {
"type": "boolean"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"isConfigFile"
],
"type": "object"
},
"ElixirMixLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"ErlangRebarLockEntry": {
"properties": {
"name": {
"type": "string"
},
"pkgHash": {
"type": "string"
},
"pkgHashExt": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"pkgHash",
"pkgHashExt"
],
"type": "object"
},
"File": {
"properties": {
"contents": {
"type": "string"
},
"digests": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"id": {
"type": "string"
},
"licenses": {
"items": {
"$ref": "#/$defs/FileLicense"
},
"type": "array"
},
"location": {
"$ref": "#/$defs/Coordinates"
},
"metadata": {
"$ref": "#/$defs/FileMetadataEntry"
}
},
"required": [
"id",
"location"
],
"type": "object"
},
"FileLicense": {
"properties": {
"evidence": {
"$ref": "#/$defs/FileLicenseEvidence"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type"
],
"type": "object"
},
"FileLicenseEvidence": {
"properties": {
"confidence": {
"type": "integer"
},
"extent": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"required": [
"confidence",
"offset",
"extent"
],
"type": "object"
},
"FileMetadataEntry": {
"properties": {
"groupID": {
"type": "integer"
},
"linkDestination": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"mode": {
"type": "integer"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"userID": {
"type": "integer"
}
},
"required": [
"mode",
"type",
"userID",
"groupID",
"mimeType",
"size"
],
"type": "object"
},
"GoModuleBuildinfoEntry": {
"properties": {
"architecture": {
"type": "string"
},
"goBuildSettings": {
"$ref": "#/$defs/KeyValues"
},
"goCompiledVersion": {
"type": "string"
},
"goCryptoSettings": {
"items": {
"type": "string"
},
"type": "array"
},
"h1Digest": {
"type": "string"
},
"mainModule": {
"type": "string"
}
},
"required": [
"goCompiledVersion",
"architecture"
],
"type": "object"
},
"GoModuleEntry": {
"properties": {
"h1Digest": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackEntry": {
"properties": {
"pkgHash": {
"type": "string"
}
},
"type": "object"
},
"HaskellHackageStackLockEntry": {
"properties": {
"pkgHash": {
"type": "string"
},
"snapshotURL": {
"type": "string"
}
},
"type": "object"
},
"IDLikes": {
"items": {
"type": "string"
},
"type": "array"
},
"JavaArchive": {
"properties": {
"digest": {
"items": {
"$ref": "#/$defs/Digest"
},
"type": "array"
},
"manifest": {
"$ref": "#/$defs/JavaManifest"
},
"pomProject": {
"$ref": "#/$defs/JavaPomProject"
},
"pomProperties": {
"$ref": "#/$defs/JavaPomProperties"
},
"virtualPath": {
"type": "string"
}
},
"required": [
"virtualPath"
],
"type": "object"
},
"JavaManifest": {
"properties": {
"main": {
"$ref": "#/$defs/KeyValues"
},
"sections": {
"items": {
"$ref": "#/$defs/KeyValues"
},
"type": "array"
}
},
"type": "object"
},
"JavaPomParent": {
"properties": {
"artifactId": {
"type": "string"
},
"groupId": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavaPomProject": {
"properties": {
"artifactId": {
"type": "string"
},
"description": {
"type": "string"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"$ref": "#/$defs/JavaPomParent"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"groupId",
"artifactId",
"version",
"name"
],
"type": "object"
},
"JavaPomProperties": {
"properties": {
"artifactId": {
"type": "string"
},
"extraFields": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"groupId": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"scope": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"path",
"name",
"groupId",
"artifactId",
"version"
],
"type": "object"
},
"JavascriptNpmPackage": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"private": {
"type": "boolean"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"homepage",
"description",
"url",
"private"
],
"type": "object"
},
"JavascriptNpmPackageLockEntry": {
"properties": {
"integrity": {
"type": "string"
},
"resolved": {
"type": "string"
}
},
"required": [
"resolved",
"integrity"
],
"type": "object"
},
"KeyValue": {
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"key",
"value"
],
"type": "object"
},
"KeyValues": {
"items": {
"$ref": "#/$defs/KeyValue"
},
"type": "array"
},
"License": {
"properties": {
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"spdxExpression": {
"type": "string"
},
"type": {
"type": "string"
},
"urls": {
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"spdxExpression",
"type",
"urls",
"locations"
],
"type": "object"
},
"LinuxKernelArchive": {
"properties": {
"architecture": {
"type": "string"
},
"author": {
"type": "string"
},
"buildTime": {
"type": "string"
},
"extendedVersion": {
"type": "string"
},
"format": {
"type": "string"
},
"name": {
"type": "string"
},
"rootDevice": {
"type": "integer"
},
"rwRootFS": {
"type": "boolean"
},
"swapDevice": {
"type": "integer"
},
"version": {
"type": "string"
},
"videoMode": {
"type": "string"
}
},
"required": [
"name",
"architecture",
"version"
],
"type": "object"
},
"LinuxKernelModule": {
"properties": {
"author": {
"type": "string"
},
"description": {
"type": "string"
},
"kernelVersion": {
"type": "string"
},
"license": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"patternProperties": {
".*": {
"$ref": "#/$defs/LinuxKernelModuleParameter"
}
},
"type": "object"
},
"path": {
"type": "string"
},
"sourceVersion": {
"type": "string"
},
"version": {
"type": "string"
},
"versionMagic": {
"type": "string"
}
},
"type": "object"
},
"LinuxKernelModuleParameter": {
"properties": {
"description": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"LinuxRelease": {
"properties": {
"bugReportURL": {
"type": "string"
},
"buildID": {
"type": "string"
},
"cpeName": {
"type": "string"
},
"homeURL": {
"type": "string"
},
"id": {
"type": "string"
},
"idLike": {
"$ref": "#/$defs/IDLikes"
},
"imageID": {
"type": "string"
},
"imageVersion": {
"type": "string"
},
"name": {
"type": "string"
},
"prettyName": {
"type": "string"
},
"privacyPolicyURL": {
"type": "string"
},
"supportEnd": {
"type": "string"
},
"supportURL": {
"type": "string"
},
"variant": {
"type": "string"
},
"variantID": {
"type": "string"
},
"version": {
"type": "string"
},
"versionCodename": {
"type": "string"
},
"versionID": {
"type": "string"
}
},
"type": "object"
},
"Location": {
"properties": {
"accessPath": {
"type": "string"
},
"annotations": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"layerID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"path",
"accessPath"
],
"type": "object"
},
"MicrosoftKbPatch": {
"properties": {
"kb": {
"type": "string"
},
"product_id": {
"type": "string"
}
},
"required": [
"product_id",
"kb"
],
"type": "object"
},
"NixStoreEntry": {
"properties": {
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"output": {
"type": "string"
},
"outputHash": {
"type": "string"
}
},
"required": [
"outputHash",
"files"
],
"type": "object"
},
"Package": {
"properties": {
"cpes": {
"items": {
"type": "string"
},
"type": "array"
},
"foundBy": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"licenses": {
"$ref": "#/$defs/licenses"
},
"locations": {
"items": {
"$ref": "#/$defs/Location"
},
"type": "array"
},
"metadata": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/$defs/AlpmDbEntry"
},
{
"$ref": "#/$defs/ApkDbEntry"
},
{
"$ref": "#/$defs/BinarySignature"
},
{
"$ref": "#/$defs/CConanFileEntry"
},
{
"$ref": "#/$defs/CConanInfoEntry"
},
{
"$ref": "#/$defs/CConanLockEntry"
},
{
"$ref": "#/$defs/CocoaPodfileLockEntry"
},
{
"$ref": "#/$defs/DartPubspecLockEntry"
},
{
"$ref": "#/$defs/DotnetDepsEntry"
},
{
"$ref": "#/$defs/DotnetPortableExecutableEntry"
},
{
"$ref": "#/$defs/DpkgDbEntry"
},
{
"$ref": "#/$defs/ElixirMixLockEntry"
},
{
"$ref": "#/$defs/ErlangRebarLockEntry"
},
{
"$ref": "#/$defs/GoModuleBuildinfoEntry"
},
{
"$ref": "#/$defs/GoModuleEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackEntry"
},
{
"$ref": "#/$defs/HaskellHackageStackLockEntry"
},
{
"$ref": "#/$defs/JavaArchive"
},
{
"$ref": "#/$defs/JavascriptNpmPackage"
},
{
"$ref": "#/$defs/JavascriptNpmPackageLockEntry"
},
{
"$ref": "#/$defs/LinuxKernelArchive"
},
{
"$ref": "#/$defs/LinuxKernelModule"
},
{
"$ref": "#/$defs/MicrosoftKbPatch"
},
{
"$ref": "#/$defs/NixStoreEntry"
},
{
"$ref": "#/$defs/PhpComposerInstalledEntry"
},
{
"$ref": "#/$defs/PhpComposerLockEntry"
},
{
"$ref": "#/$defs/PortageDbEntry"
},
{
"$ref": "#/$defs/PythonPackage"
},
{
"$ref": "#/$defs/PythonPipRequirementsEntry"
},
{
"$ref": "#/$defs/PythonPipfileLockEntry"
},
{
"$ref": "#/$defs/RDescription"
},
{
"$ref": "#/$defs/RpmArchive"
},
{
"$ref": "#/$defs/RpmDbEntry"
},
{
"$ref": "#/$defs/RubyGemspec"
},
{
"$ref": "#/$defs/RustCargoAuditEntry"
},
{
"$ref": "#/$defs/RustCargoLockEntry"
},
{
"$ref": "#/$defs/SwiftPackageManagerLockEntry"
}
]
},
"metadataType": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"foundBy",
"locations",
"licenses",
"language",
"cpes",
"purl"
],
"type": "object"
},
"PhpComposerAuthors": {
"properties": {
"email": {
"type": "string"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"PhpComposerExternalReference": {
"properties": {
"reference": {
"type": "string"
},
"shasum": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url",
"reference"
],
"type": "object"
},
"PhpComposerInstalledEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PhpComposerLockEntry": {
"properties": {
"authors": {
"items": {
"$ref": "#/$defs/PhpComposerAuthors"
},
"type": "array"
},
"bin": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"dist": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"homepage": {
"type": "string"
},
"keywords": {
"items": {
"type": "string"
},
"type": "array"
},
"license": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"notification-url": {
"type": "string"
},
"provide": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"require-dev": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"source": {
"$ref": "#/$defs/PhpComposerExternalReference"
},
"suggest": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"time": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"dist"
],
"type": "object"
},
"PortageDbEntry": {
"properties": {
"files": {
"items": {
"$ref": "#/$defs/PortageFileRecord"
},
"type": "array"
},
"installedSize": {
"type": "integer"
}
},
"required": [
"installedSize",
"files"
],
"type": "object"
},
"PortageFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonDirectURLOriginInfo": {
"properties": {
"commitId": {
"type": "string"
},
"url": {
"type": "string"
},
"vcs": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"PythonFileDigest": {
"properties": {
"algorithm": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"algorithm",
"value"
],
"type": "object"
},
"PythonFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/PythonFileDigest"
},
"path": {
"type": "string"
},
"size": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"PythonPackage": {
"properties": {
"author": {
"type": "string"
},
"authorEmail": {
"type": "string"
},
"directUrlOrigin": {
"$ref": "#/$defs/PythonDirectURLOriginInfo"
},
"files": {
"items": {
"$ref": "#/$defs/PythonFileRecord"
},
"type": "array"
},
"name": {
"type": "string"
},
"platform": {
"type": "string"
},
"sitePackagesRootPath": {
"type": "string"
},
"topLevelPackages": {
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"author",
"authorEmail",
"platform",
"sitePackagesRootPath"
],
"type": "object"
},
"PythonPipRequirementsEntry": {
"properties": {
"extras": {
"items": {
"type": "string"
},
"type": "array"
},
"markers": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"versionConstraint": {
"type": "string"
}
},
"required": [
"name",
"versionConstraint"
],
"type": "object"
},
"PythonPipfileLockEntry": {
"properties": {
"hashes": {
"items": {
"type": "string"
},
"type": "array"
},
"index": {
"type": "string"
}
},
"required": [
"hashes",
"index"
],
"type": "object"
},
"RDescription": {
"properties": {
"author": {
"type": "string"
},
"built": {
"type": "string"
},
"depends": {
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"type": "string"
},
"imports": {
"items": {
"type": "string"
},
"type": "array"
},
"maintainer": {
"type": "string"
},
"needsCompilation": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"suggests": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Relationship": {
"properties": {
"child": {
"type": "string"
},
"metadata": true,
"parent": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"parent",
"child",
"type"
],
"type": "object"
},
"RpmArchive": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmDbEntry": {
"properties": {
"architecture": {
"type": "string"
},
"epoch": {
"oneOf": [
{
"type": "integer"
},
{
"type": "null"
}
]
},
"files": {
"items": {
"$ref": "#/$defs/RpmFileRecord"
},
"type": "array"
},
"modularityLabel": {
"type": "string"
},
"name": {
"type": "string"
},
"release": {
"type": "string"
},
"size": {
"type": "integer"
},
"sourceRpm": {
"type": "string"
},
"vendor": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"epoch",
"architecture",
"release",
"sourceRpm",
"size",
"vendor",
"files"
],
"type": "object"
},
"RpmFileRecord": {
"properties": {
"digest": {
"$ref": "#/$defs/Digest"
},
"flags": {
"type": "string"
},
"groupName": {
"type": "string"
},
"mode": {
"type": "integer"
},
"path": {
"type": "string"
},
"size": {
"type": "integer"
},
"userName": {
"type": "string"
}
},
"required": [
"path",
"mode",
"size",
"digest",
"userName",
"groupName",
"flags"
],
"type": "object"
},
"RubyGemspec": {
"properties": {
"authors": {
"items": {
"type": "string"
},
"type": "array"
},
"files": {
"items": {
"type": "string"
},
"type": "array"
},
"homepage": {
"type": "string"
},
"name": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version"
],
"type": "object"
},
"RustCargoAuditEntry": {
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source"
],
"type": "object"
},
"RustCargoLockEntry": {
"properties": {
"checksum": {
"type": "string"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"source",
"checksum",
"dependencies"
],
"type": "object"
},
"Schema": {
"properties": {
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"url"
],
"type": "object"
},
"Source": {
"properties": {
"id": {
"type": "string"
},
"metadata": true,
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"id",
"name",
"version",
"type",
"metadata"
],
"type": "object"
},
"SwiftPackageManagerLockEntry": {
"properties": {
"revision": {
"type": "string"
}
},
"required": [
"revision"
],
"type": "object"
},
"licenses": {
"items": {
"$ref": "#/$defs/License"
},
"type": "array"
}
},
"$id": "anchore.io/schema/syft/json/15.0.0/document",
"$ref": "#/$defs/Document",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | Apache-2.0 | en |
anchore/vunnel | 2debb42a7f1484033d390a276eb92620dc1796e1 | 2024-02-06T19:23:14 | schema/vulnerability/osv/schema-1.6.1.json | 62 | 2024-05-27T06:03:55.204159Z | {
"$defs": {
"severity": {
"items": {
"properties": {
"score": {
"type": "string"
},
"type": {
"enum": [
"CVSS_V2",
"CVSS_V3",
"CVSS_V4"
],
"type": "string"
}
},
"required": [
"type",
"score"
],
"type": "object"
},
"type": [
"array",
"null"
]
},
"timestamp": {
"format": "date-time",
"pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]+)?Z",
"type": "string"
}
},
"$id": "https://raw.githubusercontent.com/ossf/osv-schema/main/validation/schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A schema for describing a vulnerability in an open source package.",
"properties": {
"affected": {
"items": {
"properties": {
"database_specific": {
"type": "object"
},
"ecosystem_specific": {
"type": "object"
},
"package": {
"properties": {
"ecosystem": {
"type": "string"
},
"name": {
"type": "string"
},
"purl": {
"type": "string"
}
},
"required": [
"ecosystem",
"name"
],
"type": "object"
},
"ranges": {
"items": {
"allOf": [
{
"if": {
"properties": {
"type": {
"const": "GIT"
}
}
},
"then": {
"required": [
"repo"
]
}
},
{
"if": {
"properties": {
"events": {
"contains": {
"required": [
"last_affected"
]
}
}
}
},
"then": {
"not": {
"properties": {
"events": {
"contains": {
"required": [
"fixed"
]
}
}
}
}
}
}
],
"properties": {
"database_specific": {
"type": "object"
},
"events": {
"contains": {
"required": [
"introduced"
]
},
"items": {
"oneOf": [
{
"properties": {
"introduced": {
"type": "string"
}
},
"required": [
"introduced"
],
"type": "object"
},
{
"properties": {
"fixed": {
"type": "string"
}
},
"required": [
"fixed"
],
"type": "object"
},
{
"properties": {
"last_affected": {
"type": "string"
}
},
"required": [
"last_affected"
],
"type": "object"
},
{
"properties": {
"limit": {
"type": "string"
}
},
"required": [
"limit"
],
"type": "object"
}
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"repo": {
"type": "string"
},
"type": {
"enum": [
"GIT",
"SEMVER",
"ECOSYSTEM"
],
"type": "string"
}
},
"required": [
"type",
"events"
],
"type": "object"
},
"type": "array"
},
"severity": {
"$ref": "#/$defs/severity"
},
"versions": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": [
"array",
"null"
]
},
"aliases": {
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"credits": {
"items": {
"properties": {
"contact": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"type": {
"enum": [
"FINDER",
"REPORTER",
"ANALYST",
"COORDINATOR",
"REMEDIATION_DEVELOPER",
"REMEDIATION_REVIEWER",
"REMEDIATION_VERIFIER",
"TOOL",
"SPONSOR",
"OTHER"
],
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": "array"
},
"database_specific": {
"type": "object"
},
"details": {
"type": "string"
},
"id": {
"type": "string"
},
"modified": {
"$ref": "#/$defs/timestamp"
},
"published": {
"$ref": "#/$defs/timestamp"
},
"references": {
"items": {
"properties": {
"type": {
"enum": [
"ADVISORY",
"ARTICLE",
"DETECTION",
"DISCUSSION",
"REPORT",
"FIX",
"INTRODUCED",
"GIT",
"PACKAGE",
"EVIDENCE",
"WEB"
],
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"type",
"url"
],
"type": "object"
},
"type": [
"array",
"null"
]
},
"related": {
"items": {
"type": "string"
},
"type": "array"
},
"schema_version": {
"type": "string"
},
"severity": {
"$ref": "#/$defs/severity"
},
"summary": {
"type": "string"
},
"withdrawn": {
"$ref": "#/$defs/timestamp"
}
},
"required": [
"id",
"modified"
],
"title": "Open Source Vulnerability",
"type": "object"
} | Apache-2.0 | en |
anchore/vunnel | 4abf13ab9443eca850857b955c336c3182478c3d | 2022-12-13T17:08:08 | schema/match-exclusion/schema-1.0.0.json | 62 | 2024-05-27T06:03:55.204159Z | {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "records to exclude matches on vulnerability records downstream in grype",
"properties": {
"constraints": {
"items": [
{
"properties": {
"ecosystem_constraints": {
"items": [
{
"properties": {
"language": {
"type": "string"
},
"package_constraints": {
"items": [
{
"properties": {
"package_name": {
"type": "string"
}
},
"required": [
"package_name"
],
"type": "object"
}
],
"type": "array"
}
},
"required": [
"language",
"package_constraints"
],
"type": "object"
}
],
"type": "array"
}
},
"required": [
"ecosystem_constraints"
],
"type": "object"
}
],
"type": "array"
},
"id": {
"type": "string"
},
"justification": {
"type": "string"
}
},
"required": [
"id",
"constraints",
"justification"
],
"title": "match-exclusions",
"type": "object"
} | Apache-2.0 | en |
anchore/vunnel | 7938f4024eea07737ab65d5959bbdf0b0a1381a7 | 2023-02-28T23:23:40 | schema/match-exclusion/schema-1.0.0.json | 62 | 2024-05-27T06:03:55.204159Z | {
"$defs": {
"exclusion": {
"additionalProperties": false,
"properties": {
"constraints": {
"items": {
"$ref": "#/$defs/exclusion_constraint"
},
"type": "array"
},
"justification": {
"type": "string"
}
},
"required": [
"justification"
],
"type": "object"
},
"exclusion_constraint": {
"additionalProperties": false,
"properties": {
"namespaces": {
"items": {
"enum": [
"nvd:cpe",
"github:language:python"
],
"type": "string"
},
"type": "array"
},
"packages": {
"items": {
"$ref": "#/$defs/package_exclusion_constraint"
},
"type": "array"
}
},
"type": "object"
},
"package_exclusion_constraint": {
"additionalProperties": false,
"properties": {
"language": {
"description": "The language of a package as defined by syft with the valid values coming from: https://github.com/anchore/syft/blob/586d3fe77f32d202408bd2b7b179b88dfd0a6455/syft/pkg/language.go#L14-L26",
"enum": [
"java",
"javascript",
"python",
"php",
"ruby",
"go",
"rust",
"dart",
"dotnet",
"swift",
"c++",
"haskell"
],
"type": "string"
},
"locations": {
"description": "locations which should be excluded. glob patterns are supported as noted in https://github.com/anchore/grype#specifying-matches-to-ignore",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"type": {
"description": "The type of a package as defined by syft with the valid values coming from: https://github.com/anchore/syft/blob/586d3fe77f32d202408bd2b7b179b88dfd0a6455/syft/pkg/type.go#L10-L29",
"enum": [
"apk",
"alpm",
"python",
"gem",
"deb",
"rpm",
"npm",
"python",
"php-composer",
"java-archive",
"jenkins-plugin",
"go-module",
"rust-crate",
"msrc-kb",
"dart-pub",
"dotnet",
"pod",
"conan",
"portage",
"hackage",
"binary"
],
"type": "string"
},
"versions": {
"description": "Versions of the package which should be excluded. Versions ranges are not supported",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "describes an anchore vulnerability match exclusion record",
"properties": {
"exclusions": {
"items": {
"$ref": "#/$defs/exclusion"
},
"type": "array"
},
"id": {
"pattern": "^(CVE|GHSA)-*",
"type": "string"
}
},
"required": [
"id",
"exclusions"
],
"title": "anchore-match-exclusion",
"type": "object"
} | Apache-2.0 | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/extensions/pymdownx.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/",
"oneOf": [
{
"oneOf": [
{
"additionalProperties": false,
"properties": {
"pymdownx.arithmatex": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#arithmatex",
"properties": {
"generic": {
"default": true,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/#options",
"type": "boolean"
}
},
"title": "Arithmatex \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
},
{
"enum": [
"pymdownx.arithmatex"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#arithmatex",
"title": "Arithmatex \u2013 Python Markdown Extensions"
}
]
},
{
"oneOf": [
{
"additionalProperties": false,
"properties": {
"pymdownx.betterem": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#betterem",
"properties": {
"smart_enable": {
"default": "all",
"enum": [
"all",
"asterisk",
"underscore",
"none"
],
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/betterem/#options",
"type": "string"
}
},
"title": "BetterEm \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
},
{
"enum": [
"pymdownx.betterem"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#betterem",
"title": "BetterEm \u2013 Python Markdown Extensions"
}
]
},
{
"oneOf": [
{
"enum": [
"pymdownx.caret"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde",
"title": "Caret \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.caret": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde",
"properties": {
"insert": {
"default": true,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options",
"type": "boolean"
},
"smart_insert": {
"default": true,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options",
"type": "boolean"
},
"superscript": {
"default": true,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/caret/#options",
"type": "boolean"
}
},
"title": "Caret \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
}
]
},
{
"oneOf": [
{
"enum": [
"pymdownx.critic"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#critic",
"title": "Critic \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.critic": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#critic",
"properties": {
"mode": {
"enum": [
"view",
"accept",
"reject"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#critic-mode"
}
},
"title": "Critic \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
}
]
},
{
"enum": [
"pymdownx.details"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#details",
"title": "Details \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.emoji": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji",
"properties": {
"emoji_generator": {
"default": "!!python/name:materialx.emoji.to_svg",
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/emoji/#options",
"type": "string"
},
"emoji_index": {
"default": "!!python/name:materialx.emoji.twemoji",
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/emoji/#options",
"type": "string"
},
"options": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#custom-icons",
"properties": {
"custom_icons": {
"items": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#custom-icons",
"type": "string"
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#custom-icons",
"minItems": 1,
"type": "array",
"uniqueItems": true
}
},
"type": "object"
}
},
"required": [
"emoji_generator",
"emoji_index"
],
"title": "Emoji \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
},
{
"oneOf": [
{
"enum": [
"pymdownx.highlight"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight",
"title": "Highlight \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.highlight": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight",
"properties": {
"anchor_linenums": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight-anchor-linenums",
"type": "boolean"
},
"auto_title": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight-auto-title",
"type": "boolean"
},
"auto_title_map": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/highlight/#options",
"type": "object"
},
"linenums": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight-linenums",
"type": "boolean"
},
"linenums_style": {
"enum": [
"inline",
"pymdownx-inline",
"table"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight-linenums-style"
},
"use_pygments": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight-use-pygments",
"type": "boolean"
}
},
"title": "Highlight \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
}
]
},
{
"enum": [
"pymdownx.inlinehilite"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#inlinehilite",
"title": "InlineHilite \u2013 Python Markdown Extensions"
},
{
"oneOf": [
{
"enum": [
"pymdownx.keys"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#keys",
"title": "Keys \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.keys": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#keys",
"properties": {
"camel_case": {
"default": false,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"key_map": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "object"
},
"separator": {
"default": "+",
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "string"
},
"strict": {
"default": false,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
}
},
"title": "Keys \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
}
]
},
{
"additionalProperties": false,
"properties": {
"pymdownx.magiclink": {
"additionalProperties": false,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/",
"properties": {
"repo": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options",
"type": "string"
},
"repo_url_shorthand": {
"default": true,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options",
"type": "boolean"
},
"user": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/magiclink/#options",
"type": "string"
}
},
"required": [
"user",
"repo"
],
"title": "MagicLink \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
},
{
"oneOf": [
{
"enum": [
"pymdownx.mark"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde",
"title": "Mark \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.mark": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde",
"properties": {
"smart_mark": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
}
},
"title": "Mark \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
}
]
},
{
"oneOf": [
{
"enum": [
"pymdownx.smartsymbols"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#smartsymbols",
"title": "SmartSymbols \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.smartsymbols": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#smartsymbols",
"properties": {
"arrows": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"care_of": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"copyright": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"fractions": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"notequal": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"ordinal_numbers": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"plusminus": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"registered": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"smart_mark": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
},
"trademark": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/mark/#options",
"type": "boolean"
}
},
"title": "SmartSymbols \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
}
]
},
{
"oneOf": [
{
"additionalProperties": false,
"properties": {
"pymdownx.snippets": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets",
"properties": {
"auto_append": {
"items": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
"type": "string"
},
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
"minItems": 1,
"type": "array",
"uniqueItems": true
},
"base_path": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
"type": "string"
},
"check_paths": {
"default": true,
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
"type": "boolean"
}
},
"title": "Snippets \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
},
{
"enum": [
"pymdownx.snippets"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets",
"title": "Snippets \u2013 Python Markdown Extensions"
}
]
},
{
"oneOf": [
{
"enum": [
"pymdownx.superfences"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences",
"title": "SuperFences \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.superfences": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences",
"properties": {
"custom_fences": {
"items": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences-custom-fences",
"properties": {
"class": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences",
"type": "string"
},
"format": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences",
"type": "string"
},
"name": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#custom-fences",
"type": "string"
}
},
"type": "object"
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences-custom-fences",
"minItems": 1,
"type": "array"
}
},
"title": "SuperFences \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
}
]
},
{
"additionalProperties": false,
"properties": {
"pymdownx.tabbed": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tabbed",
"properties": {
"alternate_style": {
"default": true,
"enum": [
true
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tabbed-alternate-style",
"type": "boolean"
}
},
"required": [
"alternate_style"
],
"title": "Tabbed \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.tasklist": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist",
"properties": {
"clickable_checkbox": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist-clickable-checkbox",
"type": "boolean"
},
"custom_checkbox": {
"default": true,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist-custom-checkbox",
"type": "boolean"
}
},
"title": "Tasklist \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
},
{
"oneOf": [
{
"enum": [
"pymdownx.tilde"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde",
"title": "Tilde \u2013 Python Markdown Extensions"
},
{
"additionalProperties": false,
"properties": {
"pymdownx.tilde": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#caret-mark-tilde",
"properties": {
"delete": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options",
"type": "boolean"
},
"smart_delete": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options",
"type": "boolean"
},
"subscript": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/tilde/#options",
"type": "boolean"
}
},
"title": "Tilde \u2013 Python Markdown Extensions",
"type": "object"
}
},
"type": "object"
}
]
}
],
"title": "Markdown extensions"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/plugins/tags.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"tags"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/"
},
{
"additionalProperties": false,
"properties": {
"tags": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/",
"properties": {
"tags_file": {
"default": "tags.md",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tags-file",
"pattern": "\\.md$",
"title": "Markdown file to render tags index"
}
},
"type": "object"
}
},
"type": "object"
}
],
"title": "Built-in tags plugin"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/assets/fonts.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"markdownDescription": "https://fonts.google.com/",
"oneOf": [
{
"enum": [
"ABeeZee"
],
"markdownDescription": "https://fonts.google.com/specimen/ABeeZee",
"title": "ABeeZee"
},
{
"enum": [
"Abel"
],
"markdownDescription": "https://fonts.google.com/specimen/Abel",
"title": "Abel"
},
{
"enum": [
"Abhaya Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Abhaya+Libre",
"title": "Abhaya Libre"
},
{
"enum": [
"Abril Fatface"
],
"markdownDescription": "https://fonts.google.com/specimen/Abril+Fatface",
"title": "Abril Fatface"
},
{
"enum": [
"Aclonica"
],
"markdownDescription": "https://fonts.google.com/specimen/Aclonica",
"title": "Aclonica"
},
{
"enum": [
"Acme"
],
"markdownDescription": "https://fonts.google.com/specimen/Acme",
"title": "Acme"
},
{
"enum": [
"Actor"
],
"markdownDescription": "https://fonts.google.com/specimen/Actor",
"title": "Actor"
},
{
"enum": [
"Adamina"
],
"markdownDescription": "https://fonts.google.com/specimen/Adamina",
"title": "Adamina"
},
{
"enum": [
"Advent Pro"
],
"markdownDescription": "https://fonts.google.com/specimen/Advent+Pro",
"title": "Advent Pro"
},
{
"enum": [
"Aguafina Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Aguafina+Script",
"title": "Aguafina Script"
},
{
"enum": [
"Akronim"
],
"markdownDescription": "https://fonts.google.com/specimen/Akronim",
"title": "Akronim"
},
{
"enum": [
"Aladin"
],
"markdownDescription": "https://fonts.google.com/specimen/Aladin",
"title": "Aladin"
},
{
"enum": [
"Alata"
],
"markdownDescription": "https://fonts.google.com/specimen/Alata",
"title": "Alata"
},
{
"enum": [
"Alatsi"
],
"markdownDescription": "https://fonts.google.com/specimen/Alatsi",
"title": "Alatsi"
},
{
"enum": [
"Aldrich"
],
"markdownDescription": "https://fonts.google.com/specimen/Aldrich",
"title": "Aldrich"
},
{
"enum": [
"Alef"
],
"markdownDescription": "https://fonts.google.com/specimen/Alef",
"title": "Alef"
},
{
"enum": [
"Alegreya"
],
"markdownDescription": "https://fonts.google.com/specimen/Alegreya",
"title": "Alegreya"
},
{
"enum": [
"Alegreya SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Alegreya+SC",
"title": "Alegreya SC"
},
{
"enum": [
"Alegreya Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Alegreya+Sans",
"title": "Alegreya Sans"
},
{
"enum": [
"Alegreya Sans SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Alegreya+Sans+SC",
"title": "Alegreya Sans SC"
},
{
"enum": [
"Aleo"
],
"markdownDescription": "https://fonts.google.com/specimen/Aleo",
"title": "Aleo"
},
{
"enum": [
"Alex Brush"
],
"markdownDescription": "https://fonts.google.com/specimen/Alex+Brush",
"title": "Alex Brush"
},
{
"enum": [
"Alfa Slab One"
],
"markdownDescription": "https://fonts.google.com/specimen/Alfa+Slab+One",
"title": "Alfa Slab One"
},
{
"enum": [
"Alice"
],
"markdownDescription": "https://fonts.google.com/specimen/Alice",
"title": "Alice"
},
{
"enum": [
"Alike"
],
"markdownDescription": "https://fonts.google.com/specimen/Alike",
"title": "Alike"
},
{
"enum": [
"Alike Angular"
],
"markdownDescription": "https://fonts.google.com/specimen/Alike+Angular",
"title": "Alike Angular"
},
{
"enum": [
"Allan"
],
"markdownDescription": "https://fonts.google.com/specimen/Allan",
"title": "Allan"
},
{
"enum": [
"Allerta"
],
"markdownDescription": "https://fonts.google.com/specimen/Allerta",
"title": "Allerta"
},
{
"enum": [
"Allerta Stencil"
],
"markdownDescription": "https://fonts.google.com/specimen/Allerta+Stencil",
"title": "Allerta Stencil"
},
{
"enum": [
"Allura"
],
"markdownDescription": "https://fonts.google.com/specimen/Allura",
"title": "Allura"
},
{
"enum": [
"Almarai"
],
"markdownDescription": "https://fonts.google.com/specimen/Almarai",
"title": "Almarai"
},
{
"enum": [
"Almendra"
],
"markdownDescription": "https://fonts.google.com/specimen/Almendra",
"title": "Almendra"
},
{
"enum": [
"Almendra Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Almendra+Display",
"title": "Almendra Display"
},
{
"enum": [
"Almendra SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Almendra+SC",
"title": "Almendra SC"
},
{
"enum": [
"Amarante"
],
"markdownDescription": "https://fonts.google.com/specimen/Amarante",
"title": "Amarante"
},
{
"enum": [
"Amaranth"
],
"markdownDescription": "https://fonts.google.com/specimen/Amaranth",
"title": "Amaranth"
},
{
"enum": [
"Amatic SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Amatic+SC",
"title": "Amatic SC"
},
{
"enum": [
"Amethysta"
],
"markdownDescription": "https://fonts.google.com/specimen/Amethysta",
"title": "Amethysta"
},
{
"enum": [
"Amiko"
],
"markdownDescription": "https://fonts.google.com/specimen/Amiko",
"title": "Amiko"
},
{
"enum": [
"Amiri"
],
"markdownDescription": "https://fonts.google.com/specimen/Amiri",
"title": "Amiri"
},
{
"enum": [
"Amita"
],
"markdownDescription": "https://fonts.google.com/specimen/Amita",
"title": "Amita"
},
{
"enum": [
"Anaheim"
],
"markdownDescription": "https://fonts.google.com/specimen/Anaheim",
"title": "Anaheim"
},
{
"enum": [
"Andada"
],
"markdownDescription": "https://fonts.google.com/specimen/Andada",
"title": "Andada"
},
{
"enum": [
"Andika"
],
"markdownDescription": "https://fonts.google.com/specimen/Andika",
"title": "Andika"
},
{
"enum": [
"Angkor"
],
"markdownDescription": "https://fonts.google.com/specimen/Angkor",
"title": "Angkor"
},
{
"enum": [
"Annie Use Your Telescope"
],
"markdownDescription": "https://fonts.google.com/specimen/Annie+Use+Your+Telescope",
"title": "Annie Use Your Telescope"
},
{
"enum": [
"Anonymous Pro"
],
"markdownDescription": "https://fonts.google.com/specimen/Anonymous+Pro",
"title": "Anonymous Pro"
},
{
"enum": [
"Antic"
],
"markdownDescription": "https://fonts.google.com/specimen/Antic",
"title": "Antic"
},
{
"enum": [
"Antic Didone"
],
"markdownDescription": "https://fonts.google.com/specimen/Antic+Didone",
"title": "Antic Didone"
},
{
"enum": [
"Antic Slab"
],
"markdownDescription": "https://fonts.google.com/specimen/Antic+Slab",
"title": "Antic Slab"
},
{
"enum": [
"Anton"
],
"markdownDescription": "https://fonts.google.com/specimen/Anton",
"title": "Anton"
},
{
"enum": [
"Arapey"
],
"markdownDescription": "https://fonts.google.com/specimen/Arapey",
"title": "Arapey"
},
{
"enum": [
"Arbutus"
],
"markdownDescription": "https://fonts.google.com/specimen/Arbutus",
"title": "Arbutus"
},
{
"enum": [
"Arbutus Slab"
],
"markdownDescription": "https://fonts.google.com/specimen/Arbutus+Slab",
"title": "Arbutus Slab"
},
{
"enum": [
"Architects Daughter"
],
"markdownDescription": "https://fonts.google.com/specimen/Architects+Daughter",
"title": "Architects Daughter"
},
{
"enum": [
"Archivo"
],
"markdownDescription": "https://fonts.google.com/specimen/Archivo",
"title": "Archivo"
},
{
"enum": [
"Archivo Black"
],
"markdownDescription": "https://fonts.google.com/specimen/Archivo+Black",
"title": "Archivo Black"
},
{
"enum": [
"Archivo Narrow"
],
"markdownDescription": "https://fonts.google.com/specimen/Archivo+Narrow",
"title": "Archivo Narrow"
},
{
"enum": [
"Aref Ruqaa"
],
"markdownDescription": "https://fonts.google.com/specimen/Aref+Ruqaa",
"title": "Aref Ruqaa"
},
{
"enum": [
"Arima Madurai"
],
"markdownDescription": "https://fonts.google.com/specimen/Arima+Madurai",
"title": "Arima Madurai"
},
{
"enum": [
"Arimo"
],
"markdownDescription": "https://fonts.google.com/specimen/Arimo",
"title": "Arimo"
},
{
"enum": [
"Arizonia"
],
"markdownDescription": "https://fonts.google.com/specimen/Arizonia",
"title": "Arizonia"
},
{
"enum": [
"Armata"
],
"markdownDescription": "https://fonts.google.com/specimen/Armata",
"title": "Armata"
},
{
"enum": [
"Arsenal"
],
"markdownDescription": "https://fonts.google.com/specimen/Arsenal",
"title": "Arsenal"
},
{
"enum": [
"Artifika"
],
"markdownDescription": "https://fonts.google.com/specimen/Artifika",
"title": "Artifika"
},
{
"enum": [
"Arvo"
],
"markdownDescription": "https://fonts.google.com/specimen/Arvo",
"title": "Arvo"
},
{
"enum": [
"Arya"
],
"markdownDescription": "https://fonts.google.com/specimen/Arya",
"title": "Arya"
},
{
"enum": [
"Asap"
],
"markdownDescription": "https://fonts.google.com/specimen/Asap",
"title": "Asap"
},
{
"enum": [
"Asap Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Asap+Condensed",
"title": "Asap Condensed"
},
{
"enum": [
"Asar"
],
"markdownDescription": "https://fonts.google.com/specimen/Asar",
"title": "Asar"
},
{
"enum": [
"Asset"
],
"markdownDescription": "https://fonts.google.com/specimen/Asset",
"title": "Asset"
},
{
"enum": [
"Assistant"
],
"markdownDescription": "https://fonts.google.com/specimen/Assistant",
"title": "Assistant"
},
{
"enum": [
"Astloch"
],
"markdownDescription": "https://fonts.google.com/specimen/Astloch",
"title": "Astloch"
},
{
"enum": [
"Asul"
],
"markdownDescription": "https://fonts.google.com/specimen/Asul",
"title": "Asul"
},
{
"enum": [
"Athiti"
],
"markdownDescription": "https://fonts.google.com/specimen/Athiti",
"title": "Athiti"
},
{
"enum": [
"Atma"
],
"markdownDescription": "https://fonts.google.com/specimen/Atma",
"title": "Atma"
},
{
"enum": [
"Atomic Age"
],
"markdownDescription": "https://fonts.google.com/specimen/Atomic+Age",
"title": "Atomic Age"
},
{
"enum": [
"Aubrey"
],
"markdownDescription": "https://fonts.google.com/specimen/Aubrey",
"title": "Aubrey"
},
{
"enum": [
"Audiowide"
],
"markdownDescription": "https://fonts.google.com/specimen/Audiowide",
"title": "Audiowide"
},
{
"enum": [
"Autour One"
],
"markdownDescription": "https://fonts.google.com/specimen/Autour+One",
"title": "Autour One"
},
{
"enum": [
"Average"
],
"markdownDescription": "https://fonts.google.com/specimen/Average",
"title": "Average"
},
{
"enum": [
"Average Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Average+Sans",
"title": "Average Sans"
},
{
"enum": [
"Averia Gruesa Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Averia+Gruesa+Libre",
"title": "Averia Gruesa Libre"
},
{
"enum": [
"Averia Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Averia+Libre",
"title": "Averia Libre"
},
{
"enum": [
"Averia Sans Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Averia+Sans+Libre",
"title": "Averia Sans Libre"
},
{
"enum": [
"Averia Serif Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Averia+Serif+Libre",
"title": "Averia Serif Libre"
},
{
"enum": [
"B612"
],
"markdownDescription": "https://fonts.google.com/specimen/B612",
"title": "B612"
},
{
"enum": [
"B612 Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/B612+Mono",
"title": "B612 Mono"
},
{
"enum": [
"Bad Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Bad+Script",
"title": "Bad Script"
},
{
"enum": [
"Bahiana"
],
"markdownDescription": "https://fonts.google.com/specimen/Bahiana",
"title": "Bahiana"
},
{
"enum": [
"Bahianita"
],
"markdownDescription": "https://fonts.google.com/specimen/Bahianita",
"title": "Bahianita"
},
{
"enum": [
"Bai Jamjuree"
],
"markdownDescription": "https://fonts.google.com/specimen/Bai+Jamjuree",
"title": "Bai Jamjuree"
},
{
"enum": [
"Baloo 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+2",
"title": "Baloo 2"
},
{
"enum": [
"Baloo Bhai 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+Bhai+2",
"title": "Baloo Bhai 2"
},
{
"enum": [
"Baloo Bhaina 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+Bhaina+2",
"title": "Baloo Bhaina 2"
},
{
"enum": [
"Baloo Chettan 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+Chettan+2",
"title": "Baloo Chettan 2"
},
{
"enum": [
"Baloo Da 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+Da+2",
"title": "Baloo Da 2"
},
{
"enum": [
"Baloo Paaji 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+Paaji+2",
"title": "Baloo Paaji 2"
},
{
"enum": [
"Baloo Tamma 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+Tamma+2",
"title": "Baloo Tamma 2"
},
{
"enum": [
"Baloo Tammudu 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+Tammudu+2",
"title": "Baloo Tammudu 2"
},
{
"enum": [
"Baloo Thambi 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Baloo+Thambi+2",
"title": "Baloo Thambi 2"
},
{
"enum": [
"Balsamiq Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Balsamiq+Sans",
"title": "Balsamiq Sans"
},
{
"enum": [
"Balthazar"
],
"markdownDescription": "https://fonts.google.com/specimen/Balthazar",
"title": "Balthazar"
},
{
"enum": [
"Bangers"
],
"markdownDescription": "https://fonts.google.com/specimen/Bangers",
"title": "Bangers"
},
{
"enum": [
"Barlow"
],
"markdownDescription": "https://fonts.google.com/specimen/Barlow",
"title": "Barlow"
},
{
"enum": [
"Barlow Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Barlow+Condensed",
"title": "Barlow Condensed"
},
{
"enum": [
"Barlow Semi Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Barlow+Semi+Condensed",
"title": "Barlow Semi Condensed"
},
{
"enum": [
"Barriecito"
],
"markdownDescription": "https://fonts.google.com/specimen/Barriecito",
"title": "Barriecito"
},
{
"enum": [
"Barrio"
],
"markdownDescription": "https://fonts.google.com/specimen/Barrio",
"title": "Barrio"
},
{
"enum": [
"Basic"
],
"markdownDescription": "https://fonts.google.com/specimen/Basic",
"title": "Basic"
},
{
"enum": [
"Baskervville"
],
"markdownDescription": "https://fonts.google.com/specimen/Baskervville",
"title": "Baskervville"
},
{
"enum": [
"Battambang"
],
"markdownDescription": "https://fonts.google.com/specimen/Battambang",
"title": "Battambang"
},
{
"enum": [
"Baumans"
],
"markdownDescription": "https://fonts.google.com/specimen/Baumans",
"title": "Baumans"
},
{
"enum": [
"Bayon"
],
"markdownDescription": "https://fonts.google.com/specimen/Bayon",
"title": "Bayon"
},
{
"enum": [
"Be Vietnam"
],
"markdownDescription": "https://fonts.google.com/specimen/Be+Vietnam",
"title": "Be Vietnam"
},
{
"enum": [
"Bebas Neue"
],
"markdownDescription": "https://fonts.google.com/specimen/Bebas+Neue",
"title": "Bebas Neue"
},
{
"enum": [
"Belgrano"
],
"markdownDescription": "https://fonts.google.com/specimen/Belgrano",
"title": "Belgrano"
},
{
"enum": [
"Bellefair"
],
"markdownDescription": "https://fonts.google.com/specimen/Bellefair",
"title": "Bellefair"
},
{
"enum": [
"Belleza"
],
"markdownDescription": "https://fonts.google.com/specimen/Belleza",
"title": "Belleza"
},
{
"enum": [
"Bellota"
],
"markdownDescription": "https://fonts.google.com/specimen/Bellota",
"title": "Bellota"
},
{
"enum": [
"Bellota Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Bellota+Text",
"title": "Bellota Text"
},
{
"enum": [
"BenchNine"
],
"markdownDescription": "https://fonts.google.com/specimen/BenchNine",
"title": "BenchNine"
},
{
"enum": [
"Bentham"
],
"markdownDescription": "https://fonts.google.com/specimen/Bentham",
"title": "Bentham"
},
{
"enum": [
"Berkshire Swash"
],
"markdownDescription": "https://fonts.google.com/specimen/Berkshire+Swash",
"title": "Berkshire Swash"
},
{
"enum": [
"Beth Ellen"
],
"markdownDescription": "https://fonts.google.com/specimen/Beth+Ellen",
"title": "Beth Ellen"
},
{
"enum": [
"Bevan"
],
"markdownDescription": "https://fonts.google.com/specimen/Bevan",
"title": "Bevan"
},
{
"enum": [
"Big Shoulders Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Display",
"title": "Big Shoulders Display"
},
{
"enum": [
"Big Shoulders Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Big+Shoulders+Text",
"title": "Big Shoulders Text"
},
{
"enum": [
"Bigelow Rules"
],
"markdownDescription": "https://fonts.google.com/specimen/Bigelow+Rules",
"title": "Bigelow Rules"
},
{
"enum": [
"Bigshot One"
],
"markdownDescription": "https://fonts.google.com/specimen/Bigshot+One",
"title": "Bigshot One"
},
{
"enum": [
"Bilbo"
],
"markdownDescription": "https://fonts.google.com/specimen/Bilbo",
"title": "Bilbo"
},
{
"enum": [
"Bilbo Swash Caps"
],
"markdownDescription": "https://fonts.google.com/specimen/Bilbo+Swash+Caps",
"title": "Bilbo Swash Caps"
},
{
"enum": [
"BioRhyme"
],
"markdownDescription": "https://fonts.google.com/specimen/BioRhyme",
"title": "BioRhyme"
},
{
"enum": [
"BioRhyme Expanded"
],
"markdownDescription": "https://fonts.google.com/specimen/BioRhyme+Expanded",
"title": "BioRhyme Expanded"
},
{
"enum": [
"Biryani"
],
"markdownDescription": "https://fonts.google.com/specimen/Biryani",
"title": "Biryani"
},
{
"enum": [
"Bitter"
],
"markdownDescription": "https://fonts.google.com/specimen/Bitter",
"title": "Bitter"
},
{
"enum": [
"Black And White Picture"
],
"markdownDescription": "https://fonts.google.com/specimen/Black+And+White+Picture",
"title": "Black And White Picture"
},
{
"enum": [
"Black Han Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Black+Han+Sans",
"title": "Black Han Sans"
},
{
"enum": [
"Black Ops One"
],
"markdownDescription": "https://fonts.google.com/specimen/Black+Ops+One",
"title": "Black Ops One"
},
{
"enum": [
"Blinker"
],
"markdownDescription": "https://fonts.google.com/specimen/Blinker",
"title": "Blinker"
},
{
"enum": [
"Bokor"
],
"markdownDescription": "https://fonts.google.com/specimen/Bokor",
"title": "Bokor"
},
{
"enum": [
"Bonbon"
],
"markdownDescription": "https://fonts.google.com/specimen/Bonbon",
"title": "Bonbon"
},
{
"enum": [
"Boogaloo"
],
"markdownDescription": "https://fonts.google.com/specimen/Boogaloo",
"title": "Boogaloo"
},
{
"enum": [
"Bowlby One"
],
"markdownDescription": "https://fonts.google.com/specimen/Bowlby+One",
"title": "Bowlby One"
},
{
"enum": [
"Bowlby One SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Bowlby+One+SC",
"title": "Bowlby One SC"
},
{
"enum": [
"Brawler"
],
"markdownDescription": "https://fonts.google.com/specimen/Brawler",
"title": "Brawler"
},
{
"enum": [
"Bree Serif"
],
"markdownDescription": "https://fonts.google.com/specimen/Bree+Serif",
"title": "Bree Serif"
},
{
"enum": [
"Bubblegum Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Bubblegum+Sans",
"title": "Bubblegum Sans"
},
{
"enum": [
"Bubbler One"
],
"markdownDescription": "https://fonts.google.com/specimen/Bubbler+One",
"title": "Bubbler One"
},
{
"enum": [
"Buda"
],
"markdownDescription": "https://fonts.google.com/specimen/Buda",
"title": "Buda"
},
{
"enum": [
"Buenard"
],
"markdownDescription": "https://fonts.google.com/specimen/Buenard",
"title": "Buenard"
},
{
"enum": [
"Bungee"
],
"markdownDescription": "https://fonts.google.com/specimen/Bungee",
"title": "Bungee"
},
{
"enum": [
"Bungee Hairline"
],
"markdownDescription": "https://fonts.google.com/specimen/Bungee+Hairline",
"title": "Bungee Hairline"
},
{
"enum": [
"Bungee Inline"
],
"markdownDescription": "https://fonts.google.com/specimen/Bungee+Inline",
"title": "Bungee Inline"
},
{
"enum": [
"Bungee Outline"
],
"markdownDescription": "https://fonts.google.com/specimen/Bungee+Outline",
"title": "Bungee Outline"
},
{
"enum": [
"Bungee Shade"
],
"markdownDescription": "https://fonts.google.com/specimen/Bungee+Shade",
"title": "Bungee Shade"
},
{
"enum": [
"Butcherman"
],
"markdownDescription": "https://fonts.google.com/specimen/Butcherman",
"title": "Butcherman"
},
{
"enum": [
"Butterfly Kids"
],
"markdownDescription": "https://fonts.google.com/specimen/Butterfly+Kids",
"title": "Butterfly Kids"
},
{
"enum": [
"Cabin"
],
"markdownDescription": "https://fonts.google.com/specimen/Cabin",
"title": "Cabin"
},
{
"enum": [
"Cabin Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Cabin+Condensed",
"title": "Cabin Condensed"
},
{
"enum": [
"Cabin Sketch"
],
"markdownDescription": "https://fonts.google.com/specimen/Cabin+Sketch",
"title": "Cabin Sketch"
},
{
"enum": [
"Caesar Dressing"
],
"markdownDescription": "https://fonts.google.com/specimen/Caesar+Dressing",
"title": "Caesar Dressing"
},
{
"enum": [
"Cagliostro"
],
"markdownDescription": "https://fonts.google.com/specimen/Cagliostro",
"title": "Cagliostro"
},
{
"enum": [
"Cairo"
],
"markdownDescription": "https://fonts.google.com/specimen/Cairo",
"title": "Cairo"
},
{
"enum": [
"Caladea"
],
"markdownDescription": "https://fonts.google.com/specimen/Caladea",
"title": "Caladea"
},
{
"enum": [
"Calistoga"
],
"markdownDescription": "https://fonts.google.com/specimen/Calistoga",
"title": "Calistoga"
},
{
"enum": [
"Calligraffitti"
],
"markdownDescription": "https://fonts.google.com/specimen/Calligraffitti",
"title": "Calligraffitti"
},
{
"enum": [
"Cambay"
],
"markdownDescription": "https://fonts.google.com/specimen/Cambay",
"title": "Cambay"
},
{
"enum": [
"Cambo"
],
"markdownDescription": "https://fonts.google.com/specimen/Cambo",
"title": "Cambo"
},
{
"enum": [
"Candal"
],
"markdownDescription": "https://fonts.google.com/specimen/Candal",
"title": "Candal"
},
{
"enum": [
"Cantarell"
],
"markdownDescription": "https://fonts.google.com/specimen/Cantarell",
"title": "Cantarell"
},
{
"enum": [
"Cantata One"
],
"markdownDescription": "https://fonts.google.com/specimen/Cantata+One",
"title": "Cantata One"
},
{
"enum": [
"Cantora One"
],
"markdownDescription": "https://fonts.google.com/specimen/Cantora+One",
"title": "Cantora One"
},
{
"enum": [
"Capriola"
],
"markdownDescription": "https://fonts.google.com/specimen/Capriola",
"title": "Capriola"
},
{
"enum": [
"Cardo"
],
"markdownDescription": "https://fonts.google.com/specimen/Cardo",
"title": "Cardo"
},
{
"enum": [
"Carme"
],
"markdownDescription": "https://fonts.google.com/specimen/Carme",
"title": "Carme"
},
{
"enum": [
"Carrois Gothic"
],
"markdownDescription": "https://fonts.google.com/specimen/Carrois+Gothic",
"title": "Carrois Gothic"
},
{
"enum": [
"Carrois Gothic SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Carrois+Gothic+SC",
"title": "Carrois Gothic SC"
},
{
"enum": [
"Carter One"
],
"markdownDescription": "https://fonts.google.com/specimen/Carter+One",
"title": "Carter One"
},
{
"enum": [
"Catamaran"
],
"markdownDescription": "https://fonts.google.com/specimen/Catamaran",
"title": "Catamaran"
},
{
"enum": [
"Caudex"
],
"markdownDescription": "https://fonts.google.com/specimen/Caudex",
"title": "Caudex"
},
{
"enum": [
"Caveat"
],
"markdownDescription": "https://fonts.google.com/specimen/Caveat",
"title": "Caveat"
},
{
"enum": [
"Caveat Brush"
],
"markdownDescription": "https://fonts.google.com/specimen/Caveat+Brush",
"title": "Caveat Brush"
},
{
"enum": [
"Cedarville Cursive"
],
"markdownDescription": "https://fonts.google.com/specimen/Cedarville+Cursive",
"title": "Cedarville Cursive"
},
{
"enum": [
"Ceviche One"
],
"markdownDescription": "https://fonts.google.com/specimen/Ceviche+One",
"title": "Ceviche One"
},
{
"enum": [
"Chakra Petch"
],
"markdownDescription": "https://fonts.google.com/specimen/Chakra+Petch",
"title": "Chakra Petch"
},
{
"enum": [
"Changa"
],
"markdownDescription": "https://fonts.google.com/specimen/Changa",
"title": "Changa"
},
{
"enum": [
"Changa One"
],
"markdownDescription": "https://fonts.google.com/specimen/Changa+One",
"title": "Changa One"
},
{
"enum": [
"Chango"
],
"markdownDescription": "https://fonts.google.com/specimen/Chango",
"title": "Chango"
},
{
"enum": [
"Charm"
],
"markdownDescription": "https://fonts.google.com/specimen/Charm",
"title": "Charm"
},
{
"enum": [
"Charmonman"
],
"markdownDescription": "https://fonts.google.com/specimen/Charmonman",
"title": "Charmonman"
},
{
"enum": [
"Chathura"
],
"markdownDescription": "https://fonts.google.com/specimen/Chathura",
"title": "Chathura"
},
{
"enum": [
"Chau Philomene One"
],
"markdownDescription": "https://fonts.google.com/specimen/Chau+Philomene+One",
"title": "Chau Philomene One"
},
{
"enum": [
"Chela One"
],
"markdownDescription": "https://fonts.google.com/specimen/Chela+One",
"title": "Chela One"
},
{
"enum": [
"Chelsea Market"
],
"markdownDescription": "https://fonts.google.com/specimen/Chelsea+Market",
"title": "Chelsea Market"
},
{
"enum": [
"Chenla"
],
"markdownDescription": "https://fonts.google.com/specimen/Chenla",
"title": "Chenla"
},
{
"enum": [
"Cherry Cream Soda"
],
"markdownDescription": "https://fonts.google.com/specimen/Cherry+Cream+Soda",
"title": "Cherry Cream Soda"
},
{
"enum": [
"Cherry Swash"
],
"markdownDescription": "https://fonts.google.com/specimen/Cherry+Swash",
"title": "Cherry Swash"
},
{
"enum": [
"Chewy"
],
"markdownDescription": "https://fonts.google.com/specimen/Chewy",
"title": "Chewy"
},
{
"enum": [
"Chicle"
],
"markdownDescription": "https://fonts.google.com/specimen/Chicle",
"title": "Chicle"
},
{
"enum": [
"Chilanka"
],
"markdownDescription": "https://fonts.google.com/specimen/Chilanka",
"title": "Chilanka"
},
{
"enum": [
"Chivo"
],
"markdownDescription": "https://fonts.google.com/specimen/Chivo",
"title": "Chivo"
},
{
"enum": [
"Chonburi"
],
"markdownDescription": "https://fonts.google.com/specimen/Chonburi",
"title": "Chonburi"
},
{
"enum": [
"Cinzel"
],
"markdownDescription": "https://fonts.google.com/specimen/Cinzel",
"title": "Cinzel"
},
{
"enum": [
"Cinzel Decorative"
],
"markdownDescription": "https://fonts.google.com/specimen/Cinzel+Decorative",
"title": "Cinzel Decorative"
},
{
"enum": [
"Clicker Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Clicker+Script",
"title": "Clicker Script"
},
{
"enum": [
"Coda"
],
"markdownDescription": "https://fonts.google.com/specimen/Coda",
"title": "Coda"
},
{
"enum": [
"Coda Caption"
],
"markdownDescription": "https://fonts.google.com/specimen/Coda+Caption",
"title": "Coda Caption"
},
{
"enum": [
"Codystar"
],
"markdownDescription": "https://fonts.google.com/specimen/Codystar",
"title": "Codystar"
},
{
"enum": [
"Coiny"
],
"markdownDescription": "https://fonts.google.com/specimen/Coiny",
"title": "Coiny"
},
{
"enum": [
"Combo"
],
"markdownDescription": "https://fonts.google.com/specimen/Combo",
"title": "Combo"
},
{
"enum": [
"Comfortaa"
],
"markdownDescription": "https://fonts.google.com/specimen/Comfortaa",
"title": "Comfortaa"
},
{
"enum": [
"Comic Neue"
],
"markdownDescription": "https://fonts.google.com/specimen/Comic+Neue",
"title": "Comic Neue"
},
{
"enum": [
"Coming Soon"
],
"markdownDescription": "https://fonts.google.com/specimen/Coming+Soon",
"title": "Coming Soon"
},
{
"enum": [
"Concert One"
],
"markdownDescription": "https://fonts.google.com/specimen/Concert+One",
"title": "Concert One"
},
{
"enum": [
"Condiment"
],
"markdownDescription": "https://fonts.google.com/specimen/Condiment",
"title": "Condiment"
},
{
"enum": [
"Content"
],
"markdownDescription": "https://fonts.google.com/specimen/Content",
"title": "Content"
},
{
"enum": [
"Contrail One"
],
"markdownDescription": "https://fonts.google.com/specimen/Contrail+One",
"title": "Contrail One"
},
{
"enum": [
"Convergence"
],
"markdownDescription": "https://fonts.google.com/specimen/Convergence",
"title": "Convergence"
},
{
"enum": [
"Cookie"
],
"markdownDescription": "https://fonts.google.com/specimen/Cookie",
"title": "Cookie"
},
{
"enum": [
"Copse"
],
"markdownDescription": "https://fonts.google.com/specimen/Copse",
"title": "Copse"
},
{
"enum": [
"Corben"
],
"markdownDescription": "https://fonts.google.com/specimen/Corben",
"title": "Corben"
},
{
"enum": [
"Cormorant"
],
"markdownDescription": "https://fonts.google.com/specimen/Cormorant",
"title": "Cormorant"
},
{
"enum": [
"Cormorant Garamond"
],
"markdownDescription": "https://fonts.google.com/specimen/Cormorant+Garamond",
"title": "Cormorant Garamond"
},
{
"enum": [
"Cormorant Infant"
],
"markdownDescription": "https://fonts.google.com/specimen/Cormorant+Infant",
"title": "Cormorant Infant"
},
{
"enum": [
"Cormorant SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Cormorant+SC",
"title": "Cormorant SC"
},
{
"enum": [
"Cormorant Unicase"
],
"markdownDescription": "https://fonts.google.com/specimen/Cormorant+Unicase",
"title": "Cormorant Unicase"
},
{
"enum": [
"Cormorant Upright"
],
"markdownDescription": "https://fonts.google.com/specimen/Cormorant+Upright",
"title": "Cormorant Upright"
},
{
"enum": [
"Courgette"
],
"markdownDescription": "https://fonts.google.com/specimen/Courgette",
"title": "Courgette"
},
{
"enum": [
"Courier Prime"
],
"markdownDescription": "https://fonts.google.com/specimen/Courier+Prime",
"title": "Courier Prime"
},
{
"enum": [
"Cousine"
],
"markdownDescription": "https://fonts.google.com/specimen/Cousine",
"title": "Cousine"
},
{
"enum": [
"Coustard"
],
"markdownDescription": "https://fonts.google.com/specimen/Coustard",
"title": "Coustard"
},
{
"enum": [
"Covered By Your Grace"
],
"markdownDescription": "https://fonts.google.com/specimen/Covered+By+Your+Grace",
"title": "Covered By Your Grace"
},
{
"enum": [
"Crafty Girls"
],
"markdownDescription": "https://fonts.google.com/specimen/Crafty+Girls",
"title": "Crafty Girls"
},
{
"enum": [
"Creepster"
],
"markdownDescription": "https://fonts.google.com/specimen/Creepster",
"title": "Creepster"
},
{
"enum": [
"Crete Round"
],
"markdownDescription": "https://fonts.google.com/specimen/Crete+Round",
"title": "Crete Round"
},
{
"enum": [
"Crimson Pro"
],
"markdownDescription": "https://fonts.google.com/specimen/Crimson+Pro",
"title": "Crimson Pro"
},
{
"enum": [
"Crimson Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Crimson+Text",
"title": "Crimson Text"
},
{
"enum": [
"Croissant One"
],
"markdownDescription": "https://fonts.google.com/specimen/Croissant+One",
"title": "Croissant One"
},
{
"enum": [
"Crushed"
],
"markdownDescription": "https://fonts.google.com/specimen/Crushed",
"title": "Crushed"
},
{
"enum": [
"Cuprum"
],
"markdownDescription": "https://fonts.google.com/specimen/Cuprum",
"title": "Cuprum"
},
{
"enum": [
"Cute Font"
],
"markdownDescription": "https://fonts.google.com/specimen/Cute+Font",
"title": "Cute Font"
},
{
"enum": [
"Cutive"
],
"markdownDescription": "https://fonts.google.com/specimen/Cutive",
"title": "Cutive"
},
{
"enum": [
"Cutive Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Cutive+Mono",
"title": "Cutive Mono"
},
{
"enum": [
"DM Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/DM+Mono",
"title": "DM Mono"
},
{
"enum": [
"DM Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/DM+Sans",
"title": "DM Sans"
},
{
"enum": [
"DM Serif Display"
],
"markdownDescription": "https://fonts.google.com/specimen/DM+Serif+Display",
"title": "DM Serif Display"
},
{
"enum": [
"DM Serif Text"
],
"markdownDescription": "https://fonts.google.com/specimen/DM+Serif+Text",
"title": "DM Serif Text"
},
{
"enum": [
"Damion"
],
"markdownDescription": "https://fonts.google.com/specimen/Damion",
"title": "Damion"
},
{
"enum": [
"Dancing Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Dancing+Script",
"title": "Dancing Script"
},
{
"enum": [
"Dangrek"
],
"markdownDescription": "https://fonts.google.com/specimen/Dangrek",
"title": "Dangrek"
},
{
"enum": [
"Darker Grotesque"
],
"markdownDescription": "https://fonts.google.com/specimen/Darker+Grotesque",
"title": "Darker Grotesque"
},
{
"enum": [
"David Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/David+Libre",
"title": "David Libre"
},
{
"enum": [
"Dawning of a New Day"
],
"markdownDescription": "https://fonts.google.com/specimen/Dawning+of+a+New+Day",
"title": "Dawning of a New Day"
},
{
"enum": [
"Days One"
],
"markdownDescription": "https://fonts.google.com/specimen/Days+One",
"title": "Days One"
},
{
"enum": [
"Dekko"
],
"markdownDescription": "https://fonts.google.com/specimen/Dekko",
"title": "Dekko"
},
{
"enum": [
"Delius"
],
"markdownDescription": "https://fonts.google.com/specimen/Delius",
"title": "Delius"
},
{
"enum": [
"Delius Swash Caps"
],
"markdownDescription": "https://fonts.google.com/specimen/Delius+Swash+Caps",
"title": "Delius Swash Caps"
},
{
"enum": [
"Delius Unicase"
],
"markdownDescription": "https://fonts.google.com/specimen/Delius+Unicase",
"title": "Delius Unicase"
},
{
"enum": [
"Della Respira"
],
"markdownDescription": "https://fonts.google.com/specimen/Della+Respira",
"title": "Della Respira"
},
{
"enum": [
"Denk One"
],
"markdownDescription": "https://fonts.google.com/specimen/Denk+One",
"title": "Denk One"
},
{
"enum": [
"Devonshire"
],
"markdownDescription": "https://fonts.google.com/specimen/Devonshire",
"title": "Devonshire"
},
{
"enum": [
"Dhurjati"
],
"markdownDescription": "https://fonts.google.com/specimen/Dhurjati",
"title": "Dhurjati"
},
{
"enum": [
"Didact Gothic"
],
"markdownDescription": "https://fonts.google.com/specimen/Didact+Gothic",
"title": "Didact Gothic"
},
{
"enum": [
"Diplomata"
],
"markdownDescription": "https://fonts.google.com/specimen/Diplomata",
"title": "Diplomata"
},
{
"enum": [
"Diplomata SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Diplomata+SC",
"title": "Diplomata SC"
},
{
"enum": [
"Do Hyeon"
],
"markdownDescription": "https://fonts.google.com/specimen/Do+Hyeon",
"title": "Do Hyeon"
},
{
"enum": [
"Dokdo"
],
"markdownDescription": "https://fonts.google.com/specimen/Dokdo",
"title": "Dokdo"
},
{
"enum": [
"Domine"
],
"markdownDescription": "https://fonts.google.com/specimen/Domine",
"title": "Domine"
},
{
"enum": [
"Donegal One"
],
"markdownDescription": "https://fonts.google.com/specimen/Donegal+One",
"title": "Donegal One"
},
{
"enum": [
"Doppio One"
],
"markdownDescription": "https://fonts.google.com/specimen/Doppio+One",
"title": "Doppio One"
},
{
"enum": [
"Dorsa"
],
"markdownDescription": "https://fonts.google.com/specimen/Dorsa",
"title": "Dorsa"
},
{
"enum": [
"Dosis"
],
"markdownDescription": "https://fonts.google.com/specimen/Dosis",
"title": "Dosis"
},
{
"enum": [
"Dr Sugiyama"
],
"markdownDescription": "https://fonts.google.com/specimen/Dr+Sugiyama",
"title": "Dr Sugiyama"
},
{
"enum": [
"Duru Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Duru+Sans",
"title": "Duru Sans"
},
{
"enum": [
"Dynalight"
],
"markdownDescription": "https://fonts.google.com/specimen/Dynalight",
"title": "Dynalight"
},
{
"enum": [
"EB Garamond"
],
"markdownDescription": "https://fonts.google.com/specimen/EB+Garamond",
"title": "EB Garamond"
},
{
"enum": [
"Eagle Lake"
],
"markdownDescription": "https://fonts.google.com/specimen/Eagle+Lake",
"title": "Eagle Lake"
},
{
"enum": [
"East Sea Dokdo"
],
"markdownDescription": "https://fonts.google.com/specimen/East+Sea+Dokdo",
"title": "East Sea Dokdo"
},
{
"enum": [
"Eater"
],
"markdownDescription": "https://fonts.google.com/specimen/Eater",
"title": "Eater"
},
{
"enum": [
"Economica"
],
"markdownDescription": "https://fonts.google.com/specimen/Economica",
"title": "Economica"
},
{
"enum": [
"Eczar"
],
"markdownDescription": "https://fonts.google.com/specimen/Eczar",
"title": "Eczar"
},
{
"enum": [
"El Messiri"
],
"markdownDescription": "https://fonts.google.com/specimen/El+Messiri",
"title": "El Messiri"
},
{
"enum": [
"Electrolize"
],
"markdownDescription": "https://fonts.google.com/specimen/Electrolize",
"title": "Electrolize"
},
{
"enum": [
"Elsie"
],
"markdownDescription": "https://fonts.google.com/specimen/Elsie",
"title": "Elsie"
},
{
"enum": [
"Elsie Swash Caps"
],
"markdownDescription": "https://fonts.google.com/specimen/Elsie+Swash+Caps",
"title": "Elsie Swash Caps"
},
{
"enum": [
"Emblema One"
],
"markdownDescription": "https://fonts.google.com/specimen/Emblema+One",
"title": "Emblema One"
},
{
"enum": [
"Emilys Candy"
],
"markdownDescription": "https://fonts.google.com/specimen/Emilys+Candy",
"title": "Emilys Candy"
},
{
"enum": [
"Encode Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Encode+Sans",
"title": "Encode Sans"
},
{
"enum": [
"Encode Sans Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Condensed",
"title": "Encode Sans Condensed"
},
{
"enum": [
"Encode Sans Expanded"
],
"markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Expanded",
"title": "Encode Sans Expanded"
},
{
"enum": [
"Encode Sans Semi Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Semi+Condensed",
"title": "Encode Sans Semi Condensed"
},
{
"enum": [
"Encode Sans Semi Expanded"
],
"markdownDescription": "https://fonts.google.com/specimen/Encode+Sans+Semi+Expanded",
"title": "Encode Sans Semi Expanded"
},
{
"enum": [
"Engagement"
],
"markdownDescription": "https://fonts.google.com/specimen/Engagement",
"title": "Engagement"
},
{
"enum": [
"Englebert"
],
"markdownDescription": "https://fonts.google.com/specimen/Englebert",
"title": "Englebert"
},
{
"enum": [
"Enriqueta"
],
"markdownDescription": "https://fonts.google.com/specimen/Enriqueta",
"title": "Enriqueta"
},
{
"enum": [
"Epilogue"
],
"markdownDescription": "https://fonts.google.com/specimen/Epilogue",
"title": "Epilogue"
},
{
"enum": [
"Erica One"
],
"markdownDescription": "https://fonts.google.com/specimen/Erica+One",
"title": "Erica One"
},
{
"enum": [
"Esteban"
],
"markdownDescription": "https://fonts.google.com/specimen/Esteban",
"title": "Esteban"
},
{
"enum": [
"Euphoria Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Euphoria+Script",
"title": "Euphoria Script"
},
{
"enum": [
"Ewert"
],
"markdownDescription": "https://fonts.google.com/specimen/Ewert",
"title": "Ewert"
},
{
"enum": [
"Exo"
],
"markdownDescription": "https://fonts.google.com/specimen/Exo",
"title": "Exo"
},
{
"enum": [
"Exo 2"
],
"markdownDescription": "https://fonts.google.com/specimen/Exo+2",
"title": "Exo 2"
},
{
"enum": [
"Expletus Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Expletus+Sans",
"title": "Expletus Sans"
},
{
"enum": [
"Fahkwang"
],
"markdownDescription": "https://fonts.google.com/specimen/Fahkwang",
"title": "Fahkwang"
},
{
"enum": [
"Fanwood Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Fanwood+Text",
"title": "Fanwood Text"
},
{
"enum": [
"Farro"
],
"markdownDescription": "https://fonts.google.com/specimen/Farro",
"title": "Farro"
},
{
"enum": [
"Farsan"
],
"markdownDescription": "https://fonts.google.com/specimen/Farsan",
"title": "Farsan"
},
{
"enum": [
"Fascinate"
],
"markdownDescription": "https://fonts.google.com/specimen/Fascinate",
"title": "Fascinate"
},
{
"enum": [
"Fascinate Inline"
],
"markdownDescription": "https://fonts.google.com/specimen/Fascinate+Inline",
"title": "Fascinate Inline"
},
{
"enum": [
"Faster One"
],
"markdownDescription": "https://fonts.google.com/specimen/Faster+One",
"title": "Faster One"
},
{
"enum": [
"Fasthand"
],
"markdownDescription": "https://fonts.google.com/specimen/Fasthand",
"title": "Fasthand"
},
{
"enum": [
"Fauna One"
],
"markdownDescription": "https://fonts.google.com/specimen/Fauna+One",
"title": "Fauna One"
},
{
"enum": [
"Faustina"
],
"markdownDescription": "https://fonts.google.com/specimen/Faustina",
"title": "Faustina"
},
{
"enum": [
"Federant"
],
"markdownDescription": "https://fonts.google.com/specimen/Federant",
"title": "Federant"
},
{
"enum": [
"Federo"
],
"markdownDescription": "https://fonts.google.com/specimen/Federo",
"title": "Federo"
},
{
"enum": [
"Felipa"
],
"markdownDescription": "https://fonts.google.com/specimen/Felipa",
"title": "Felipa"
},
{
"enum": [
"Fenix"
],
"markdownDescription": "https://fonts.google.com/specimen/Fenix",
"title": "Fenix"
},
{
"enum": [
"Finger Paint"
],
"markdownDescription": "https://fonts.google.com/specimen/Finger+Paint",
"title": "Finger Paint"
},
{
"enum": [
"Fira Code"
],
"markdownDescription": "https://fonts.google.com/specimen/Fira+Code",
"title": "Fira Code"
},
{
"enum": [
"Fira Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Fira+Mono",
"title": "Fira Mono"
},
{
"enum": [
"Fira Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Fira+Sans",
"title": "Fira Sans"
},
{
"enum": [
"Fira Sans Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Fira+Sans+Condensed",
"title": "Fira Sans Condensed"
},
{
"enum": [
"Fira Sans Extra Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Fira+Sans+Extra+Condensed",
"title": "Fira Sans Extra Condensed"
},
{
"enum": [
"Fjalla One"
],
"markdownDescription": "https://fonts.google.com/specimen/Fjalla+One",
"title": "Fjalla One"
},
{
"enum": [
"Fjord One"
],
"markdownDescription": "https://fonts.google.com/specimen/Fjord+One",
"title": "Fjord One"
},
{
"enum": [
"Flamenco"
],
"markdownDescription": "https://fonts.google.com/specimen/Flamenco",
"title": "Flamenco"
},
{
"enum": [
"Flavors"
],
"markdownDescription": "https://fonts.google.com/specimen/Flavors",
"title": "Flavors"
},
{
"enum": [
"Fondamento"
],
"markdownDescription": "https://fonts.google.com/specimen/Fondamento",
"title": "Fondamento"
},
{
"enum": [
"Fontdiner Swanky"
],
"markdownDescription": "https://fonts.google.com/specimen/Fontdiner+Swanky",
"title": "Fontdiner Swanky"
},
{
"enum": [
"Forum"
],
"markdownDescription": "https://fonts.google.com/specimen/Forum",
"title": "Forum"
},
{
"enum": [
"Francois One"
],
"markdownDescription": "https://fonts.google.com/specimen/Francois+One",
"title": "Francois One"
},
{
"enum": [
"Frank Ruhl Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Frank+Ruhl+Libre",
"title": "Frank Ruhl Libre"
},
{
"enum": [
"Freckle Face"
],
"markdownDescription": "https://fonts.google.com/specimen/Freckle+Face",
"title": "Freckle Face"
},
{
"enum": [
"Fredericka the Great"
],
"markdownDescription": "https://fonts.google.com/specimen/Fredericka+the+Great",
"title": "Fredericka the Great"
},
{
"enum": [
"Fredoka One"
],
"markdownDescription": "https://fonts.google.com/specimen/Fredoka+One",
"title": "Fredoka One"
},
{
"enum": [
"Freehand"
],
"markdownDescription": "https://fonts.google.com/specimen/Freehand",
"title": "Freehand"
},
{
"enum": [
"Fresca"
],
"markdownDescription": "https://fonts.google.com/specimen/Fresca",
"title": "Fresca"
},
{
"enum": [
"Frijole"
],
"markdownDescription": "https://fonts.google.com/specimen/Frijole",
"title": "Frijole"
},
{
"enum": [
"Fruktur"
],
"markdownDescription": "https://fonts.google.com/specimen/Fruktur",
"title": "Fruktur"
},
{
"enum": [
"Fugaz One"
],
"markdownDescription": "https://fonts.google.com/specimen/Fugaz+One",
"title": "Fugaz One"
},
{
"enum": [
"GFS Didot"
],
"markdownDescription": "https://fonts.google.com/specimen/GFS+Didot",
"title": "GFS Didot"
},
{
"enum": [
"GFS Neohellenic"
],
"markdownDescription": "https://fonts.google.com/specimen/GFS+Neohellenic",
"title": "GFS Neohellenic"
},
{
"enum": [
"Gabriela"
],
"markdownDescription": "https://fonts.google.com/specimen/Gabriela",
"title": "Gabriela"
},
{
"enum": [
"Gaegu"
],
"markdownDescription": "https://fonts.google.com/specimen/Gaegu",
"title": "Gaegu"
},
{
"enum": [
"Gafata"
],
"markdownDescription": "https://fonts.google.com/specimen/Gafata",
"title": "Gafata"
},
{
"enum": [
"Galada"
],
"markdownDescription": "https://fonts.google.com/specimen/Galada",
"title": "Galada"
},
{
"enum": [
"Galdeano"
],
"markdownDescription": "https://fonts.google.com/specimen/Galdeano",
"title": "Galdeano"
},
{
"enum": [
"Galindo"
],
"markdownDescription": "https://fonts.google.com/specimen/Galindo",
"title": "Galindo"
},
{
"enum": [
"Gamja Flower"
],
"markdownDescription": "https://fonts.google.com/specimen/Gamja+Flower",
"title": "Gamja Flower"
},
{
"enum": [
"Gayathri"
],
"markdownDescription": "https://fonts.google.com/specimen/Gayathri",
"title": "Gayathri"
},
{
"enum": [
"Gelasio"
],
"markdownDescription": "https://fonts.google.com/specimen/Gelasio",
"title": "Gelasio"
},
{
"enum": [
"Gentium Basic"
],
"markdownDescription": "https://fonts.google.com/specimen/Gentium+Basic",
"title": "Gentium Basic"
},
{
"enum": [
"Gentium Book Basic"
],
"markdownDescription": "https://fonts.google.com/specimen/Gentium+Book+Basic",
"title": "Gentium Book Basic"
},
{
"enum": [
"Geo"
],
"markdownDescription": "https://fonts.google.com/specimen/Geo",
"title": "Geo"
},
{
"enum": [
"Geostar"
],
"markdownDescription": "https://fonts.google.com/specimen/Geostar",
"title": "Geostar"
},
{
"enum": [
"Geostar Fill"
],
"markdownDescription": "https://fonts.google.com/specimen/Geostar+Fill",
"title": "Geostar Fill"
},
{
"enum": [
"Germania One"
],
"markdownDescription": "https://fonts.google.com/specimen/Germania+One",
"title": "Germania One"
},
{
"enum": [
"Gidugu"
],
"markdownDescription": "https://fonts.google.com/specimen/Gidugu",
"title": "Gidugu"
},
{
"enum": [
"Gilda Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Gilda+Display",
"title": "Gilda Display"
},
{
"enum": [
"Girassol"
],
"markdownDescription": "https://fonts.google.com/specimen/Girassol",
"title": "Girassol"
},
{
"enum": [
"Give You Glory"
],
"markdownDescription": "https://fonts.google.com/specimen/Give+You+Glory",
"title": "Give You Glory"
},
{
"enum": [
"Glass Antiqua"
],
"markdownDescription": "https://fonts.google.com/specimen/Glass+Antiqua",
"title": "Glass Antiqua"
},
{
"enum": [
"Glegoo"
],
"markdownDescription": "https://fonts.google.com/specimen/Glegoo",
"title": "Glegoo"
},
{
"enum": [
"Gloria Hallelujah"
],
"markdownDescription": "https://fonts.google.com/specimen/Gloria+Hallelujah",
"title": "Gloria Hallelujah"
},
{
"enum": [
"Goblin One"
],
"markdownDescription": "https://fonts.google.com/specimen/Goblin+One",
"title": "Goblin One"
},
{
"enum": [
"Gochi Hand"
],
"markdownDescription": "https://fonts.google.com/specimen/Gochi+Hand",
"title": "Gochi Hand"
},
{
"enum": [
"Gorditas"
],
"markdownDescription": "https://fonts.google.com/specimen/Gorditas",
"title": "Gorditas"
},
{
"enum": [
"Gothic A1"
],
"markdownDescription": "https://fonts.google.com/specimen/Gothic+A1",
"title": "Gothic A1"
},
{
"enum": [
"Gotu"
],
"markdownDescription": "https://fonts.google.com/specimen/Gotu",
"title": "Gotu"
},
{
"enum": [
"Goudy Bookletter 1911"
],
"markdownDescription": "https://fonts.google.com/specimen/Goudy+Bookletter+1911",
"title": "Goudy Bookletter 1911"
},
{
"enum": [
"Graduate"
],
"markdownDescription": "https://fonts.google.com/specimen/Graduate",
"title": "Graduate"
},
{
"enum": [
"Grand Hotel"
],
"markdownDescription": "https://fonts.google.com/specimen/Grand+Hotel",
"title": "Grand Hotel"
},
{
"enum": [
"Grandstander"
],
"markdownDescription": "https://fonts.google.com/specimen/Grandstander",
"title": "Grandstander"
},
{
"enum": [
"Gravitas One"
],
"markdownDescription": "https://fonts.google.com/specimen/Gravitas+One",
"title": "Gravitas One"
},
{
"enum": [
"Great Vibes"
],
"markdownDescription": "https://fonts.google.com/specimen/Great+Vibes",
"title": "Great Vibes"
},
{
"enum": [
"Grenze"
],
"markdownDescription": "https://fonts.google.com/specimen/Grenze",
"title": "Grenze"
},
{
"enum": [
"Grenze Gotisch"
],
"markdownDescription": "https://fonts.google.com/specimen/Grenze+Gotisch",
"title": "Grenze Gotisch"
},
{
"enum": [
"Griffy"
],
"markdownDescription": "https://fonts.google.com/specimen/Griffy",
"title": "Griffy"
},
{
"enum": [
"Gruppo"
],
"markdownDescription": "https://fonts.google.com/specimen/Gruppo",
"title": "Gruppo"
},
{
"enum": [
"Gudea"
],
"markdownDescription": "https://fonts.google.com/specimen/Gudea",
"title": "Gudea"
},
{
"enum": [
"Gugi"
],
"markdownDescription": "https://fonts.google.com/specimen/Gugi",
"title": "Gugi"
},
{
"enum": [
"Gupter"
],
"markdownDescription": "https://fonts.google.com/specimen/Gupter",
"title": "Gupter"
},
{
"enum": [
"Gurajada"
],
"markdownDescription": "https://fonts.google.com/specimen/Gurajada",
"title": "Gurajada"
},
{
"enum": [
"Habibi"
],
"markdownDescription": "https://fonts.google.com/specimen/Habibi",
"title": "Habibi"
},
{
"enum": [
"Halant"
],
"markdownDescription": "https://fonts.google.com/specimen/Halant",
"title": "Halant"
},
{
"enum": [
"Hammersmith One"
],
"markdownDescription": "https://fonts.google.com/specimen/Hammersmith+One",
"title": "Hammersmith One"
},
{
"enum": [
"Hanalei"
],
"markdownDescription": "https://fonts.google.com/specimen/Hanalei",
"title": "Hanalei"
},
{
"enum": [
"Hanalei Fill"
],
"markdownDescription": "https://fonts.google.com/specimen/Hanalei+Fill",
"title": "Hanalei Fill"
},
{
"enum": [
"Handlee"
],
"markdownDescription": "https://fonts.google.com/specimen/Handlee",
"title": "Handlee"
},
{
"enum": [
"Hanuman"
],
"markdownDescription": "https://fonts.google.com/specimen/Hanuman",
"title": "Hanuman"
},
{
"enum": [
"Happy Monkey"
],
"markdownDescription": "https://fonts.google.com/specimen/Happy+Monkey",
"title": "Happy Monkey"
},
{
"enum": [
"Harmattan"
],
"markdownDescription": "https://fonts.google.com/specimen/Harmattan",
"title": "Harmattan"
},
{
"enum": [
"Headland One"
],
"markdownDescription": "https://fonts.google.com/specimen/Headland+One",
"title": "Headland One"
},
{
"enum": [
"Heebo"
],
"markdownDescription": "https://fonts.google.com/specimen/Heebo",
"title": "Heebo"
},
{
"enum": [
"Henny Penny"
],
"markdownDescription": "https://fonts.google.com/specimen/Henny+Penny",
"title": "Henny Penny"
},
{
"enum": [
"Hepta Slab"
],
"markdownDescription": "https://fonts.google.com/specimen/Hepta+Slab",
"title": "Hepta Slab"
},
{
"enum": [
"Herr Von Muellerhoff"
],
"markdownDescription": "https://fonts.google.com/specimen/Herr+Von+Muellerhoff",
"title": "Herr Von Muellerhoff"
},
{
"enum": [
"Hi Melody"
],
"markdownDescription": "https://fonts.google.com/specimen/Hi+Melody",
"title": "Hi Melody"
},
{
"enum": [
"Hind"
],
"markdownDescription": "https://fonts.google.com/specimen/Hind",
"title": "Hind"
},
{
"enum": [
"Hind Guntur"
],
"markdownDescription": "https://fonts.google.com/specimen/Hind+Guntur",
"title": "Hind Guntur"
},
{
"enum": [
"Hind Madurai"
],
"markdownDescription": "https://fonts.google.com/specimen/Hind+Madurai",
"title": "Hind Madurai"
},
{
"enum": [
"Hind Siliguri"
],
"markdownDescription": "https://fonts.google.com/specimen/Hind+Siliguri",
"title": "Hind Siliguri"
},
{
"enum": [
"Hind Vadodara"
],
"markdownDescription": "https://fonts.google.com/specimen/Hind+Vadodara",
"title": "Hind Vadodara"
},
{
"enum": [
"Holtwood One SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Holtwood+One+SC",
"title": "Holtwood One SC"
},
{
"enum": [
"Homemade Apple"
],
"markdownDescription": "https://fonts.google.com/specimen/Homemade+Apple",
"title": "Homemade Apple"
},
{
"enum": [
"Homenaje"
],
"markdownDescription": "https://fonts.google.com/specimen/Homenaje",
"title": "Homenaje"
},
{
"enum": [
"IBM Plex Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Mono",
"title": "IBM Plex Mono"
},
{
"enum": [
"IBM Plex Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans",
"title": "IBM Plex Sans"
},
{
"enum": [
"IBM Plex Sans Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Sans+Condensed",
"title": "IBM Plex Sans Condensed"
},
{
"enum": [
"IBM Plex Serif"
],
"markdownDescription": "https://fonts.google.com/specimen/IBM+Plex+Serif",
"title": "IBM Plex Serif"
},
{
"enum": [
"IM Fell DW Pica"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+DW+Pica",
"title": "IM Fell DW Pica"
},
{
"enum": [
"IM Fell DW Pica SC"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+DW+Pica+SC",
"title": "IM Fell DW Pica SC"
},
{
"enum": [
"IM Fell Double Pica"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Double+Pica",
"title": "IM Fell Double Pica"
},
{
"enum": [
"IM Fell Double Pica SC"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Double+Pica+SC",
"title": "IM Fell Double Pica SC"
},
{
"enum": [
"IM Fell English"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+English",
"title": "IM Fell English"
},
{
"enum": [
"IM Fell English SC"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+English+SC",
"title": "IM Fell English SC"
},
{
"enum": [
"IM Fell French Canon"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+French+Canon",
"title": "IM Fell French Canon"
},
{
"enum": [
"IM Fell French Canon SC"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+French+Canon+SC",
"title": "IM Fell French Canon SC"
},
{
"enum": [
"IM Fell Great Primer"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Great+Primer",
"title": "IM Fell Great Primer"
},
{
"enum": [
"IM Fell Great Primer SC"
],
"markdownDescription": "https://fonts.google.com/specimen/IM+Fell+Great+Primer+SC",
"title": "IM Fell Great Primer SC"
},
{
"enum": [
"Ibarra Real Nova"
],
"markdownDescription": "https://fonts.google.com/specimen/Ibarra+Real+Nova",
"title": "Ibarra Real Nova"
},
{
"enum": [
"Iceberg"
],
"markdownDescription": "https://fonts.google.com/specimen/Iceberg",
"title": "Iceberg"
},
{
"enum": [
"Iceland"
],
"markdownDescription": "https://fonts.google.com/specimen/Iceland",
"title": "Iceland"
},
{
"enum": [
"Imprima"
],
"markdownDescription": "https://fonts.google.com/specimen/Imprima",
"title": "Imprima"
},
{
"enum": [
"Inconsolata"
],
"markdownDescription": "https://fonts.google.com/specimen/Inconsolata",
"title": "Inconsolata"
},
{
"enum": [
"Inder"
],
"markdownDescription": "https://fonts.google.com/specimen/Inder",
"title": "Inder"
},
{
"enum": [
"Indie Flower"
],
"markdownDescription": "https://fonts.google.com/specimen/Indie+Flower",
"title": "Indie Flower"
},
{
"enum": [
"Inika"
],
"markdownDescription": "https://fonts.google.com/specimen/Inika",
"title": "Inika"
},
{
"enum": [
"Inknut Antiqua"
],
"markdownDescription": "https://fonts.google.com/specimen/Inknut+Antiqua",
"title": "Inknut Antiqua"
},
{
"enum": [
"Inria Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Inria+Sans",
"title": "Inria Sans"
},
{
"enum": [
"Inria Serif"
],
"markdownDescription": "https://fonts.google.com/specimen/Inria+Serif",
"title": "Inria Serif"
},
{
"enum": [
"Inter"
],
"markdownDescription": "https://fonts.google.com/specimen/Inter",
"title": "Inter"
},
{
"enum": [
"Irish Grover"
],
"markdownDescription": "https://fonts.google.com/specimen/Irish+Grover",
"title": "Irish Grover"
},
{
"enum": [
"Istok Web"
],
"markdownDescription": "https://fonts.google.com/specimen/Istok+Web",
"title": "Istok Web"
},
{
"enum": [
"Italiana"
],
"markdownDescription": "https://fonts.google.com/specimen/Italiana",
"title": "Italiana"
},
{
"enum": [
"Italianno"
],
"markdownDescription": "https://fonts.google.com/specimen/Italianno",
"title": "Italianno"
},
{
"enum": [
"Itim"
],
"markdownDescription": "https://fonts.google.com/specimen/Itim",
"title": "Itim"
},
{
"enum": [
"Jacques Francois"
],
"markdownDescription": "https://fonts.google.com/specimen/Jacques+Francois",
"title": "Jacques Francois"
},
{
"enum": [
"Jacques Francois Shadow"
],
"markdownDescription": "https://fonts.google.com/specimen/Jacques+Francois+Shadow",
"title": "Jacques Francois Shadow"
},
{
"enum": [
"Jaldi"
],
"markdownDescription": "https://fonts.google.com/specimen/Jaldi",
"title": "Jaldi"
},
{
"enum": [
"Jim Nightshade"
],
"markdownDescription": "https://fonts.google.com/specimen/Jim+Nightshade",
"title": "Jim Nightshade"
},
{
"enum": [
"Jockey One"
],
"markdownDescription": "https://fonts.google.com/specimen/Jockey+One",
"title": "Jockey One"
},
{
"enum": [
"Jolly Lodger"
],
"markdownDescription": "https://fonts.google.com/specimen/Jolly+Lodger",
"title": "Jolly Lodger"
},
{
"enum": [
"Jomhuria"
],
"markdownDescription": "https://fonts.google.com/specimen/Jomhuria",
"title": "Jomhuria"
},
{
"enum": [
"Jomolhari"
],
"markdownDescription": "https://fonts.google.com/specimen/Jomolhari",
"title": "Jomolhari"
},
{
"enum": [
"Josefin Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Josefin+Sans",
"title": "Josefin Sans"
},
{
"enum": [
"Josefin Slab"
],
"markdownDescription": "https://fonts.google.com/specimen/Josefin+Slab",
"title": "Josefin Slab"
},
{
"enum": [
"Jost"
],
"markdownDescription": "https://fonts.google.com/specimen/Jost",
"title": "Jost"
},
{
"enum": [
"Joti One"
],
"markdownDescription": "https://fonts.google.com/specimen/Joti+One",
"title": "Joti One"
},
{
"enum": [
"Jua"
],
"markdownDescription": "https://fonts.google.com/specimen/Jua",
"title": "Jua"
},
{
"enum": [
"Judson"
],
"markdownDescription": "https://fonts.google.com/specimen/Judson",
"title": "Judson"
},
{
"enum": [
"Julee"
],
"markdownDescription": "https://fonts.google.com/specimen/Julee",
"title": "Julee"
},
{
"enum": [
"Julius Sans One"
],
"markdownDescription": "https://fonts.google.com/specimen/Julius+Sans+One",
"title": "Julius Sans One"
},
{
"enum": [
"Junge"
],
"markdownDescription": "https://fonts.google.com/specimen/Junge",
"title": "Junge"
},
{
"enum": [
"Jura"
],
"markdownDescription": "https://fonts.google.com/specimen/Jura",
"title": "Jura"
},
{
"enum": [
"Just Another Hand"
],
"markdownDescription": "https://fonts.google.com/specimen/Just+Another+Hand",
"title": "Just Another Hand"
},
{
"enum": [
"Just Me Again Down Here"
],
"markdownDescription": "https://fonts.google.com/specimen/Just+Me+Again+Down+Here",
"title": "Just Me Again Down Here"
},
{
"enum": [
"K2D"
],
"markdownDescription": "https://fonts.google.com/specimen/K2D",
"title": "K2D"
},
{
"enum": [
"Kadwa"
],
"markdownDescription": "https://fonts.google.com/specimen/Kadwa",
"title": "Kadwa"
},
{
"enum": [
"Kalam"
],
"markdownDescription": "https://fonts.google.com/specimen/Kalam",
"title": "Kalam"
},
{
"enum": [
"Kameron"
],
"markdownDescription": "https://fonts.google.com/specimen/Kameron",
"title": "Kameron"
},
{
"enum": [
"Kanit"
],
"markdownDescription": "https://fonts.google.com/specimen/Kanit",
"title": "Kanit"
},
{
"enum": [
"Kantumruy"
],
"markdownDescription": "https://fonts.google.com/specimen/Kantumruy",
"title": "Kantumruy"
},
{
"enum": [
"Karla"
],
"markdownDescription": "https://fonts.google.com/specimen/Karla",
"title": "Karla"
},
{
"enum": [
"Karma"
],
"markdownDescription": "https://fonts.google.com/specimen/Karma",
"title": "Karma"
},
{
"enum": [
"Katibeh"
],
"markdownDescription": "https://fonts.google.com/specimen/Katibeh",
"title": "Katibeh"
},
{
"enum": [
"Kaushan Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Kaushan+Script",
"title": "Kaushan Script"
},
{
"enum": [
"Kavivanar"
],
"markdownDescription": "https://fonts.google.com/specimen/Kavivanar",
"title": "Kavivanar"
},
{
"enum": [
"Kavoon"
],
"markdownDescription": "https://fonts.google.com/specimen/Kavoon",
"title": "Kavoon"
},
{
"enum": [
"Kdam Thmor"
],
"markdownDescription": "https://fonts.google.com/specimen/Kdam+Thmor",
"title": "Kdam Thmor"
},
{
"enum": [
"Keania One"
],
"markdownDescription": "https://fonts.google.com/specimen/Keania+One",
"title": "Keania One"
},
{
"enum": [
"Kelly Slab"
],
"markdownDescription": "https://fonts.google.com/specimen/Kelly+Slab",
"title": "Kelly Slab"
},
{
"enum": [
"Kenia"
],
"markdownDescription": "https://fonts.google.com/specimen/Kenia",
"title": "Kenia"
},
{
"enum": [
"Khand"
],
"markdownDescription": "https://fonts.google.com/specimen/Khand",
"title": "Khand"
},
{
"enum": [
"Khmer"
],
"markdownDescription": "https://fonts.google.com/specimen/Khmer",
"title": "Khmer"
},
{
"enum": [
"Khula"
],
"markdownDescription": "https://fonts.google.com/specimen/Khula",
"title": "Khula"
},
{
"enum": [
"Kirang Haerang"
],
"markdownDescription": "https://fonts.google.com/specimen/Kirang+Haerang",
"title": "Kirang Haerang"
},
{
"enum": [
"Kite One"
],
"markdownDescription": "https://fonts.google.com/specimen/Kite+One",
"title": "Kite One"
},
{
"enum": [
"Knewave"
],
"markdownDescription": "https://fonts.google.com/specimen/Knewave",
"title": "Knewave"
},
{
"enum": [
"KoHo"
],
"markdownDescription": "https://fonts.google.com/specimen/KoHo",
"title": "KoHo"
},
{
"enum": [
"Kodchasan"
],
"markdownDescription": "https://fonts.google.com/specimen/Kodchasan",
"title": "Kodchasan"
},
{
"enum": [
"Kosugi"
],
"markdownDescription": "https://fonts.google.com/specimen/Kosugi",
"title": "Kosugi"
},
{
"enum": [
"Kosugi Maru"
],
"markdownDescription": "https://fonts.google.com/specimen/Kosugi+Maru",
"title": "Kosugi Maru"
},
{
"enum": [
"Kotta One"
],
"markdownDescription": "https://fonts.google.com/specimen/Kotta+One",
"title": "Kotta One"
},
{
"enum": [
"Koulen"
],
"markdownDescription": "https://fonts.google.com/specimen/Koulen",
"title": "Koulen"
},
{
"enum": [
"Kranky"
],
"markdownDescription": "https://fonts.google.com/specimen/Kranky",
"title": "Kranky"
},
{
"enum": [
"Kreon"
],
"markdownDescription": "https://fonts.google.com/specimen/Kreon",
"title": "Kreon"
},
{
"enum": [
"Kristi"
],
"markdownDescription": "https://fonts.google.com/specimen/Kristi",
"title": "Kristi"
},
{
"enum": [
"Krona One"
],
"markdownDescription": "https://fonts.google.com/specimen/Krona+One",
"title": "Krona One"
},
{
"enum": [
"Krub"
],
"markdownDescription": "https://fonts.google.com/specimen/Krub",
"title": "Krub"
},
{
"enum": [
"Kufam"
],
"markdownDescription": "https://fonts.google.com/specimen/Kufam",
"title": "Kufam"
},
{
"enum": [
"Kulim Park"
],
"markdownDescription": "https://fonts.google.com/specimen/Kulim+Park",
"title": "Kulim Park"
},
{
"enum": [
"Kumar One"
],
"markdownDescription": "https://fonts.google.com/specimen/Kumar+One",
"title": "Kumar One"
},
{
"enum": [
"Kumar One Outline"
],
"markdownDescription": "https://fonts.google.com/specimen/Kumar+One+Outline",
"title": "Kumar One Outline"
},
{
"enum": [
"Kumbh Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Kumbh+Sans",
"title": "Kumbh Sans"
},
{
"enum": [
"Kurale"
],
"markdownDescription": "https://fonts.google.com/specimen/Kurale",
"title": "Kurale"
},
{
"enum": [
"La Belle Aurore"
],
"markdownDescription": "https://fonts.google.com/specimen/La+Belle+Aurore",
"title": "La Belle Aurore"
},
{
"enum": [
"Lacquer"
],
"markdownDescription": "https://fonts.google.com/specimen/Lacquer",
"title": "Lacquer"
},
{
"enum": [
"Laila"
],
"markdownDescription": "https://fonts.google.com/specimen/Laila",
"title": "Laila"
},
{
"enum": [
"Lakki Reddy"
],
"markdownDescription": "https://fonts.google.com/specimen/Lakki+Reddy",
"title": "Lakki Reddy"
},
{
"enum": [
"Lalezar"
],
"markdownDescription": "https://fonts.google.com/specimen/Lalezar",
"title": "Lalezar"
},
{
"enum": [
"Lancelot"
],
"markdownDescription": "https://fonts.google.com/specimen/Lancelot",
"title": "Lancelot"
},
{
"enum": [
"Lateef"
],
"markdownDescription": "https://fonts.google.com/specimen/Lateef",
"title": "Lateef"
},
{
"enum": [
"Lato"
],
"markdownDescription": "https://fonts.google.com/specimen/Lato",
"title": "Lato"
},
{
"enum": [
"League Script"
],
"markdownDescription": "https://fonts.google.com/specimen/League+Script",
"title": "League Script"
},
{
"enum": [
"Leckerli One"
],
"markdownDescription": "https://fonts.google.com/specimen/Leckerli+One",
"title": "Leckerli One"
},
{
"enum": [
"Ledger"
],
"markdownDescription": "https://fonts.google.com/specimen/Ledger",
"title": "Ledger"
},
{
"enum": [
"Lekton"
],
"markdownDescription": "https://fonts.google.com/specimen/Lekton",
"title": "Lekton"
},
{
"enum": [
"Lemon"
],
"markdownDescription": "https://fonts.google.com/specimen/Lemon",
"title": "Lemon"
},
{
"enum": [
"Lemonada"
],
"markdownDescription": "https://fonts.google.com/specimen/Lemonada",
"title": "Lemonada"
},
{
"enum": [
"Lexend Deca"
],
"markdownDescription": "https://fonts.google.com/specimen/Lexend+Deca",
"title": "Lexend Deca"
},
{
"enum": [
"Lexend Exa"
],
"markdownDescription": "https://fonts.google.com/specimen/Lexend+Exa",
"title": "Lexend Exa"
},
{
"enum": [
"Lexend Giga"
],
"markdownDescription": "https://fonts.google.com/specimen/Lexend+Giga",
"title": "Lexend Giga"
},
{
"enum": [
"Lexend Mega"
],
"markdownDescription": "https://fonts.google.com/specimen/Lexend+Mega",
"title": "Lexend Mega"
},
{
"enum": [
"Lexend Peta"
],
"markdownDescription": "https://fonts.google.com/specimen/Lexend+Peta",
"title": "Lexend Peta"
},
{
"enum": [
"Lexend Tera"
],
"markdownDescription": "https://fonts.google.com/specimen/Lexend+Tera",
"title": "Lexend Tera"
},
{
"enum": [
"Lexend Zetta"
],
"markdownDescription": "https://fonts.google.com/specimen/Lexend+Zetta",
"title": "Lexend Zetta"
},
{
"enum": [
"Libre Barcode 128"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+128",
"title": "Libre Barcode 128"
},
{
"enum": [
"Libre Barcode 128 Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+128+Text",
"title": "Libre Barcode 128 Text"
},
{
"enum": [
"Libre Barcode 39"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39",
"title": "Libre Barcode 39"
},
{
"enum": [
"Libre Barcode 39 Extended"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Extended",
"title": "Libre Barcode 39 Extended"
},
{
"enum": [
"Libre Barcode 39 Extended Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Extended+Text",
"title": "Libre Barcode 39 Extended Text"
},
{
"enum": [
"Libre Barcode 39 Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Barcode+39+Text",
"title": "Libre Barcode 39 Text"
},
{
"enum": [
"Libre Baskerville"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Baskerville",
"title": "Libre Baskerville"
},
{
"enum": [
"Libre Caslon Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Caslon+Display",
"title": "Libre Caslon Display"
},
{
"enum": [
"Libre Caslon Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Caslon+Text",
"title": "Libre Caslon Text"
},
{
"enum": [
"Libre Franklin"
],
"markdownDescription": "https://fonts.google.com/specimen/Libre+Franklin",
"title": "Libre Franklin"
},
{
"enum": [
"Life Savers"
],
"markdownDescription": "https://fonts.google.com/specimen/Life+Savers",
"title": "Life Savers"
},
{
"enum": [
"Lilita One"
],
"markdownDescription": "https://fonts.google.com/specimen/Lilita+One",
"title": "Lilita One"
},
{
"enum": [
"Lily Script One"
],
"markdownDescription": "https://fonts.google.com/specimen/Lily+Script+One",
"title": "Lily Script One"
},
{
"enum": [
"Limelight"
],
"markdownDescription": "https://fonts.google.com/specimen/Limelight",
"title": "Limelight"
},
{
"enum": [
"Linden Hill"
],
"markdownDescription": "https://fonts.google.com/specimen/Linden+Hill",
"title": "Linden Hill"
},
{
"enum": [
"Literata"
],
"markdownDescription": "https://fonts.google.com/specimen/Literata",
"title": "Literata"
},
{
"enum": [
"Liu Jian Mao Cao"
],
"markdownDescription": "https://fonts.google.com/specimen/Liu+Jian+Mao+Cao",
"title": "Liu Jian Mao Cao"
},
{
"enum": [
"Livvic"
],
"markdownDescription": "https://fonts.google.com/specimen/Livvic",
"title": "Livvic"
},
{
"enum": [
"Lobster"
],
"markdownDescription": "https://fonts.google.com/specimen/Lobster",
"title": "Lobster"
},
{
"enum": [
"Lobster Two"
],
"markdownDescription": "https://fonts.google.com/specimen/Lobster+Two",
"title": "Lobster Two"
},
{
"enum": [
"Londrina Outline"
],
"markdownDescription": "https://fonts.google.com/specimen/Londrina+Outline",
"title": "Londrina Outline"
},
{
"enum": [
"Londrina Shadow"
],
"markdownDescription": "https://fonts.google.com/specimen/Londrina+Shadow",
"title": "Londrina Shadow"
},
{
"enum": [
"Londrina Sketch"
],
"markdownDescription": "https://fonts.google.com/specimen/Londrina+Sketch",
"title": "Londrina Sketch"
},
{
"enum": [
"Londrina Solid"
],
"markdownDescription": "https://fonts.google.com/specimen/Londrina+Solid",
"title": "Londrina Solid"
},
{
"enum": [
"Long Cang"
],
"markdownDescription": "https://fonts.google.com/specimen/Long+Cang",
"title": "Long Cang"
},
{
"enum": [
"Lora"
],
"markdownDescription": "https://fonts.google.com/specimen/Lora",
"title": "Lora"
},
{
"enum": [
"Love Ya Like A Sister"
],
"markdownDescription": "https://fonts.google.com/specimen/Love+Ya+Like+A+Sister",
"title": "Love Ya Like A Sister"
},
{
"enum": [
"Loved by the King"
],
"markdownDescription": "https://fonts.google.com/specimen/Loved+by+the+King",
"title": "Loved by the King"
},
{
"enum": [
"Lovers Quarrel"
],
"markdownDescription": "https://fonts.google.com/specimen/Lovers+Quarrel",
"title": "Lovers Quarrel"
},
{
"enum": [
"Luckiest Guy"
],
"markdownDescription": "https://fonts.google.com/specimen/Luckiest+Guy",
"title": "Luckiest Guy"
},
{
"enum": [
"Lusitana"
],
"markdownDescription": "https://fonts.google.com/specimen/Lusitana",
"title": "Lusitana"
},
{
"enum": [
"Lustria"
],
"markdownDescription": "https://fonts.google.com/specimen/Lustria",
"title": "Lustria"
},
{
"enum": [
"M PLUS 1p"
],
"markdownDescription": "https://fonts.google.com/specimen/M+PLUS+1p",
"title": "M PLUS 1p"
},
{
"enum": [
"M PLUS Rounded 1c"
],
"markdownDescription": "https://fonts.google.com/specimen/M+PLUS+Rounded+1c",
"title": "M PLUS Rounded 1c"
},
{
"enum": [
"Ma Shan Zheng"
],
"markdownDescription": "https://fonts.google.com/specimen/Ma+Shan+Zheng",
"title": "Ma Shan Zheng"
},
{
"enum": [
"Macondo"
],
"markdownDescription": "https://fonts.google.com/specimen/Macondo",
"title": "Macondo"
},
{
"enum": [
"Macondo Swash Caps"
],
"markdownDescription": "https://fonts.google.com/specimen/Macondo+Swash+Caps",
"title": "Macondo Swash Caps"
},
{
"enum": [
"Mada"
],
"markdownDescription": "https://fonts.google.com/specimen/Mada",
"title": "Mada"
},
{
"enum": [
"Magra"
],
"markdownDescription": "https://fonts.google.com/specimen/Magra",
"title": "Magra"
},
{
"enum": [
"Maiden Orange"
],
"markdownDescription": "https://fonts.google.com/specimen/Maiden+Orange",
"title": "Maiden Orange"
},
{
"enum": [
"Maitree"
],
"markdownDescription": "https://fonts.google.com/specimen/Maitree",
"title": "Maitree"
},
{
"enum": [
"Major Mono Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Major+Mono+Display",
"title": "Major Mono Display"
},
{
"enum": [
"Mako"
],
"markdownDescription": "https://fonts.google.com/specimen/Mako",
"title": "Mako"
},
{
"enum": [
"Mali"
],
"markdownDescription": "https://fonts.google.com/specimen/Mali",
"title": "Mali"
},
{
"enum": [
"Mallanna"
],
"markdownDescription": "https://fonts.google.com/specimen/Mallanna",
"title": "Mallanna"
},
{
"enum": [
"Mandali"
],
"markdownDescription": "https://fonts.google.com/specimen/Mandali",
"title": "Mandali"
},
{
"enum": [
"Manjari"
],
"markdownDescription": "https://fonts.google.com/specimen/Manjari",
"title": "Manjari"
},
{
"enum": [
"Manrope"
],
"markdownDescription": "https://fonts.google.com/specimen/Manrope",
"title": "Manrope"
},
{
"enum": [
"Mansalva"
],
"markdownDescription": "https://fonts.google.com/specimen/Mansalva",
"title": "Mansalva"
},
{
"enum": [
"Manuale"
],
"markdownDescription": "https://fonts.google.com/specimen/Manuale",
"title": "Manuale"
},
{
"enum": [
"Marcellus"
],
"markdownDescription": "https://fonts.google.com/specimen/Marcellus",
"title": "Marcellus"
},
{
"enum": [
"Marcellus SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Marcellus+SC",
"title": "Marcellus SC"
},
{
"enum": [
"Marck Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Marck+Script",
"title": "Marck Script"
},
{
"enum": [
"Margarine"
],
"markdownDescription": "https://fonts.google.com/specimen/Margarine",
"title": "Margarine"
},
{
"enum": [
"Markazi Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Markazi+Text",
"title": "Markazi Text"
},
{
"enum": [
"Marko One"
],
"markdownDescription": "https://fonts.google.com/specimen/Marko+One",
"title": "Marko One"
},
{
"enum": [
"Marmelad"
],
"markdownDescription": "https://fonts.google.com/specimen/Marmelad",
"title": "Marmelad"
},
{
"enum": [
"Martel"
],
"markdownDescription": "https://fonts.google.com/specimen/Martel",
"title": "Martel"
},
{
"enum": [
"Martel Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Martel+Sans",
"title": "Martel Sans"
},
{
"enum": [
"Marvel"
],
"markdownDescription": "https://fonts.google.com/specimen/Marvel",
"title": "Marvel"
},
{
"enum": [
"Mate"
],
"markdownDescription": "https://fonts.google.com/specimen/Mate",
"title": "Mate"
},
{
"enum": [
"Mate SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Mate+SC",
"title": "Mate SC"
},
{
"enum": [
"Material Icons"
],
"markdownDescription": "https://fonts.google.com/specimen/Material+Icons",
"title": "Material Icons"
},
{
"enum": [
"Maven Pro"
],
"markdownDescription": "https://fonts.google.com/specimen/Maven+Pro",
"title": "Maven Pro"
},
{
"enum": [
"McLaren"
],
"markdownDescription": "https://fonts.google.com/specimen/McLaren",
"title": "McLaren"
},
{
"enum": [
"Meddon"
],
"markdownDescription": "https://fonts.google.com/specimen/Meddon",
"title": "Meddon"
},
{
"enum": [
"MedievalSharp"
],
"markdownDescription": "https://fonts.google.com/specimen/MedievalSharp",
"title": "MedievalSharp"
},
{
"enum": [
"Medula One"
],
"markdownDescription": "https://fonts.google.com/specimen/Medula+One",
"title": "Medula One"
},
{
"enum": [
"Meera Inimai"
],
"markdownDescription": "https://fonts.google.com/specimen/Meera+Inimai",
"title": "Meera Inimai"
},
{
"enum": [
"Megrim"
],
"markdownDescription": "https://fonts.google.com/specimen/Megrim",
"title": "Megrim"
},
{
"enum": [
"Meie Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Meie+Script",
"title": "Meie Script"
},
{
"enum": [
"Merienda"
],
"markdownDescription": "https://fonts.google.com/specimen/Merienda",
"title": "Merienda"
},
{
"enum": [
"Merienda One"
],
"markdownDescription": "https://fonts.google.com/specimen/Merienda+One",
"title": "Merienda One"
},
{
"enum": [
"Merriweather"
],
"markdownDescription": "https://fonts.google.com/specimen/Merriweather",
"title": "Merriweather"
},
{
"enum": [
"Merriweather Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Merriweather+Sans",
"title": "Merriweather Sans"
},
{
"enum": [
"Metal"
],
"markdownDescription": "https://fonts.google.com/specimen/Metal",
"title": "Metal"
},
{
"enum": [
"Metal Mania"
],
"markdownDescription": "https://fonts.google.com/specimen/Metal+Mania",
"title": "Metal Mania"
},
{
"enum": [
"Metamorphous"
],
"markdownDescription": "https://fonts.google.com/specimen/Metamorphous",
"title": "Metamorphous"
},
{
"enum": [
"Metrophobic"
],
"markdownDescription": "https://fonts.google.com/specimen/Metrophobic",
"title": "Metrophobic"
},
{
"enum": [
"Michroma"
],
"markdownDescription": "https://fonts.google.com/specimen/Michroma",
"title": "Michroma"
},
{
"enum": [
"Milonga"
],
"markdownDescription": "https://fonts.google.com/specimen/Milonga",
"title": "Milonga"
},
{
"enum": [
"Miltonian"
],
"markdownDescription": "https://fonts.google.com/specimen/Miltonian",
"title": "Miltonian"
},
{
"enum": [
"Miltonian Tattoo"
],
"markdownDescription": "https://fonts.google.com/specimen/Miltonian+Tattoo",
"title": "Miltonian Tattoo"
},
{
"enum": [
"Mina"
],
"markdownDescription": "https://fonts.google.com/specimen/Mina",
"title": "Mina"
},
{
"enum": [
"Miniver"
],
"markdownDescription": "https://fonts.google.com/specimen/Miniver",
"title": "Miniver"
},
{
"enum": [
"Miriam Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Miriam+Libre",
"title": "Miriam Libre"
},
{
"enum": [
"Mirza"
],
"markdownDescription": "https://fonts.google.com/specimen/Mirza",
"title": "Mirza"
},
{
"enum": [
"Miss Fajardose"
],
"markdownDescription": "https://fonts.google.com/specimen/Miss+Fajardose",
"title": "Miss Fajardose"
},
{
"enum": [
"Mitr"
],
"markdownDescription": "https://fonts.google.com/specimen/Mitr",
"title": "Mitr"
},
{
"enum": [
"Modak"
],
"markdownDescription": "https://fonts.google.com/specimen/Modak",
"title": "Modak"
},
{
"enum": [
"Modern Antiqua"
],
"markdownDescription": "https://fonts.google.com/specimen/Modern+Antiqua",
"title": "Modern Antiqua"
},
{
"enum": [
"Mogra"
],
"markdownDescription": "https://fonts.google.com/specimen/Mogra",
"title": "Mogra"
},
{
"enum": [
"Molengo"
],
"markdownDescription": "https://fonts.google.com/specimen/Molengo",
"title": "Molengo"
},
{
"enum": [
"Molle"
],
"markdownDescription": "https://fonts.google.com/specimen/Molle",
"title": "Molle"
},
{
"enum": [
"Monda"
],
"markdownDescription": "https://fonts.google.com/specimen/Monda",
"title": "Monda"
},
{
"enum": [
"Monofett"
],
"markdownDescription": "https://fonts.google.com/specimen/Monofett",
"title": "Monofett"
},
{
"enum": [
"Monoton"
],
"markdownDescription": "https://fonts.google.com/specimen/Monoton",
"title": "Monoton"
},
{
"enum": [
"Monsieur La Doulaise"
],
"markdownDescription": "https://fonts.google.com/specimen/Monsieur+La+Doulaise",
"title": "Monsieur La Doulaise"
},
{
"enum": [
"Montaga"
],
"markdownDescription": "https://fonts.google.com/specimen/Montaga",
"title": "Montaga"
},
{
"enum": [
"Montez"
],
"markdownDescription": "https://fonts.google.com/specimen/Montez",
"title": "Montez"
},
{
"enum": [
"Montserrat"
],
"markdownDescription": "https://fonts.google.com/specimen/Montserrat",
"title": "Montserrat"
},
{
"enum": [
"Montserrat Alternates"
],
"markdownDescription": "https://fonts.google.com/specimen/Montserrat+Alternates",
"title": "Montserrat Alternates"
},
{
"enum": [
"Montserrat Subrayada"
],
"markdownDescription": "https://fonts.google.com/specimen/Montserrat+Subrayada",
"title": "Montserrat Subrayada"
},
{
"enum": [
"Moul"
],
"markdownDescription": "https://fonts.google.com/specimen/Moul",
"title": "Moul"
},
{
"enum": [
"Moulpali"
],
"markdownDescription": "https://fonts.google.com/specimen/Moulpali",
"title": "Moulpali"
},
{
"enum": [
"Mountains of Christmas"
],
"markdownDescription": "https://fonts.google.com/specimen/Mountains+of+Christmas",
"title": "Mountains of Christmas"
},
{
"enum": [
"Mouse Memoirs"
],
"markdownDescription": "https://fonts.google.com/specimen/Mouse+Memoirs",
"title": "Mouse Memoirs"
},
{
"enum": [
"Mr Bedfort"
],
"markdownDescription": "https://fonts.google.com/specimen/Mr+Bedfort",
"title": "Mr Bedfort"
},
{
"enum": [
"Mr Dafoe"
],
"markdownDescription": "https://fonts.google.com/specimen/Mr+Dafoe",
"title": "Mr Dafoe"
},
{
"enum": [
"Mr De Haviland"
],
"markdownDescription": "https://fonts.google.com/specimen/Mr+De+Haviland",
"title": "Mr De Haviland"
},
{
"enum": [
"Mrs Saint Delafield"
],
"markdownDescription": "https://fonts.google.com/specimen/Mrs+Saint+Delafield",
"title": "Mrs Saint Delafield"
},
{
"enum": [
"Mrs Sheppards"
],
"markdownDescription": "https://fonts.google.com/specimen/Mrs+Sheppards",
"title": "Mrs Sheppards"
},
{
"enum": [
"Mukta"
],
"markdownDescription": "https://fonts.google.com/specimen/Mukta",
"title": "Mukta"
},
{
"enum": [
"Mukta Mahee"
],
"markdownDescription": "https://fonts.google.com/specimen/Mukta+Mahee",
"title": "Mukta Mahee"
},
{
"enum": [
"Mukta Malar"
],
"markdownDescription": "https://fonts.google.com/specimen/Mukta+Malar",
"title": "Mukta Malar"
},
{
"enum": [
"Mukta Vaani"
],
"markdownDescription": "https://fonts.google.com/specimen/Mukta+Vaani",
"title": "Mukta Vaani"
},
{
"enum": [
"Mulish"
],
"markdownDescription": "https://fonts.google.com/specimen/Mulish",
"title": "Mulish"
},
{
"enum": [
"MuseoModerno"
],
"markdownDescription": "https://fonts.google.com/specimen/MuseoModerno",
"title": "MuseoModerno"
},
{
"enum": [
"Mystery Quest"
],
"markdownDescription": "https://fonts.google.com/specimen/Mystery+Quest",
"title": "Mystery Quest"
},
{
"enum": [
"NTR"
],
"markdownDescription": "https://fonts.google.com/specimen/NTR",
"title": "NTR"
},
{
"enum": [
"Nanum Brush Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Nanum+Brush+Script",
"title": "Nanum Brush Script"
},
{
"enum": [
"Nanum Gothic"
],
"markdownDescription": "https://fonts.google.com/specimen/Nanum+Gothic",
"title": "Nanum Gothic"
},
{
"enum": [
"Nanum Gothic Coding"
],
"markdownDescription": "https://fonts.google.com/specimen/Nanum+Gothic+Coding",
"title": "Nanum Gothic Coding"
},
{
"enum": [
"Nanum Myeongjo"
],
"markdownDescription": "https://fonts.google.com/specimen/Nanum+Myeongjo",
"title": "Nanum Myeongjo"
},
{
"enum": [
"Nanum Pen Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Nanum+Pen+Script",
"title": "Nanum Pen Script"
},
{
"enum": [
"Neucha"
],
"markdownDescription": "https://fonts.google.com/specimen/Neucha",
"title": "Neucha"
},
{
"enum": [
"Neuton"
],
"markdownDescription": "https://fonts.google.com/specimen/Neuton",
"title": "Neuton"
},
{
"enum": [
"New Rocker"
],
"markdownDescription": "https://fonts.google.com/specimen/New+Rocker",
"title": "New Rocker"
},
{
"enum": [
"News Cycle"
],
"markdownDescription": "https://fonts.google.com/specimen/News+Cycle",
"title": "News Cycle"
},
{
"enum": [
"Niconne"
],
"markdownDescription": "https://fonts.google.com/specimen/Niconne",
"title": "Niconne"
},
{
"enum": [
"Niramit"
],
"markdownDescription": "https://fonts.google.com/specimen/Niramit",
"title": "Niramit"
},
{
"enum": [
"Nixie One"
],
"markdownDescription": "https://fonts.google.com/specimen/Nixie+One",
"title": "Nixie One"
},
{
"enum": [
"Nobile"
],
"markdownDescription": "https://fonts.google.com/specimen/Nobile",
"title": "Nobile"
},
{
"enum": [
"Nokora"
],
"markdownDescription": "https://fonts.google.com/specimen/Nokora",
"title": "Nokora"
},
{
"enum": [
"Norican"
],
"markdownDescription": "https://fonts.google.com/specimen/Norican",
"title": "Norican"
},
{
"enum": [
"Nosifer"
],
"markdownDescription": "https://fonts.google.com/specimen/Nosifer",
"title": "Nosifer"
},
{
"enum": [
"Notable"
],
"markdownDescription": "https://fonts.google.com/specimen/Notable",
"title": "Notable"
},
{
"enum": [
"Nothing You Could Do"
],
"markdownDescription": "https://fonts.google.com/specimen/Nothing+You+Could+Do",
"title": "Nothing You Could Do"
},
{
"enum": [
"Noticia Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Noticia+Text",
"title": "Noticia Text"
},
{
"enum": [
"Noto Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Sans",
"title": "Noto Sans"
},
{
"enum": [
"Noto Sans HK"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+HK",
"title": "Noto Sans HK"
},
{
"enum": [
"Noto Sans JP"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+JP",
"title": "Noto Sans JP"
},
{
"enum": [
"Noto Sans KR"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+KR",
"title": "Noto Sans KR"
},
{
"enum": [
"Noto Sans SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+SC",
"title": "Noto Sans SC"
},
{
"enum": [
"Noto Sans TC"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Sans+TC",
"title": "Noto Sans TC"
},
{
"enum": [
"Noto Serif"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Serif",
"title": "Noto Serif"
},
{
"enum": [
"Noto Serif JP"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+JP",
"title": "Noto Serif JP"
},
{
"enum": [
"Noto Serif KR"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+KR",
"title": "Noto Serif KR"
},
{
"enum": [
"Noto Serif SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+SC",
"title": "Noto Serif SC"
},
{
"enum": [
"Noto Serif TC"
],
"markdownDescription": "https://fonts.google.com/specimen/Noto+Serif+TC",
"title": "Noto Serif TC"
},
{
"enum": [
"Nova Cut"
],
"markdownDescription": "https://fonts.google.com/specimen/Nova+Cut",
"title": "Nova Cut"
},
{
"enum": [
"Nova Flat"
],
"markdownDescription": "https://fonts.google.com/specimen/Nova+Flat",
"title": "Nova Flat"
},
{
"enum": [
"Nova Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Nova+Mono",
"title": "Nova Mono"
},
{
"enum": [
"Nova Oval"
],
"markdownDescription": "https://fonts.google.com/specimen/Nova+Oval",
"title": "Nova Oval"
},
{
"enum": [
"Nova Round"
],
"markdownDescription": "https://fonts.google.com/specimen/Nova+Round",
"title": "Nova Round"
},
{
"enum": [
"Nova Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Nova+Script",
"title": "Nova Script"
},
{
"enum": [
"Nova Slim"
],
"markdownDescription": "https://fonts.google.com/specimen/Nova+Slim",
"title": "Nova Slim"
},
{
"enum": [
"Nova Square"
],
"markdownDescription": "https://fonts.google.com/specimen/Nova+Square",
"title": "Nova Square"
},
{
"enum": [
"Numans"
],
"markdownDescription": "https://fonts.google.com/specimen/Numans",
"title": "Numans"
},
{
"enum": [
"Nunito"
],
"markdownDescription": "https://fonts.google.com/specimen/Nunito",
"title": "Nunito"
},
{
"enum": [
"Nunito Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Nunito+Sans",
"title": "Nunito Sans"
},
{
"enum": [
"Odibee Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Odibee+Sans",
"title": "Odibee Sans"
},
{
"enum": [
"Odor Mean Chey"
],
"markdownDescription": "https://fonts.google.com/specimen/Odor+Mean+Chey",
"title": "Odor Mean Chey"
},
{
"enum": [
"Offside"
],
"markdownDescription": "https://fonts.google.com/specimen/Offside",
"title": "Offside"
},
{
"enum": [
"Old Standard TT"
],
"markdownDescription": "https://fonts.google.com/specimen/Old+Standard+TT",
"title": "Old Standard TT"
},
{
"enum": [
"Oldenburg"
],
"markdownDescription": "https://fonts.google.com/specimen/Oldenburg",
"title": "Oldenburg"
},
{
"enum": [
"Oleo Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Oleo+Script",
"title": "Oleo Script"
},
{
"enum": [
"Oleo Script Swash Caps"
],
"markdownDescription": "https://fonts.google.com/specimen/Oleo+Script+Swash+Caps",
"title": "Oleo Script Swash Caps"
},
{
"enum": [
"Open Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Open+Sans",
"title": "Open Sans"
},
{
"enum": [
"Open Sans Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Open+Sans+Condensed",
"title": "Open Sans Condensed"
},
{
"enum": [
"Oranienbaum"
],
"markdownDescription": "https://fonts.google.com/specimen/Oranienbaum",
"title": "Oranienbaum"
},
{
"enum": [
"Orbitron"
],
"markdownDescription": "https://fonts.google.com/specimen/Orbitron",
"title": "Orbitron"
},
{
"enum": [
"Oregano"
],
"markdownDescription": "https://fonts.google.com/specimen/Oregano",
"title": "Oregano"
},
{
"enum": [
"Orienta"
],
"markdownDescription": "https://fonts.google.com/specimen/Orienta",
"title": "Orienta"
},
{
"enum": [
"Original Surfer"
],
"markdownDescription": "https://fonts.google.com/specimen/Original+Surfer",
"title": "Original Surfer"
},
{
"enum": [
"Oswald"
],
"markdownDescription": "https://fonts.google.com/specimen/Oswald",
"title": "Oswald"
},
{
"enum": [
"Over the Rainbow"
],
"markdownDescription": "https://fonts.google.com/specimen/Over+the+Rainbow",
"title": "Over the Rainbow"
},
{
"enum": [
"Overlock"
],
"markdownDescription": "https://fonts.google.com/specimen/Overlock",
"title": "Overlock"
},
{
"enum": [
"Overlock SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Overlock+SC",
"title": "Overlock SC"
},
{
"enum": [
"Overpass"
],
"markdownDescription": "https://fonts.google.com/specimen/Overpass",
"title": "Overpass"
},
{
"enum": [
"Overpass Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Overpass+Mono",
"title": "Overpass Mono"
},
{
"enum": [
"Ovo"
],
"markdownDescription": "https://fonts.google.com/specimen/Ovo",
"title": "Ovo"
},
{
"enum": [
"Oxanium"
],
"markdownDescription": "https://fonts.google.com/specimen/Oxanium",
"title": "Oxanium"
},
{
"enum": [
"Oxygen"
],
"markdownDescription": "https://fonts.google.com/specimen/Oxygen",
"title": "Oxygen"
},
{
"enum": [
"Oxygen Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Oxygen+Mono",
"title": "Oxygen Mono"
},
{
"enum": [
"PT Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/PT+Mono",
"title": "PT Mono"
},
{
"enum": [
"PT Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/PT+Sans",
"title": "PT Sans"
},
{
"enum": [
"PT Sans Caption"
],
"markdownDescription": "https://fonts.google.com/specimen/PT+Sans+Caption",
"title": "PT Sans Caption"
},
{
"enum": [
"PT Sans Narrow"
],
"markdownDescription": "https://fonts.google.com/specimen/PT+Sans+Narrow",
"title": "PT Sans Narrow"
},
{
"enum": [
"PT Serif"
],
"markdownDescription": "https://fonts.google.com/specimen/PT+Serif",
"title": "PT Serif"
},
{
"enum": [
"PT Serif Caption"
],
"markdownDescription": "https://fonts.google.com/specimen/PT+Serif+Caption",
"title": "PT Serif Caption"
},
{
"enum": [
"Pacifico"
],
"markdownDescription": "https://fonts.google.com/specimen/Pacifico",
"title": "Pacifico"
},
{
"enum": [
"Padauk"
],
"markdownDescription": "https://fonts.google.com/specimen/Padauk",
"title": "Padauk"
},
{
"enum": [
"Palanquin"
],
"markdownDescription": "https://fonts.google.com/specimen/Palanquin",
"title": "Palanquin"
},
{
"enum": [
"Palanquin Dark"
],
"markdownDescription": "https://fonts.google.com/specimen/Palanquin+Dark",
"title": "Palanquin Dark"
},
{
"enum": [
"Pangolin"
],
"markdownDescription": "https://fonts.google.com/specimen/Pangolin",
"title": "Pangolin"
},
{
"enum": [
"Paprika"
],
"markdownDescription": "https://fonts.google.com/specimen/Paprika",
"title": "Paprika"
},
{
"enum": [
"Parisienne"
],
"markdownDescription": "https://fonts.google.com/specimen/Parisienne",
"title": "Parisienne"
},
{
"enum": [
"Passero One"
],
"markdownDescription": "https://fonts.google.com/specimen/Passero+One",
"title": "Passero One"
},
{
"enum": [
"Passion One"
],
"markdownDescription": "https://fonts.google.com/specimen/Passion+One",
"title": "Passion One"
},
{
"enum": [
"Pathway Gothic One"
],
"markdownDescription": "https://fonts.google.com/specimen/Pathway+Gothic+One",
"title": "Pathway Gothic One"
},
{
"enum": [
"Patrick Hand"
],
"markdownDescription": "https://fonts.google.com/specimen/Patrick+Hand",
"title": "Patrick Hand"
},
{
"enum": [
"Patrick Hand SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Patrick+Hand+SC",
"title": "Patrick Hand SC"
},
{
"enum": [
"Pattaya"
],
"markdownDescription": "https://fonts.google.com/specimen/Pattaya",
"title": "Pattaya"
},
{
"enum": [
"Patua One"
],
"markdownDescription": "https://fonts.google.com/specimen/Patua+One",
"title": "Patua One"
},
{
"enum": [
"Pavanam"
],
"markdownDescription": "https://fonts.google.com/specimen/Pavanam",
"title": "Pavanam"
},
{
"enum": [
"Paytone One"
],
"markdownDescription": "https://fonts.google.com/specimen/Paytone+One",
"title": "Paytone One"
},
{
"enum": [
"Peddana"
],
"markdownDescription": "https://fonts.google.com/specimen/Peddana",
"title": "Peddana"
},
{
"enum": [
"Peralta"
],
"markdownDescription": "https://fonts.google.com/specimen/Peralta",
"title": "Peralta"
},
{
"enum": [
"Permanent Marker"
],
"markdownDescription": "https://fonts.google.com/specimen/Permanent+Marker",
"title": "Permanent Marker"
},
{
"enum": [
"Petit Formal Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Petit+Formal+Script",
"title": "Petit Formal Script"
},
{
"enum": [
"Petrona"
],
"markdownDescription": "https://fonts.google.com/specimen/Petrona",
"title": "Petrona"
},
{
"enum": [
"Philosopher"
],
"markdownDescription": "https://fonts.google.com/specimen/Philosopher",
"title": "Philosopher"
},
{
"enum": [
"Piazzolla"
],
"markdownDescription": "https://fonts.google.com/specimen/Piazzolla",
"title": "Piazzolla"
},
{
"enum": [
"Piedra"
],
"markdownDescription": "https://fonts.google.com/specimen/Piedra",
"title": "Piedra"
},
{
"enum": [
"Pinyon Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Pinyon+Script",
"title": "Pinyon Script"
},
{
"enum": [
"Pirata One"
],
"markdownDescription": "https://fonts.google.com/specimen/Pirata+One",
"title": "Pirata One"
},
{
"enum": [
"Plaster"
],
"markdownDescription": "https://fonts.google.com/specimen/Plaster",
"title": "Plaster"
},
{
"enum": [
"Play"
],
"markdownDescription": "https://fonts.google.com/specimen/Play",
"title": "Play"
},
{
"enum": [
"Playball"
],
"markdownDescription": "https://fonts.google.com/specimen/Playball",
"title": "Playball"
},
{
"enum": [
"Playfair Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Playfair+Display",
"title": "Playfair Display"
},
{
"enum": [
"Playfair Display SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Playfair+Display+SC",
"title": "Playfair Display SC"
},
{
"enum": [
"Podkova"
],
"markdownDescription": "https://fonts.google.com/specimen/Podkova",
"title": "Podkova"
},
{
"enum": [
"Poiret One"
],
"markdownDescription": "https://fonts.google.com/specimen/Poiret+One",
"title": "Poiret One"
},
{
"enum": [
"Poller One"
],
"markdownDescription": "https://fonts.google.com/specimen/Poller+One",
"title": "Poller One"
},
{
"enum": [
"Poly"
],
"markdownDescription": "https://fonts.google.com/specimen/Poly",
"title": "Poly"
},
{
"enum": [
"Pompiere"
],
"markdownDescription": "https://fonts.google.com/specimen/Pompiere",
"title": "Pompiere"
},
{
"enum": [
"Pontano Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Pontano+Sans",
"title": "Pontano Sans"
},
{
"enum": [
"Poor Story"
],
"markdownDescription": "https://fonts.google.com/specimen/Poor+Story",
"title": "Poor Story"
},
{
"enum": [
"Poppins"
],
"markdownDescription": "https://fonts.google.com/specimen/Poppins",
"title": "Poppins"
},
{
"enum": [
"Port Lligat Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Port+Lligat+Sans",
"title": "Port Lligat Sans"
},
{
"enum": [
"Port Lligat Slab"
],
"markdownDescription": "https://fonts.google.com/specimen/Port+Lligat+Slab",
"title": "Port Lligat Slab"
},
{
"enum": [
"Pragati Narrow"
],
"markdownDescription": "https://fonts.google.com/specimen/Pragati+Narrow",
"title": "Pragati Narrow"
},
{
"enum": [
"Prata"
],
"markdownDescription": "https://fonts.google.com/specimen/Prata",
"title": "Prata"
},
{
"enum": [
"Preahvihear"
],
"markdownDescription": "https://fonts.google.com/specimen/Preahvihear",
"title": "Preahvihear"
},
{
"enum": [
"Press Start 2P"
],
"markdownDescription": "https://fonts.google.com/specimen/Press+Start+2P",
"title": "Press Start 2P"
},
{
"enum": [
"Pridi"
],
"markdownDescription": "https://fonts.google.com/specimen/Pridi",
"title": "Pridi"
},
{
"enum": [
"Princess Sofia"
],
"markdownDescription": "https://fonts.google.com/specimen/Princess+Sofia",
"title": "Princess Sofia"
},
{
"enum": [
"Prociono"
],
"markdownDescription": "https://fonts.google.com/specimen/Prociono",
"title": "Prociono"
},
{
"enum": [
"Prompt"
],
"markdownDescription": "https://fonts.google.com/specimen/Prompt",
"title": "Prompt"
},
{
"enum": [
"Prosto One"
],
"markdownDescription": "https://fonts.google.com/specimen/Prosto+One",
"title": "Prosto One"
},
{
"enum": [
"Proza Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Proza+Libre",
"title": "Proza Libre"
},
{
"enum": [
"Public Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Public+Sans",
"title": "Public Sans"
},
{
"enum": [
"Puritan"
],
"markdownDescription": "https://fonts.google.com/specimen/Puritan",
"title": "Puritan"
},
{
"enum": [
"Purple Purse"
],
"markdownDescription": "https://fonts.google.com/specimen/Purple+Purse",
"title": "Purple Purse"
},
{
"enum": [
"Quando"
],
"markdownDescription": "https://fonts.google.com/specimen/Quando",
"title": "Quando"
},
{
"enum": [
"Quantico"
],
"markdownDescription": "https://fonts.google.com/specimen/Quantico",
"title": "Quantico"
},
{
"enum": [
"Quattrocento"
],
"markdownDescription": "https://fonts.google.com/specimen/Quattrocento",
"title": "Quattrocento"
},
{
"enum": [
"Quattrocento Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Quattrocento+Sans",
"title": "Quattrocento Sans"
},
{
"enum": [
"Questrial"
],
"markdownDescription": "https://fonts.google.com/specimen/Questrial",
"title": "Questrial"
},
{
"enum": [
"Quicksand"
],
"markdownDescription": "https://fonts.google.com/specimen/Quicksand",
"title": "Quicksand"
},
{
"enum": [
"Quintessential"
],
"markdownDescription": "https://fonts.google.com/specimen/Quintessential",
"title": "Quintessential"
},
{
"enum": [
"Qwigley"
],
"markdownDescription": "https://fonts.google.com/specimen/Qwigley",
"title": "Qwigley"
},
{
"enum": [
"Racing Sans One"
],
"markdownDescription": "https://fonts.google.com/specimen/Racing+Sans+One",
"title": "Racing Sans One"
},
{
"enum": [
"Radley"
],
"markdownDescription": "https://fonts.google.com/specimen/Radley",
"title": "Radley"
},
{
"enum": [
"Rajdhani"
],
"markdownDescription": "https://fonts.google.com/specimen/Rajdhani",
"title": "Rajdhani"
},
{
"enum": [
"Rakkas"
],
"markdownDescription": "https://fonts.google.com/specimen/Rakkas",
"title": "Rakkas"
},
{
"enum": [
"Raleway"
],
"markdownDescription": "https://fonts.google.com/specimen/Raleway",
"title": "Raleway"
},
{
"enum": [
"Raleway Dots"
],
"markdownDescription": "https://fonts.google.com/specimen/Raleway+Dots",
"title": "Raleway Dots"
},
{
"enum": [
"Ramabhadra"
],
"markdownDescription": "https://fonts.google.com/specimen/Ramabhadra",
"title": "Ramabhadra"
},
{
"enum": [
"Ramaraja"
],
"markdownDescription": "https://fonts.google.com/specimen/Ramaraja",
"title": "Ramaraja"
},
{
"enum": [
"Rambla"
],
"markdownDescription": "https://fonts.google.com/specimen/Rambla",
"title": "Rambla"
},
{
"enum": [
"Rammetto One"
],
"markdownDescription": "https://fonts.google.com/specimen/Rammetto+One",
"title": "Rammetto One"
},
{
"enum": [
"Ranchers"
],
"markdownDescription": "https://fonts.google.com/specimen/Ranchers",
"title": "Ranchers"
},
{
"enum": [
"Rancho"
],
"markdownDescription": "https://fonts.google.com/specimen/Rancho",
"title": "Rancho"
},
{
"enum": [
"Ranga"
],
"markdownDescription": "https://fonts.google.com/specimen/Ranga",
"title": "Ranga"
},
{
"enum": [
"Rasa"
],
"markdownDescription": "https://fonts.google.com/specimen/Rasa",
"title": "Rasa"
},
{
"enum": [
"Rationale"
],
"markdownDescription": "https://fonts.google.com/specimen/Rationale",
"title": "Rationale"
},
{
"enum": [
"Ravi Prakash"
],
"markdownDescription": "https://fonts.google.com/specimen/Ravi+Prakash",
"title": "Ravi Prakash"
},
{
"enum": [
"Recursive"
],
"markdownDescription": "https://fonts.google.com/specimen/Recursive",
"title": "Recursive"
},
{
"enum": [
"Red Hat Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Red+Hat+Display",
"title": "Red Hat Display"
},
{
"enum": [
"Red Hat Text"
],
"markdownDescription": "https://fonts.google.com/specimen/Red+Hat+Text",
"title": "Red Hat Text"
},
{
"enum": [
"Red Rose"
],
"markdownDescription": "https://fonts.google.com/specimen/Red+Rose",
"title": "Red Rose"
},
{
"enum": [
"Redressed"
],
"markdownDescription": "https://fonts.google.com/specimen/Redressed",
"title": "Redressed"
},
{
"enum": [
"Reem Kufi"
],
"markdownDescription": "https://fonts.google.com/specimen/Reem+Kufi",
"title": "Reem Kufi"
},
{
"enum": [
"Reenie Beanie"
],
"markdownDescription": "https://fonts.google.com/specimen/Reenie+Beanie",
"title": "Reenie Beanie"
},
{
"enum": [
"Revalia"
],
"markdownDescription": "https://fonts.google.com/specimen/Revalia",
"title": "Revalia"
},
{
"enum": [
"Rhodium Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Rhodium+Libre",
"title": "Rhodium Libre"
},
{
"enum": [
"Ribeye"
],
"markdownDescription": "https://fonts.google.com/specimen/Ribeye",
"title": "Ribeye"
},
{
"enum": [
"Ribeye Marrow"
],
"markdownDescription": "https://fonts.google.com/specimen/Ribeye+Marrow",
"title": "Ribeye Marrow"
},
{
"enum": [
"Righteous"
],
"markdownDescription": "https://fonts.google.com/specimen/Righteous",
"title": "Righteous"
},
{
"enum": [
"Risque"
],
"markdownDescription": "https://fonts.google.com/specimen/Risque",
"title": "Risque"
},
{
"enum": [
"Roboto"
],
"markdownDescription": "https://fonts.google.com/specimen/Roboto",
"title": "Roboto"
},
{
"enum": [
"Roboto Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Roboto+Condensed",
"title": "Roboto Condensed"
},
{
"enum": [
"Roboto Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Roboto+Mono",
"title": "Roboto Mono"
},
{
"enum": [
"Roboto Slab"
],
"markdownDescription": "https://fonts.google.com/specimen/Roboto+Slab",
"title": "Roboto Slab"
},
{
"enum": [
"Rochester"
],
"markdownDescription": "https://fonts.google.com/specimen/Rochester",
"title": "Rochester"
},
{
"enum": [
"Rock Salt"
],
"markdownDescription": "https://fonts.google.com/specimen/Rock+Salt",
"title": "Rock Salt"
},
{
"enum": [
"Rokkitt"
],
"markdownDescription": "https://fonts.google.com/specimen/Rokkitt",
"title": "Rokkitt"
},
{
"enum": [
"Romanesco"
],
"markdownDescription": "https://fonts.google.com/specimen/Romanesco",
"title": "Romanesco"
},
{
"enum": [
"Ropa Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Ropa+Sans",
"title": "Ropa Sans"
},
{
"enum": [
"Rosario"
],
"markdownDescription": "https://fonts.google.com/specimen/Rosario",
"title": "Rosario"
},
{
"enum": [
"Rosarivo"
],
"markdownDescription": "https://fonts.google.com/specimen/Rosarivo",
"title": "Rosarivo"
},
{
"enum": [
"Rouge Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Rouge+Script",
"title": "Rouge Script"
},
{
"enum": [
"Rowdies"
],
"markdownDescription": "https://fonts.google.com/specimen/Rowdies",
"title": "Rowdies"
},
{
"enum": [
"Rozha One"
],
"markdownDescription": "https://fonts.google.com/specimen/Rozha+One",
"title": "Rozha One"
},
{
"enum": [
"Rubik"
],
"markdownDescription": "https://fonts.google.com/specimen/Rubik",
"title": "Rubik"
},
{
"enum": [
"Rubik Mono One"
],
"markdownDescription": "https://fonts.google.com/specimen/Rubik+Mono+One",
"title": "Rubik Mono One"
},
{
"enum": [
"Ruda"
],
"markdownDescription": "https://fonts.google.com/specimen/Ruda",
"title": "Ruda"
},
{
"enum": [
"Rufina"
],
"markdownDescription": "https://fonts.google.com/specimen/Rufina",
"title": "Rufina"
},
{
"enum": [
"Ruge Boogie"
],
"markdownDescription": "https://fonts.google.com/specimen/Ruge+Boogie",
"title": "Ruge Boogie"
},
{
"enum": [
"Ruluko"
],
"markdownDescription": "https://fonts.google.com/specimen/Ruluko",
"title": "Ruluko"
},
{
"enum": [
"Rum Raisin"
],
"markdownDescription": "https://fonts.google.com/specimen/Rum+Raisin",
"title": "Rum Raisin"
},
{
"enum": [
"Ruslan Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Ruslan+Display",
"title": "Ruslan Display"
},
{
"enum": [
"Russo One"
],
"markdownDescription": "https://fonts.google.com/specimen/Russo+One",
"title": "Russo One"
},
{
"enum": [
"Ruthie"
],
"markdownDescription": "https://fonts.google.com/specimen/Ruthie",
"title": "Ruthie"
},
{
"enum": [
"Rye"
],
"markdownDescription": "https://fonts.google.com/specimen/Rye",
"title": "Rye"
},
{
"enum": [
"Sacramento"
],
"markdownDescription": "https://fonts.google.com/specimen/Sacramento",
"title": "Sacramento"
},
{
"enum": [
"Sahitya"
],
"markdownDescription": "https://fonts.google.com/specimen/Sahitya",
"title": "Sahitya"
},
{
"enum": [
"Sail"
],
"markdownDescription": "https://fonts.google.com/specimen/Sail",
"title": "Sail"
},
{
"enum": [
"Saira"
],
"markdownDescription": "https://fonts.google.com/specimen/Saira",
"title": "Saira"
},
{
"enum": [
"Saira Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Saira+Condensed",
"title": "Saira Condensed"
},
{
"enum": [
"Saira Extra Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Saira+Extra+Condensed",
"title": "Saira Extra Condensed"
},
{
"enum": [
"Saira Semi Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Saira+Semi+Condensed",
"title": "Saira Semi Condensed"
},
{
"enum": [
"Saira Stencil One"
],
"markdownDescription": "https://fonts.google.com/specimen/Saira+Stencil+One",
"title": "Saira Stencil One"
},
{
"enum": [
"Salsa"
],
"markdownDescription": "https://fonts.google.com/specimen/Salsa",
"title": "Salsa"
},
{
"enum": [
"Sanchez"
],
"markdownDescription": "https://fonts.google.com/specimen/Sanchez",
"title": "Sanchez"
},
{
"enum": [
"Sancreek"
],
"markdownDescription": "https://fonts.google.com/specimen/Sancreek",
"title": "Sancreek"
},
{
"enum": [
"Sansita"
],
"markdownDescription": "https://fonts.google.com/specimen/Sansita",
"title": "Sansita"
},
{
"enum": [
"Sansita Swashed"
],
"markdownDescription": "https://fonts.google.com/specimen/Sansita+Swashed",
"title": "Sansita Swashed"
},
{
"enum": [
"Sarabun"
],
"markdownDescription": "https://fonts.google.com/specimen/Sarabun",
"title": "Sarabun"
},
{
"enum": [
"Sarala"
],
"markdownDescription": "https://fonts.google.com/specimen/Sarala",
"title": "Sarala"
},
{
"enum": [
"Sarina"
],
"markdownDescription": "https://fonts.google.com/specimen/Sarina",
"title": "Sarina"
},
{
"enum": [
"Sarpanch"
],
"markdownDescription": "https://fonts.google.com/specimen/Sarpanch",
"title": "Sarpanch"
},
{
"enum": [
"Satisfy"
],
"markdownDescription": "https://fonts.google.com/specimen/Satisfy",
"title": "Satisfy"
},
{
"enum": [
"Sawarabi Gothic"
],
"markdownDescription": "https://fonts.google.com/specimen/Sawarabi+Gothic",
"title": "Sawarabi Gothic"
},
{
"enum": [
"Sawarabi Mincho"
],
"markdownDescription": "https://fonts.google.com/specimen/Sawarabi+Mincho",
"title": "Sawarabi Mincho"
},
{
"enum": [
"Scada"
],
"markdownDescription": "https://fonts.google.com/specimen/Scada",
"title": "Scada"
},
{
"enum": [
"Scheherazade"
],
"markdownDescription": "https://fonts.google.com/specimen/Scheherazade",
"title": "Scheherazade"
},
{
"enum": [
"Schoolbell"
],
"markdownDescription": "https://fonts.google.com/specimen/Schoolbell",
"title": "Schoolbell"
},
{
"enum": [
"Scope One"
],
"markdownDescription": "https://fonts.google.com/specimen/Scope+One",
"title": "Scope One"
},
{
"enum": [
"Seaweed Script"
],
"markdownDescription": "https://fonts.google.com/specimen/Seaweed+Script",
"title": "Seaweed Script"
},
{
"enum": [
"Secular One"
],
"markdownDescription": "https://fonts.google.com/specimen/Secular+One",
"title": "Secular One"
},
{
"enum": [
"Sedgwick Ave"
],
"markdownDescription": "https://fonts.google.com/specimen/Sedgwick+Ave",
"title": "Sedgwick Ave"
},
{
"enum": [
"Sedgwick Ave Display"
],
"markdownDescription": "https://fonts.google.com/specimen/Sedgwick+Ave+Display",
"title": "Sedgwick Ave Display"
},
{
"enum": [
"Sen"
],
"markdownDescription": "https://fonts.google.com/specimen/Sen",
"title": "Sen"
},
{
"enum": [
"Sevillana"
],
"markdownDescription": "https://fonts.google.com/specimen/Sevillana",
"title": "Sevillana"
},
{
"enum": [
"Seymour One"
],
"markdownDescription": "https://fonts.google.com/specimen/Seymour+One",
"title": "Seymour One"
},
{
"enum": [
"Shadows Into Light"
],
"markdownDescription": "https://fonts.google.com/specimen/Shadows+Into+Light",
"title": "Shadows Into Light"
},
{
"enum": [
"Shadows Into Light Two"
],
"markdownDescription": "https://fonts.google.com/specimen/Shadows+Into+Light+Two",
"title": "Shadows Into Light Two"
},
{
"enum": [
"Shanti"
],
"markdownDescription": "https://fonts.google.com/specimen/Shanti",
"title": "Shanti"
},
{
"enum": [
"Share"
],
"markdownDescription": "https://fonts.google.com/specimen/Share",
"title": "Share"
},
{
"enum": [
"Share Tech"
],
"markdownDescription": "https://fonts.google.com/specimen/Share+Tech",
"title": "Share Tech"
},
{
"enum": [
"Share Tech Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Share+Tech+Mono",
"title": "Share Tech Mono"
},
{
"enum": [
"Shojumaru"
],
"markdownDescription": "https://fonts.google.com/specimen/Shojumaru",
"title": "Shojumaru"
},
{
"enum": [
"Short Stack"
],
"markdownDescription": "https://fonts.google.com/specimen/Short+Stack",
"title": "Short Stack"
},
{
"enum": [
"Shrikhand"
],
"markdownDescription": "https://fonts.google.com/specimen/Shrikhand",
"title": "Shrikhand"
},
{
"enum": [
"Siemreap"
],
"markdownDescription": "https://fonts.google.com/specimen/Siemreap",
"title": "Siemreap"
},
{
"enum": [
"Sigmar One"
],
"markdownDescription": "https://fonts.google.com/specimen/Sigmar+One",
"title": "Sigmar One"
},
{
"enum": [
"Signika"
],
"markdownDescription": "https://fonts.google.com/specimen/Signika",
"title": "Signika"
},
{
"enum": [
"Signika Negative"
],
"markdownDescription": "https://fonts.google.com/specimen/Signika+Negative",
"title": "Signika Negative"
},
{
"enum": [
"Simonetta"
],
"markdownDescription": "https://fonts.google.com/specimen/Simonetta",
"title": "Simonetta"
},
{
"enum": [
"Single Day"
],
"markdownDescription": "https://fonts.google.com/specimen/Single+Day",
"title": "Single Day"
},
{
"enum": [
"Sintony"
],
"markdownDescription": "https://fonts.google.com/specimen/Sintony",
"title": "Sintony"
},
{
"enum": [
"Sirin Stencil"
],
"markdownDescription": "https://fonts.google.com/specimen/Sirin+Stencil",
"title": "Sirin Stencil"
},
{
"enum": [
"Six Caps"
],
"markdownDescription": "https://fonts.google.com/specimen/Six+Caps",
"title": "Six Caps"
},
{
"enum": [
"Skranji"
],
"markdownDescription": "https://fonts.google.com/specimen/Skranji",
"title": "Skranji"
},
{
"enum": [
"Slabo 13px"
],
"markdownDescription": "https://fonts.google.com/specimen/Slabo+13px",
"title": "Slabo 13px"
},
{
"enum": [
"Slabo 27px"
],
"markdownDescription": "https://fonts.google.com/specimen/Slabo+27px",
"title": "Slabo 27px"
},
{
"enum": [
"Slackey"
],
"markdownDescription": "https://fonts.google.com/specimen/Slackey",
"title": "Slackey"
},
{
"enum": [
"Smokum"
],
"markdownDescription": "https://fonts.google.com/specimen/Smokum",
"title": "Smokum"
},
{
"enum": [
"Smythe"
],
"markdownDescription": "https://fonts.google.com/specimen/Smythe",
"title": "Smythe"
},
{
"enum": [
"Sniglet"
],
"markdownDescription": "https://fonts.google.com/specimen/Sniglet",
"title": "Sniglet"
},
{
"enum": [
"Snippet"
],
"markdownDescription": "https://fonts.google.com/specimen/Snippet",
"title": "Snippet"
},
{
"enum": [
"Snowburst One"
],
"markdownDescription": "https://fonts.google.com/specimen/Snowburst+One",
"title": "Snowburst One"
},
{
"enum": [
"Sofadi One"
],
"markdownDescription": "https://fonts.google.com/specimen/Sofadi+One",
"title": "Sofadi One"
},
{
"enum": [
"Sofia"
],
"markdownDescription": "https://fonts.google.com/specimen/Sofia",
"title": "Sofia"
},
{
"enum": [
"Solway"
],
"markdownDescription": "https://fonts.google.com/specimen/Solway",
"title": "Solway"
},
{
"enum": [
"Song Myung"
],
"markdownDescription": "https://fonts.google.com/specimen/Song+Myung",
"title": "Song Myung"
},
{
"enum": [
"Sonsie One"
],
"markdownDescription": "https://fonts.google.com/specimen/Sonsie+One",
"title": "Sonsie One"
},
{
"enum": [
"Sora"
],
"markdownDescription": "https://fonts.google.com/specimen/Sora",
"title": "Sora"
},
{
"enum": [
"Sorts Mill Goudy"
],
"markdownDescription": "https://fonts.google.com/specimen/Sorts+Mill+Goudy",
"title": "Sorts Mill Goudy"
},
{
"enum": [
"Source Code Pro"
],
"markdownDescription": "https://fonts.google.com/specimen/Source+Code+Pro",
"title": "Source Code Pro"
},
{
"enum": [
"Source Sans Pro"
],
"markdownDescription": "https://fonts.google.com/specimen/Source+Sans+Pro",
"title": "Source Sans Pro"
},
{
"enum": [
"Source Serif Pro"
],
"markdownDescription": "https://fonts.google.com/specimen/Source+Serif+Pro",
"title": "Source Serif Pro"
},
{
"enum": [
"Space Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Space+Mono",
"title": "Space Mono"
},
{
"enum": [
"Spartan"
],
"markdownDescription": "https://fonts.google.com/specimen/Spartan",
"title": "Spartan"
},
{
"enum": [
"Special Elite"
],
"markdownDescription": "https://fonts.google.com/specimen/Special+Elite",
"title": "Special Elite"
},
{
"enum": [
"Spectral"
],
"markdownDescription": "https://fonts.google.com/specimen/Spectral",
"title": "Spectral"
},
{
"enum": [
"Spectral SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Spectral+SC",
"title": "Spectral SC"
},
{
"enum": [
"Spicy Rice"
],
"markdownDescription": "https://fonts.google.com/specimen/Spicy+Rice",
"title": "Spicy Rice"
},
{
"enum": [
"Spinnaker"
],
"markdownDescription": "https://fonts.google.com/specimen/Spinnaker",
"title": "Spinnaker"
},
{
"enum": [
"Spirax"
],
"markdownDescription": "https://fonts.google.com/specimen/Spirax",
"title": "Spirax"
},
{
"enum": [
"Squada One"
],
"markdownDescription": "https://fonts.google.com/specimen/Squada+One",
"title": "Squada One"
},
{
"enum": [
"Sree Krushnadevaraya"
],
"markdownDescription": "https://fonts.google.com/specimen/Sree+Krushnadevaraya",
"title": "Sree Krushnadevaraya"
},
{
"enum": [
"Sriracha"
],
"markdownDescription": "https://fonts.google.com/specimen/Sriracha",
"title": "Sriracha"
},
{
"enum": [
"Srisakdi"
],
"markdownDescription": "https://fonts.google.com/specimen/Srisakdi",
"title": "Srisakdi"
},
{
"enum": [
"Staatliches"
],
"markdownDescription": "https://fonts.google.com/specimen/Staatliches",
"title": "Staatliches"
},
{
"enum": [
"Stalemate"
],
"markdownDescription": "https://fonts.google.com/specimen/Stalemate",
"title": "Stalemate"
},
{
"enum": [
"Stalinist One"
],
"markdownDescription": "https://fonts.google.com/specimen/Stalinist+One",
"title": "Stalinist One"
},
{
"enum": [
"Stardos Stencil"
],
"markdownDescription": "https://fonts.google.com/specimen/Stardos+Stencil",
"title": "Stardos Stencil"
},
{
"enum": [
"Stint Ultra Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Stint+Ultra+Condensed",
"title": "Stint Ultra Condensed"
},
{
"enum": [
"Stint Ultra Expanded"
],
"markdownDescription": "https://fonts.google.com/specimen/Stint+Ultra+Expanded",
"title": "Stint Ultra Expanded"
},
{
"enum": [
"Stoke"
],
"markdownDescription": "https://fonts.google.com/specimen/Stoke",
"title": "Stoke"
},
{
"enum": [
"Strait"
],
"markdownDescription": "https://fonts.google.com/specimen/Strait",
"title": "Strait"
},
{
"enum": [
"Stylish"
],
"markdownDescription": "https://fonts.google.com/specimen/Stylish",
"title": "Stylish"
},
{
"enum": [
"Sue Ellen Francisco"
],
"markdownDescription": "https://fonts.google.com/specimen/Sue+Ellen+Francisco",
"title": "Sue Ellen Francisco"
},
{
"enum": [
"Suez One"
],
"markdownDescription": "https://fonts.google.com/specimen/Suez+One",
"title": "Suez One"
},
{
"enum": [
"Sulphur Point"
],
"markdownDescription": "https://fonts.google.com/specimen/Sulphur+Point",
"title": "Sulphur Point"
},
{
"enum": [
"Sumana"
],
"markdownDescription": "https://fonts.google.com/specimen/Sumana",
"title": "Sumana"
},
{
"enum": [
"Sunflower"
],
"markdownDescription": "https://fonts.google.com/specimen/Sunflower",
"title": "Sunflower"
},
{
"enum": [
"Sunshiney"
],
"markdownDescription": "https://fonts.google.com/specimen/Sunshiney",
"title": "Sunshiney"
},
{
"enum": [
"Supermercado One"
],
"markdownDescription": "https://fonts.google.com/specimen/Supermercado+One",
"title": "Supermercado One"
},
{
"enum": [
"Sura"
],
"markdownDescription": "https://fonts.google.com/specimen/Sura",
"title": "Sura"
},
{
"enum": [
"Suranna"
],
"markdownDescription": "https://fonts.google.com/specimen/Suranna",
"title": "Suranna"
},
{
"enum": [
"Suravaram"
],
"markdownDescription": "https://fonts.google.com/specimen/Suravaram",
"title": "Suravaram"
},
{
"enum": [
"Suwannaphum"
],
"markdownDescription": "https://fonts.google.com/specimen/Suwannaphum",
"title": "Suwannaphum"
},
{
"enum": [
"Swanky and Moo Moo"
],
"markdownDescription": "https://fonts.google.com/specimen/Swanky+and+Moo+Moo",
"title": "Swanky and Moo Moo"
},
{
"enum": [
"Syncopate"
],
"markdownDescription": "https://fonts.google.com/specimen/Syncopate",
"title": "Syncopate"
},
{
"enum": [
"Syne"
],
"markdownDescription": "https://fonts.google.com/specimen/Syne",
"title": "Syne"
},
{
"enum": [
"Tajawal"
],
"markdownDescription": "https://fonts.google.com/specimen/Tajawal",
"title": "Tajawal"
},
{
"enum": [
"Tangerine"
],
"markdownDescription": "https://fonts.google.com/specimen/Tangerine",
"title": "Tangerine"
},
{
"enum": [
"Taprom"
],
"markdownDescription": "https://fonts.google.com/specimen/Taprom",
"title": "Taprom"
},
{
"enum": [
"Tauri"
],
"markdownDescription": "https://fonts.google.com/specimen/Tauri",
"title": "Tauri"
},
{
"enum": [
"Taviraj"
],
"markdownDescription": "https://fonts.google.com/specimen/Taviraj",
"title": "Taviraj"
},
{
"enum": [
"Teko"
],
"markdownDescription": "https://fonts.google.com/specimen/Teko",
"title": "Teko"
},
{
"enum": [
"Telex"
],
"markdownDescription": "https://fonts.google.com/specimen/Telex",
"title": "Telex"
},
{
"enum": [
"Tenali Ramakrishna"
],
"markdownDescription": "https://fonts.google.com/specimen/Tenali+Ramakrishna",
"title": "Tenali Ramakrishna"
},
{
"enum": [
"Tenor Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Tenor+Sans",
"title": "Tenor Sans"
},
{
"enum": [
"Text Me One"
],
"markdownDescription": "https://fonts.google.com/specimen/Text+Me+One",
"title": "Text Me One"
},
{
"enum": [
"Thasadith"
],
"markdownDescription": "https://fonts.google.com/specimen/Thasadith",
"title": "Thasadith"
},
{
"enum": [
"The Girl Next Door"
],
"markdownDescription": "https://fonts.google.com/specimen/The+Girl+Next+Door",
"title": "The Girl Next Door"
},
{
"enum": [
"Tienne"
],
"markdownDescription": "https://fonts.google.com/specimen/Tienne",
"title": "Tienne"
},
{
"enum": [
"Tillana"
],
"markdownDescription": "https://fonts.google.com/specimen/Tillana",
"title": "Tillana"
},
{
"enum": [
"Timmana"
],
"markdownDescription": "https://fonts.google.com/specimen/Timmana",
"title": "Timmana"
},
{
"enum": [
"Tinos"
],
"markdownDescription": "https://fonts.google.com/specimen/Tinos",
"title": "Tinos"
},
{
"enum": [
"Titan One"
],
"markdownDescription": "https://fonts.google.com/specimen/Titan+One",
"title": "Titan One"
},
{
"enum": [
"Titillium Web"
],
"markdownDescription": "https://fonts.google.com/specimen/Titillium+Web",
"title": "Titillium Web"
},
{
"enum": [
"Tomorrow"
],
"markdownDescription": "https://fonts.google.com/specimen/Tomorrow",
"title": "Tomorrow"
},
{
"enum": [
"Trade Winds"
],
"markdownDescription": "https://fonts.google.com/specimen/Trade+Winds",
"title": "Trade Winds"
},
{
"enum": [
"Trirong"
],
"markdownDescription": "https://fonts.google.com/specimen/Trirong",
"title": "Trirong"
},
{
"enum": [
"Trocchi"
],
"markdownDescription": "https://fonts.google.com/specimen/Trocchi",
"title": "Trocchi"
},
{
"enum": [
"Trochut"
],
"markdownDescription": "https://fonts.google.com/specimen/Trochut",
"title": "Trochut"
},
{
"enum": [
"Trykker"
],
"markdownDescription": "https://fonts.google.com/specimen/Trykker",
"title": "Trykker"
},
{
"enum": [
"Tulpen One"
],
"markdownDescription": "https://fonts.google.com/specimen/Tulpen+One",
"title": "Tulpen One"
},
{
"enum": [
"Turret Road"
],
"markdownDescription": "https://fonts.google.com/specimen/Turret+Road",
"title": "Turret Road"
},
{
"enum": [
"Ubuntu"
],
"markdownDescription": "https://fonts.google.com/specimen/Ubuntu",
"title": "Ubuntu"
},
{
"enum": [
"Ubuntu Condensed"
],
"markdownDescription": "https://fonts.google.com/specimen/Ubuntu+Condensed",
"title": "Ubuntu Condensed"
},
{
"enum": [
"Ubuntu Mono"
],
"markdownDescription": "https://fonts.google.com/specimen/Ubuntu+Mono",
"title": "Ubuntu Mono"
},
{
"enum": [
"Ultra"
],
"markdownDescription": "https://fonts.google.com/specimen/Ultra",
"title": "Ultra"
},
{
"enum": [
"Uncial Antiqua"
],
"markdownDescription": "https://fonts.google.com/specimen/Uncial+Antiqua",
"title": "Uncial Antiqua"
},
{
"enum": [
"Underdog"
],
"markdownDescription": "https://fonts.google.com/specimen/Underdog",
"title": "Underdog"
},
{
"enum": [
"Unica One"
],
"markdownDescription": "https://fonts.google.com/specimen/Unica+One",
"title": "Unica One"
},
{
"enum": [
"UnifrakturCook"
],
"markdownDescription": "https://fonts.google.com/specimen/UnifrakturCook",
"title": "UnifrakturCook"
},
{
"enum": [
"UnifrakturMaguntia"
],
"markdownDescription": "https://fonts.google.com/specimen/UnifrakturMaguntia",
"title": "UnifrakturMaguntia"
},
{
"enum": [
"Unkempt"
],
"markdownDescription": "https://fonts.google.com/specimen/Unkempt",
"title": "Unkempt"
},
{
"enum": [
"Unlock"
],
"markdownDescription": "https://fonts.google.com/specimen/Unlock",
"title": "Unlock"
},
{
"enum": [
"Unna"
],
"markdownDescription": "https://fonts.google.com/specimen/Unna",
"title": "Unna"
},
{
"enum": [
"VT323"
],
"markdownDescription": "https://fonts.google.com/specimen/VT323",
"title": "VT323"
},
{
"enum": [
"Vampiro One"
],
"markdownDescription": "https://fonts.google.com/specimen/Vampiro+One",
"title": "Vampiro One"
},
{
"enum": [
"Varela"
],
"markdownDescription": "https://fonts.google.com/specimen/Varela",
"title": "Varela"
},
{
"enum": [
"Varela Round"
],
"markdownDescription": "https://fonts.google.com/specimen/Varela+Round",
"title": "Varela Round"
},
{
"enum": [
"Varta"
],
"markdownDescription": "https://fonts.google.com/specimen/Varta",
"title": "Varta"
},
{
"enum": [
"Vast Shadow"
],
"markdownDescription": "https://fonts.google.com/specimen/Vast+Shadow",
"title": "Vast Shadow"
},
{
"enum": [
"Vesper Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Vesper+Libre",
"title": "Vesper Libre"
},
{
"enum": [
"Viaoda Libre"
],
"markdownDescription": "https://fonts.google.com/specimen/Viaoda+Libre",
"title": "Viaoda Libre"
},
{
"enum": [
"Vibes"
],
"markdownDescription": "https://fonts.google.com/specimen/Vibes",
"title": "Vibes"
},
{
"enum": [
"Vibur"
],
"markdownDescription": "https://fonts.google.com/specimen/Vibur",
"title": "Vibur"
},
{
"enum": [
"Vidaloka"
],
"markdownDescription": "https://fonts.google.com/specimen/Vidaloka",
"title": "Vidaloka"
},
{
"enum": [
"Viga"
],
"markdownDescription": "https://fonts.google.com/specimen/Viga",
"title": "Viga"
},
{
"enum": [
"Voces"
],
"markdownDescription": "https://fonts.google.com/specimen/Voces",
"title": "Voces"
},
{
"enum": [
"Volkhov"
],
"markdownDescription": "https://fonts.google.com/specimen/Volkhov",
"title": "Volkhov"
},
{
"enum": [
"Vollkorn"
],
"markdownDescription": "https://fonts.google.com/specimen/Vollkorn",
"title": "Vollkorn"
},
{
"enum": [
"Vollkorn SC"
],
"markdownDescription": "https://fonts.google.com/specimen/Vollkorn+SC",
"title": "Vollkorn SC"
},
{
"enum": [
"Voltaire"
],
"markdownDescription": "https://fonts.google.com/specimen/Voltaire",
"title": "Voltaire"
},
{
"enum": [
"Waiting for the Sunrise"
],
"markdownDescription": "https://fonts.google.com/specimen/Waiting+for+the+Sunrise",
"title": "Waiting for the Sunrise"
},
{
"enum": [
"Wallpoet"
],
"markdownDescription": "https://fonts.google.com/specimen/Wallpoet",
"title": "Wallpoet"
},
{
"enum": [
"Walter Turncoat"
],
"markdownDescription": "https://fonts.google.com/specimen/Walter+Turncoat",
"title": "Walter Turncoat"
},
{
"enum": [
"Warnes"
],
"markdownDescription": "https://fonts.google.com/specimen/Warnes",
"title": "Warnes"
},
{
"enum": [
"Wellfleet"
],
"markdownDescription": "https://fonts.google.com/specimen/Wellfleet",
"title": "Wellfleet"
},
{
"enum": [
"Wendy One"
],
"markdownDescription": "https://fonts.google.com/specimen/Wendy+One",
"title": "Wendy One"
},
{
"enum": [
"Wire One"
],
"markdownDescription": "https://fonts.google.com/specimen/Wire+One",
"title": "Wire One"
},
{
"enum": [
"Work Sans"
],
"markdownDescription": "https://fonts.google.com/specimen/Work+Sans",
"title": "Work Sans"
},
{
"enum": [
"Yanone Kaffeesatz"
],
"markdownDescription": "https://fonts.google.com/specimen/Yanone+Kaffeesatz",
"title": "Yanone Kaffeesatz"
},
{
"enum": [
"Yantramanav"
],
"markdownDescription": "https://fonts.google.com/specimen/Yantramanav",
"title": "Yantramanav"
},
{
"enum": [
"Yatra One"
],
"markdownDescription": "https://fonts.google.com/specimen/Yatra+One",
"title": "Yatra One"
},
{
"enum": [
"Yellowtail"
],
"markdownDescription": "https://fonts.google.com/specimen/Yellowtail",
"title": "Yellowtail"
},
{
"enum": [
"Yeon Sung"
],
"markdownDescription": "https://fonts.google.com/specimen/Yeon+Sung",
"title": "Yeon Sung"
},
{
"enum": [
"Yeseva One"
],
"markdownDescription": "https://fonts.google.com/specimen/Yeseva+One",
"title": "Yeseva One"
},
{
"enum": [
"Yesteryear"
],
"markdownDescription": "https://fonts.google.com/specimen/Yesteryear",
"title": "Yesteryear"
},
{
"enum": [
"Yrsa"
],
"markdownDescription": "https://fonts.google.com/specimen/Yrsa",
"title": "Yrsa"
},
{
"enum": [
"ZCOOL KuaiLe"
],
"markdownDescription": "https://fonts.google.com/specimen/ZCOOL+KuaiLe",
"title": "ZCOOL KuaiLe"
},
{
"enum": [
"ZCOOL QingKe HuangYou"
],
"markdownDescription": "https://fonts.google.com/specimen/ZCOOL+QingKe+HuangYou",
"title": "ZCOOL QingKe HuangYou"
},
{
"enum": [
"ZCOOL XiaoWei"
],
"markdownDescription": "https://fonts.google.com/specimen/ZCOOL+XiaoWei",
"title": "ZCOOL XiaoWei"
},
{
"enum": [
"Zeyada"
],
"markdownDescription": "https://fonts.google.com/specimen/Zeyada",
"title": "Zeyada"
},
{
"enum": [
"Zhi Mang Xing"
],
"markdownDescription": "https://fonts.google.com/specimen/Zhi+Mang+Xing",
"title": "Zhi Mang Xing"
},
{
"enum": [
"Zilla Slab"
],
"markdownDescription": "https://fonts.google.com/specimen/Zilla+Slab",
"title": "Zilla Slab"
},
{
"enum": [
"Zilla Slab Highlight"
],
"markdownDescription": "https://fonts.google.com/specimen/Zilla+Slab+Highlight",
"title": "Zilla Slab Highlight"
}
],
"title": "Google Fonts",
"type": "string"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/plugins/external/minify.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"minify": {
"additionalProperties": false,
"dependencies": {
"minify_css": [
"css_files"
],
"minify_js": [
"js_files"
]
},
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin",
"properties": {
"css_files": {
"items": {
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options",
"pattern": "\\.css$",
"title": "Path to CSS file"
},
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options",
"minItems": 1,
"title": "CSS files to minify",
"type": "array",
"uniqueItems": true
},
"htmlmin_opts": {
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options",
"title": "Options for HTML minifier",
"type": "object"
},
"js_files": {
"items": {
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options",
"pattern": "\\.js$",
"title": "Path to JavaScript file"
},
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options",
"minItems": 1,
"title": "JavaScript files to minify",
"type": "array",
"uniqueItems": true
},
"minify_css": {
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options",
"title": "Minify CSS files",
"type": "boolean"
},
"minify_html": {
"default": true,
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options",
"title": "Minify HTML files",
"type": "boolean"
},
"minify_js": {
"markdownDescription": "https://github.com/byrnereese/mkdocs-minify-plugin#options",
"title": "Minify JavaScript files",
"type": "boolean"
}
},
"type": "object"
}
},
"title": "Minify plugin",
"type": "object"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/plugins.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"built-in": {
"description": "Built-in plugins",
"oneOf": [
{
"$ref": "plugins/offline.json"
},
{
"$ref": "plugins/privacy.json"
},
{
"$ref": "plugins/search.json"
},
{
"$ref": "plugins/social.json"
},
{
"$ref": "plugins/tags.json"
}
]
},
"external": {
"description": "External plugins, schema provided by us",
"oneOf": [
{
"$ref": "plugins/external/git-revision-date.json"
},
{
"$ref": "plugins/external/git-revision-date-localized.json"
},
{
"$ref": "plugins/external/minify.json"
},
{
"$ref": "plugins/external/redirects.json"
}
]
},
"external-community": {
"description": "External plugins, schema provided by the community",
"oneOf": [
{
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
},
{
"$ref": "https://mondeja.github.io/mkdocs-mdpo-plugin/schema.json"
},
{
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-material-relative-language-selector/master/schema.json"
},
{
"$ref": "https://guts.github.io/mkdocs-rss-plugin/schema.json"
}
]
}
},
"items": {
"oneOf": [
{
"$ref": "#/definitions/built-in"
},
{
"$ref": "#/definitions/external"
},
{
"$ref": "#/definitions/external-community"
}
]
},
"markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/",
"minItems": 1,
"title": "Plugins",
"type": "array",
"uniqueItems": true
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/extensions.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"items": {
"oneOf": [
{
"$ref": "extensions/markdown.json"
},
{
"$ref": "extensions/pymdownx.json"
}
]
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/",
"minItems": 1,
"title": "Markdown extensions",
"type": "array",
"uniqueItems": true
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/plugins/external/redirects.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"redirects": {
"additionalProperties": false,
"markdownDescription": "https://github.com/datarobot/mkdocs-redirects",
"properties": {
"redirect_maps": {
"additionalProperties": false,
"defaultSnippets": [
{
"body": {
"${1:from}.md": "${2:to}.md"
},
"label": "Internal redirect"
},
{
"body": {
"${1:from}.md": "https://${2:to.url}"
},
"label": "External redirect"
}
],
"markdownDescription": "https://github.com/datarobot/mkdocs-redirects#using",
"patternProperties": {
"\\.md$": {
"oneOf": [
{
"markdownDescription": "https://github.com/datarobot/mkdocs-redirects#using",
"pattern": "\\.md$",
"title": "Internal redirect"
},
{
"markdownDescription": "https://github.com/datarobot/mkdocs-redirects#using",
"pattern": "^https?:",
"title": "External redirect"
}
]
}
},
"title": "Mapping of Markdown files",
"type": "object"
}
},
"type": "object"
}
},
"title": "Redirects plugin",
"type": "object"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/plugins/social.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"social"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/"
},
{
"additionalProperties": false,
"properties": {
"social": {
"additionalProperties": false,
"defaultSnippets": [
{
"body": "cards_font: ${1:Roboto}",
"label": "cards_font"
}
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/",
"properties": {
"cards": {
"default": true,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#cards",
"title": "Social card generation",
"type": "boolean"
},
"cards_color": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#cards-color",
"properties": {
"fill": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#cards-color",
"title": "Background fill color",
"type": "string"
},
"text": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#cards-color",
"title": "Foreground text color",
"type": "string"
}
},
"required": [
"fill",
"text"
],
"title": "Social card color palette",
"type": "object"
},
"cards_directory": {
"default": "assets/images/social",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#cards-directory",
"title": "Social card directory",
"type": "string"
},
"cards_font": {
"$ref": "../assets/fonts.json"
}
},
"type": "object"
}
},
"type": "object"
}
],
"title": "Built-in social plugin"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/plugins/external/git-revision-date-localized.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"git-revision-date-localized"
],
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/"
},
{
"additionalProperties": false,
"properties": {
"git-revision-date-localized": {
"additionalProperties": false,
"defaultSnippets": [
{
"body": "type: date",
"label": "type"
}
],
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/",
"properties": {
"enable_creation_date": {
"default": false,
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#enable_creation_date",
"title": "Enable support for creation date",
"type": "boolean"
},
"enabled": {
"default": true,
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#enabled",
"title": "Enable plugin",
"type": "boolean"
},
"exclude": {
"items": {
"pattern": "(\\*|\\.md)$"
},
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#exclude",
"title": "List of Markdown file patterns",
"type": "array"
},
"fallback_to_build_date": {
"default": false,
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#fallback_to_build_date",
"title": "Use build date when git is not available",
"type": "boolean"
},
"locale": {
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#locale",
"title": "Date locale",
"type": "string"
},
"timezone": {
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#timezone",
"title": "Date timezone",
"type": "string"
},
"type": {
"default": "date",
"enum": [
"date",
"datetime",
"iso_date",
"iso_datetime",
"timeago"
],
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#type",
"title": "Date display format",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
],
"title": "Git revision date plugin with localization support"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 5850308937fd8b41991aa3d47edefb615503676d | 2022-03-12T08:08:18 | docs/schema.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"defaultSnippets": [
{
"body": "${1:Jane Doe}",
"label": "site_author"
},
{
"body": "repo_url: https://github.com/${1:user}/${2:repo}",
"label": "repo_url"
},
{
"body": "copyright: Copyright © 2022 ${1:Jane Doe}",
"label": "copyright"
}
],
"markdownDescription": "Configuration",
"properties": {
"INHERIT": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance",
"pattern": "\\.yml$",
"title": "Inherit from configuration"
},
"copyright": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#copyright-notice",
"title": "Copyright, used in footer",
"type": "string"
},
"docs_dir": {
"default": "docs",
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#docs_dir",
"title": "Directory containing the Markdown sources",
"type": "string"
},
"edit_uri": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#edit-button",
"title": "Path from repository root to directory containing Markdown",
"type": "string"
},
"extra": {
"$ref": "schema/extra.json"
},
"extra_css": {
"items": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-css",
"pattern": "\\.css$",
"title": "Path to CSS file"
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-css",
"minItems": 1,
"title": "Additional CSS files to include",
"type": "array",
"uniqueItems": true
},
"extra_javascript": {
"items": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript",
"pattern": "\\.js$",
"title": "Path to JavaScript file"
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript",
"minItems": 1,
"title": "Additional JavaScript files to include",
"type": "array",
"uniqueItems": true
},
"extra_templates": {
"items": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#extra_templates",
"pattern": "\\.html$",
"title": "Path to HTML file"
},
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#extra_templates",
"minItems": 1,
"title": "Additional HTML files to include",
"type": "array",
"uniqueItems": true
},
"markdown_extensions": {
"$ref": "schema/extensions.json"
},
"nav": {
"$ref": "schema/nav.json"
},
"plugins": {
"$ref": "schema/plugins.json"
},
"remote_branch": {
"default": "theme",
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#remote_branch",
"title": "Remote branch to deploy to",
"type": "string"
},
"remote_name": {
"default": "origin",
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#remote_name",
"title": "Remote origin to deploy to",
"type": "string"
},
"repo_name": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository-name",
"title": "Repository name, used in header",
"type": "string"
},
"repo_url": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository",
"title": "Repository URL",
"type": "string"
},
"site_author": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_author",
"title": "Site author, used in document head",
"type": "string"
},
"site_description": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_description",
"title": "Site description, used in document head and in social cards",
"type": "string"
},
"site_dir": {
"default": "site",
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_dir",
"title": "Directory containing the HTML output",
"type": "string"
},
"site_name": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_name",
"title": "Site name, used in header, title and drawer",
"type": "string"
},
"site_url": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#site_url",
"title": "Site URL",
"type": "string"
},
"strict": {
"default": false,
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#strict",
"title": "Strict mode",
"type": "boolean"
},
"theme": {
"$ref": "schema/theme.json"
},
"use_directory_urls": {
"default": false,
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#use_directory_urls",
"title": "Pages are located in their own directories",
"type": "boolean"
}
},
"title": "Material for MkDocs",
"type": "object"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/assets/icons.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
"fontawesome/brands/airbnb",
"fontawesome/brands/algolia",
"fontawesome/brands/alipay",
"fontawesome/brands/amazon-pay",
"fontawesome/brands/amazon",
"fontawesome/brands/amilia",
"fontawesome/brands/android",
"fontawesome/brands/angellist",
"fontawesome/brands/angrycreative",
"fontawesome/brands/angular",
"fontawesome/brands/app-store-ios",
"fontawesome/brands/app-store",
"fontawesome/brands/apper",
"fontawesome/brands/apple-pay",
"fontawesome/brands/apple",
"fontawesome/brands/artstation",
"fontawesome/brands/asymmetrik",
"fontawesome/brands/atlassian",
"fontawesome/brands/audible",
"fontawesome/brands/autoprefixer",
"fontawesome/brands/avianex",
"fontawesome/brands/aviato",
"fontawesome/brands/aws",
"fontawesome/brands/bandcamp",
"fontawesome/brands/battle-net",
"fontawesome/brands/behance-square",
"fontawesome/brands/behance",
"fontawesome/brands/bilibili",
"fontawesome/brands/bimobject",
"fontawesome/brands/bitbucket",
"fontawesome/brands/bitcoin",
"fontawesome/brands/bity",
"fontawesome/brands/black-tie",
"fontawesome/brands/blackberry",
"fontawesome/brands/blogger-b",
"fontawesome/brands/blogger",
"fontawesome/brands/bluetooth-b",
"fontawesome/brands/bluetooth",
"fontawesome/brands/bootstrap",
"fontawesome/brands/bots",
"fontawesome/brands/btc",
"fontawesome/brands/buffer",
"fontawesome/brands/buromobelexperte",
"fontawesome/brands/buy-n-large",
"fontawesome/brands/buysellads",
"fontawesome/brands/canadian-maple-leaf",
"fontawesome/brands/cc-amazon-pay",
"fontawesome/brands/cc-amex",
"fontawesome/brands/cc-apple-pay",
"fontawesome/brands/cc-diners-club",
"fontawesome/brands/cc-discover",
"fontawesome/brands/cc-jcb",
"fontawesome/brands/cc-mastercard",
"fontawesome/brands/cc-paypal",
"fontawesome/brands/cc-stripe",
"fontawesome/brands/cc-visa",
"fontawesome/brands/centercode",
"fontawesome/brands/centos",
"fontawesome/brands/chrome",
"fontawesome/brands/chromecast",
"fontawesome/brands/cloudflare",
"fontawesome/brands/cloudscale",
"fontawesome/brands/cloudsmith",
"fontawesome/brands/cloudversify",
"fontawesome/brands/cmplid",
"fontawesome/brands/codepen",
"fontawesome/brands/codiepie",
"fontawesome/brands/confluence",
"fontawesome/brands/connectdevelop",
"fontawesome/brands/contao",
"fontawesome/brands/cotton-bureau",
"fontawesome/brands/cpanel",
"fontawesome/brands/creative-commons-by",
"fontawesome/brands/creative-commons-nc-eu",
"fontawesome/brands/creative-commons-nc-jp",
"fontawesome/brands/creative-commons-nc",
"fontawesome/brands/creative-commons-nd",
"fontawesome/brands/creative-commons-pd-alt",
"fontawesome/brands/creative-commons-pd",
"fontawesome/brands/creative-commons-remix",
"fontawesome/brands/creative-commons-sa",
"fontawesome/brands/creative-commons-sampling-plus",
"fontawesome/brands/creative-commons-sampling",
"fontawesome/brands/creative-commons-share",
"fontawesome/brands/creative-commons-zero",
"fontawesome/brands/creative-commons",
"fontawesome/brands/critical-role",
"fontawesome/brands/css3-alt",
"fontawesome/brands/css3",
"fontawesome/brands/cuttlefish",
"fontawesome/brands/d-and-d-beyond",
"fontawesome/brands/d-and-d",
"fontawesome/brands/dailymotion",
"fontawesome/brands/dashcube",
"fontawesome/brands/deezer",
"fontawesome/brands/delicious",
"fontawesome/brands/deploydog",
"fontawesome/brands/deskpro",
"fontawesome/brands/dev",
"fontawesome/brands/deviantart",
"fontawesome/brands/dhl",
"fontawesome/brands/diaspora",
"fontawesome/brands/digg",
"fontawesome/brands/digital-ocean",
"fontawesome/brands/discord",
"fontawesome/brands/discourse",
"fontawesome/brands/dochub",
"fontawesome/brands/docker",
"fontawesome/brands/draft2digital",
"fontawesome/brands/dribbble-square",
"fontawesome/brands/dribbble",
"fontawesome/brands/dropbox",
"fontawesome/brands/drupal",
"fontawesome/brands/dyalog",
"fontawesome/brands/earlybirds",
"fontawesome/brands/ebay",
"fontawesome/brands/edge-legacy",
"fontawesome/brands/edge",
"fontawesome/brands/elementor",
"fontawesome/brands/ello",
"fontawesome/brands/ember",
"fontawesome/brands/empire",
"fontawesome/brands/envira",
"fontawesome/brands/erlang",
"fontawesome/brands/ethereum",
"fontawesome/brands/etsy",
"fontawesome/brands/evernote",
"fontawesome/brands/expeditedssl",
"fontawesome/brands/facebook-f",
"fontawesome/brands/facebook-messenger",
"fontawesome/brands/facebook-square",
"fontawesome/brands/facebook",
"fontawesome/brands/fantasy-flight-games",
"fontawesome/brands/fedex",
"fontawesome/brands/fedora",
"fontawesome/brands/figma",
"fontawesome/brands/firefox-browser",
"fontawesome/brands/firefox",
"fontawesome/brands/first-order-alt",
"fontawesome/brands/first-order",
"fontawesome/brands/firstdraft",
"fontawesome/brands/flickr",
"fontawesome/brands/flipboard",
"fontawesome/brands/fly",
"fontawesome/brands/font-awesome",
"fontawesome/brands/fonticons-fi",
"fontawesome/brands/fonticons",
"fontawesome/brands/fort-awesome-alt",
"fontawesome/brands/fort-awesome",
"fontawesome/brands/forumbee",
"fontawesome/brands/foursquare",
"fontawesome/brands/free-code-camp",
"fontawesome/brands/freebsd",
"fontawesome/brands/fulcrum",
"fontawesome/brands/galactic-republic",
"fontawesome/brands/galactic-senate",
"fontawesome/brands/get-pocket",
"fontawesome/brands/gg-circle",
"fontawesome/brands/gg",
"fontawesome/brands/git-alt",
"fontawesome/brands/git-square",
"fontawesome/brands/git",
"fontawesome/brands/github-alt",
"fontawesome/brands/github-square",
"fontawesome/brands/github",
"fontawesome/brands/gitkraken",
"fontawesome/brands/gitlab",
"fontawesome/brands/gitter",
"fontawesome/brands/glide-g",
"fontawesome/brands/glide",
"fontawesome/brands/gofore",
"fontawesome/brands/golang",
"fontawesome/brands/goodreads-g",
"fontawesome/brands/goodreads",
"fontawesome/brands/google-drive",
"fontawesome/brands/google-pay",
"fontawesome/brands/google-play",
"fontawesome/brands/google-plus-g",
"fontawesome/brands/google-plus-square",
"fontawesome/brands/google-plus",
"fontawesome/brands/google-wallet",
"fontawesome/brands/google",
"fontawesome/brands/gratipay",
"fontawesome/brands/grav",
"fontawesome/brands/gripfire",
"fontawesome/brands/grunt",
"fontawesome/brands/guilded",
"fontawesome/brands/gulp",
"fontawesome/brands/hacker-news-square",
"fontawesome/brands/hacker-news",
"fontawesome/brands/hackerrank",
"fontawesome/brands/hashnode",
"fontawesome/brands/hips",
"fontawesome/brands/hire-a-helper",
"fontawesome/brands/hive",
"fontawesome/brands/hooli",
"fontawesome/brands/hornbill",
"fontawesome/brands/hotjar",
"fontawesome/brands/houzz",
"fontawesome/brands/html5",
"fontawesome/brands/hubspot",
"fontawesome/brands/ideal",
"fontawesome/brands/imdb",
"fontawesome/brands/instagram-square",
"fontawesome/brands/instagram",
"fontawesome/brands/instalod",
"fontawesome/brands/intercom",
"fontawesome/brands/internet-explorer",
"fontawesome/brands/invision",
"fontawesome/brands/ioxhost",
"fontawesome/brands/itch-io",
"fontawesome/brands/itunes-note",
"fontawesome/brands/itunes",
"fontawesome/brands/java",
"fontawesome/brands/jedi-order",
"fontawesome/brands/jenkins",
"fontawesome/brands/jira",
"fontawesome/brands/joget",
"fontawesome/brands/joomla",
"fontawesome/brands/js-square",
"fontawesome/brands/js",
"fontawesome/brands/jsfiddle",
"fontawesome/brands/kaggle",
"fontawesome/brands/keybase",
"fontawesome/brands/keycdn",
"fontawesome/brands/kickstarter-k",
"fontawesome/brands/kickstarter",
"fontawesome/brands/korvue",
"fontawesome/brands/laravel",
"fontawesome/brands/lastfm-square",
"fontawesome/brands/lastfm",
"fontawesome/brands/leanpub",
"fontawesome/brands/less",
"fontawesome/brands/line",
"fontawesome/brands/linkedin-in",
"fontawesome/brands/linkedin",
"fontawesome/brands/linode",
"fontawesome/brands/linux",
"fontawesome/brands/lyft",
"fontawesome/brands/magento",
"fontawesome/brands/mailchimp",
"fontawesome/brands/mandalorian",
"fontawesome/brands/markdown",
"fontawesome/brands/mastodon",
"fontawesome/brands/maxcdn",
"fontawesome/brands/mdb",
"fontawesome/brands/medapps",
"fontawesome/brands/medium",
"fontawesome/brands/medrt",
"fontawesome/brands/meetup",
"fontawesome/brands/megaport",
"fontawesome/brands/mendeley",
"fontawesome/brands/microblog",
"fontawesome/brands/microsoft",
"fontawesome/brands/mix",
"fontawesome/brands/mixcloud",
"fontawesome/brands/mixer",
"fontawesome/brands/mizuni",
"fontawesome/brands/modx",
"fontawesome/brands/monero",
"fontawesome/brands/napster",
"fontawesome/brands/neos",
"fontawesome/brands/nimblr",
"fontawesome/brands/node-js",
"fontawesome/brands/node",
"fontawesome/brands/npm",
"fontawesome/brands/ns8",
"fontawesome/brands/nutritionix",
"fontawesome/brands/octopus-deploy",
"fontawesome/brands/odnoklassniki-square",
"fontawesome/brands/odnoklassniki",
"fontawesome/brands/old-republic",
"fontawesome/brands/opencart",
"fontawesome/brands/openid",
"fontawesome/brands/opera",
"fontawesome/brands/optin-monster",
"fontawesome/brands/orcid",
"fontawesome/brands/osi",
"fontawesome/brands/padlet",
"fontawesome/brands/page4",
"fontawesome/brands/pagelines",
"fontawesome/brands/palfed",
"fontawesome/brands/patreon",
"fontawesome/brands/paypal",
"fontawesome/brands/perbyte",
"fontawesome/brands/periscope",
"fontawesome/brands/phabricator",
"fontawesome/brands/phoenix-framework",
"fontawesome/brands/phoenix-squadron",
"fontawesome/brands/php",
"fontawesome/brands/pied-piper-alt",
"fontawesome/brands/pied-piper-hat",
"fontawesome/brands/pied-piper-pp",
"fontawesome/brands/pied-piper-square",
"fontawesome/brands/pied-piper",
"fontawesome/brands/pinterest-p",
"fontawesome/brands/pinterest-square",
"fontawesome/brands/pinterest",
"fontawesome/brands/pix",
"fontawesome/brands/playstation",
"fontawesome/brands/product-hunt",
"fontawesome/brands/pushed",
"fontawesome/brands/python",
"fontawesome/brands/qq",
"fontawesome/brands/quinscape",
"fontawesome/brands/quora",
"fontawesome/brands/r-project",
"fontawesome/brands/raspberry-pi",
"fontawesome/brands/ravelry",
"fontawesome/brands/react",
"fontawesome/brands/reacteurope",
"fontawesome/brands/readme",
"fontawesome/brands/rebel",
"fontawesome/brands/red-river",
"fontawesome/brands/reddit-alien",
"fontawesome/brands/reddit-square",
"fontawesome/brands/reddit",
"fontawesome/brands/redhat",
"fontawesome/brands/renren",
"fontawesome/brands/replyd",
"fontawesome/brands/researchgate",
"fontawesome/brands/resolving",
"fontawesome/brands/rev",
"fontawesome/brands/rocketchat",
"fontawesome/brands/rockrms",
"fontawesome/brands/rust",
"fontawesome/brands/safari",
"fontawesome/brands/salesforce",
"fontawesome/brands/sass",
"fontawesome/brands/schlix",
"fontawesome/brands/scribd",
"fontawesome/brands/searchengin",
"fontawesome/brands/sellcast",
"fontawesome/brands/sellsy",
"fontawesome/brands/servicestack",
"fontawesome/brands/shirtsinbulk",
"fontawesome/brands/shopify",
"fontawesome/brands/shopware",
"fontawesome/brands/simplybuilt",
"fontawesome/brands/sistrix",
"fontawesome/brands/sith",
"fontawesome/brands/sitrox",
"fontawesome/brands/sketch",
"fontawesome/brands/skyatlas",
"fontawesome/brands/skype",
"fontawesome/brands/slack",
"fontawesome/brands/slideshare",
"fontawesome/brands/snapchat-square",
"fontawesome/brands/snapchat",
"fontawesome/brands/soundcloud",
"fontawesome/brands/sourcetree",
"fontawesome/brands/speakap",
"fontawesome/brands/speaker-deck",
"fontawesome/brands/spotify",
"fontawesome/brands/square-font-awesome-stroke",
"fontawesome/brands/square-font-awesome",
"fontawesome/brands/squarespace",
"fontawesome/brands/stack-exchange",
"fontawesome/brands/stack-overflow",
"fontawesome/brands/stackpath",
"fontawesome/brands/staylinked",
"fontawesome/brands/steam-square",
"fontawesome/brands/steam-symbol",
"fontawesome/brands/steam",
"fontawesome/brands/sticker-mule",
"fontawesome/brands/strava",
"fontawesome/brands/stripe-s",
"fontawesome/brands/stripe",
"fontawesome/brands/studiovinari",
"fontawesome/brands/stumbleupon-circle",
"fontawesome/brands/stumbleupon",
"fontawesome/brands/superpowers",
"fontawesome/brands/supple",
"fontawesome/brands/suse",
"fontawesome/brands/swift",
"fontawesome/brands/symfony",
"fontawesome/brands/teamspeak",
"fontawesome/brands/telegram",
"fontawesome/brands/tencent-weibo",
"fontawesome/brands/the-red-yeti",
"fontawesome/brands/themeco",
"fontawesome/brands/themeisle",
"fontawesome/brands/think-peaks",
"fontawesome/brands/tiktok",
"fontawesome/brands/trade-federation",
"fontawesome/brands/trello",
"fontawesome/brands/tumblr-square",
"fontawesome/brands/tumblr",
"fontawesome/brands/twitch",
"fontawesome/brands/twitter-square",
"fontawesome/brands/twitter",
"fontawesome/brands/typo3",
"fontawesome/brands/uber",
"fontawesome/brands/ubuntu",
"fontawesome/brands/uikit",
"fontawesome/brands/umbraco",
"fontawesome/brands/uncharted",
"fontawesome/brands/uniregistry",
"fontawesome/brands/unity",
"fontawesome/brands/unsplash",
"fontawesome/brands/untappd",
"fontawesome/brands/ups",
"fontawesome/brands/usb",
"fontawesome/brands/usps",
"fontawesome/brands/ussunnah",
"fontawesome/brands/vaadin",
"fontawesome/brands/viacoin",
"fontawesome/brands/viadeo-square",
"fontawesome/brands/viadeo",
"fontawesome/brands/viber",
"fontawesome/brands/vimeo-square",
"fontawesome/brands/vimeo-v",
"fontawesome/brands/vimeo",
"fontawesome/brands/vine",
"fontawesome/brands/vk",
"fontawesome/brands/vnv",
"fontawesome/brands/vuejs",
"fontawesome/brands/watchman-monitoring",
"fontawesome/brands/waze",
"fontawesome/brands/weebly",
"fontawesome/brands/weibo",
"fontawesome/brands/weixin",
"fontawesome/brands/whatsapp-square",
"fontawesome/brands/whatsapp",
"fontawesome/brands/whmcs",
"fontawesome/brands/wikipedia-w",
"fontawesome/brands/windows",
"fontawesome/brands/wirsindhandwerk",
"fontawesome/brands/wix",
"fontawesome/brands/wizards-of-the-coast",
"fontawesome/brands/wodu",
"fontawesome/brands/wolf-pack-battalion",
"fontawesome/brands/wordpress-simple",
"fontawesome/brands/wordpress",
"fontawesome/brands/wpbeginner",
"fontawesome/brands/wpexplorer",
"fontawesome/brands/wpforms",
"fontawesome/brands/wpressr",
"fontawesome/brands/xbox",
"fontawesome/brands/xing-square",
"fontawesome/brands/xing",
"fontawesome/brands/y-combinator",
"fontawesome/brands/yahoo",
"fontawesome/brands/yammer",
"fontawesome/brands/yandex-international",
"fontawesome/brands/yandex",
"fontawesome/brands/yarn",
"fontawesome/brands/yelp",
"fontawesome/brands/yoast",
"fontawesome/brands/youtube-square",
"fontawesome/brands/youtube",
"fontawesome/brands/zhihu",
"fontawesome/regular/address-book",
"fontawesome/regular/address-card",
"fontawesome/regular/bell-slash",
"fontawesome/regular/bell",
"fontawesome/regular/bookmark",
"fontawesome/regular/building",
"fontawesome/regular/calendar-check",
"fontawesome/regular/calendar-days",
"fontawesome/regular/calendar-minus",
"fontawesome/regular/calendar-plus",
"fontawesome/regular/calendar-xmark",
"fontawesome/regular/calendar",
"fontawesome/regular/chart-bar",
"fontawesome/regular/chess-bishop",
"fontawesome/regular/chess-king",
"fontawesome/regular/chess-knight",
"fontawesome/regular/chess-pawn",
"fontawesome/regular/chess-queen",
"fontawesome/regular/chess-rook",
"fontawesome/regular/circle-check",
"fontawesome/regular/circle-dot",
"fontawesome/regular/circle-down",
"fontawesome/regular/circle-left",
"fontawesome/regular/circle-pause",
"fontawesome/regular/circle-play",
"fontawesome/regular/circle-question",
"fontawesome/regular/circle-right",
"fontawesome/regular/circle-stop",
"fontawesome/regular/circle-up",
"fontawesome/regular/circle-user",
"fontawesome/regular/circle-xmark",
"fontawesome/regular/circle",
"fontawesome/regular/clipboard",
"fontawesome/regular/clock",
"fontawesome/regular/clone",
"fontawesome/regular/closed-captioning",
"fontawesome/regular/comment-dots",
"fontawesome/regular/comment",
"fontawesome/regular/comments",
"fontawesome/regular/compass",
"fontawesome/regular/copy",
"fontawesome/regular/copyright",
"fontawesome/regular/credit-card",
"fontawesome/regular/envelope-open",
"fontawesome/regular/envelope",
"fontawesome/regular/eye-slash",
"fontawesome/regular/eye",
"fontawesome/regular/face-angry",
"fontawesome/regular/face-dizzy",
"fontawesome/regular/face-flushed",
"fontawesome/regular/face-frown-open",
"fontawesome/regular/face-frown",
"fontawesome/regular/face-grimace",
"fontawesome/regular/face-grin-beam-sweat",
"fontawesome/regular/face-grin-beam",
"fontawesome/regular/face-grin-hearts",
"fontawesome/regular/face-grin-squint-tears",
"fontawesome/regular/face-grin-squint",
"fontawesome/regular/face-grin-stars",
"fontawesome/regular/face-grin-tears",
"fontawesome/regular/face-grin-tongue-squint",
"fontawesome/regular/face-grin-tongue-wink",
"fontawesome/regular/face-grin-tongue",
"fontawesome/regular/face-grin-wide",
"fontawesome/regular/face-grin-wink",
"fontawesome/regular/face-grin",
"fontawesome/regular/face-kiss-beam",
"fontawesome/regular/face-kiss-wink-heart",
"fontawesome/regular/face-kiss",
"fontawesome/regular/face-laugh-beam",
"fontawesome/regular/face-laugh-squint",
"fontawesome/regular/face-laugh-wink",
"fontawesome/regular/face-laugh",
"fontawesome/regular/face-meh-blank",
"fontawesome/regular/face-meh",
"fontawesome/regular/face-rolling-eyes",
"fontawesome/regular/face-sad-cry",
"fontawesome/regular/face-sad-tear",
"fontawesome/regular/face-smile-beam",
"fontawesome/regular/face-smile-wink",
"fontawesome/regular/face-smile",
"fontawesome/regular/face-surprise",
"fontawesome/regular/face-tired",
"fontawesome/regular/file-audio",
"fontawesome/regular/file-code",
"fontawesome/regular/file-excel",
"fontawesome/regular/file-image",
"fontawesome/regular/file-lines",
"fontawesome/regular/file-pdf",
"fontawesome/regular/file-powerpoint",
"fontawesome/regular/file-video",
"fontawesome/regular/file-word",
"fontawesome/regular/file-zipper",
"fontawesome/regular/file",
"fontawesome/regular/flag",
"fontawesome/regular/floppy-disk",
"fontawesome/regular/folder-open",
"fontawesome/regular/folder",
"fontawesome/regular/font-awesome",
"fontawesome/regular/futbol",
"fontawesome/regular/gem",
"fontawesome/regular/hand-back-fist",
"fontawesome/regular/hand-lizard",
"fontawesome/regular/hand-peace",
"fontawesome/regular/hand-point-down",
"fontawesome/regular/hand-point-left",
"fontawesome/regular/hand-point-right",
"fontawesome/regular/hand-point-up",
"fontawesome/regular/hand-pointer",
"fontawesome/regular/hand-scissors",
"fontawesome/regular/hand-spock",
"fontawesome/regular/hand",
"fontawesome/regular/handshake",
"fontawesome/regular/hard-drive",
"fontawesome/regular/heart",
"fontawesome/regular/hospital",
"fontawesome/regular/hourglass",
"fontawesome/regular/id-badge",
"fontawesome/regular/id-card",
"fontawesome/regular/image",
"fontawesome/regular/images",
"fontawesome/regular/keyboard",
"fontawesome/regular/lemon",
"fontawesome/regular/life-ring",
"fontawesome/regular/lightbulb",
"fontawesome/regular/map",
"fontawesome/regular/message",
"fontawesome/regular/money-bill-1",
"fontawesome/regular/moon",
"fontawesome/regular/newspaper",
"fontawesome/regular/note-sticky",
"fontawesome/regular/object-group",
"fontawesome/regular/object-ungroup",
"fontawesome/regular/paper-plane",
"fontawesome/regular/paste",
"fontawesome/regular/pen-to-square",
"fontawesome/regular/rectangle-list",
"fontawesome/regular/rectangle-xmark",
"fontawesome/regular/registered",
"fontawesome/regular/share-from-square",
"fontawesome/regular/snowflake",
"fontawesome/regular/square-caret-down",
"fontawesome/regular/square-caret-left",
"fontawesome/regular/square-caret-right",
"fontawesome/regular/square-caret-up",
"fontawesome/regular/square-check",
"fontawesome/regular/square-full",
"fontawesome/regular/square-minus",
"fontawesome/regular/square-plus",
"fontawesome/regular/square",
"fontawesome/regular/star-half-stroke",
"fontawesome/regular/star-half",
"fontawesome/regular/star",
"fontawesome/regular/sun",
"fontawesome/regular/thumbs-down",
"fontawesome/regular/thumbs-up",
"fontawesome/regular/trash-can",
"fontawesome/regular/user",
"fontawesome/regular/window-maximize",
"fontawesome/regular/window-minimize",
"fontawesome/regular/window-restore",
"fontawesome/solid/0",
"fontawesome/solid/1",
"fontawesome/solid/2",
"fontawesome/solid/3",
"fontawesome/solid/4",
"fontawesome/solid/5",
"fontawesome/solid/6",
"fontawesome/solid/7",
"fontawesome/solid/8",
"fontawesome/solid/9",
"fontawesome/solid/a",
"fontawesome/solid/address-book",
"fontawesome/solid/address-card",
"fontawesome/solid/align-center",
"fontawesome/solid/align-justify",
"fontawesome/solid/align-left",
"fontawesome/solid/align-right",
"fontawesome/solid/anchor",
"fontawesome/solid/angle-down",
"fontawesome/solid/angle-left",
"fontawesome/solid/angle-right",
"fontawesome/solid/angle-up",
"fontawesome/solid/angles-down",
"fontawesome/solid/angles-left",
"fontawesome/solid/angles-right",
"fontawesome/solid/angles-up",
"fontawesome/solid/ankh",
"fontawesome/solid/apple-whole",
"fontawesome/solid/archway",
"fontawesome/solid/arrow-down-1-9",
"fontawesome/solid/arrow-down-9-1",
"fontawesome/solid/arrow-down-a-z",
"fontawesome/solid/arrow-down-long",
"fontawesome/solid/arrow-down-short-wide",
"fontawesome/solid/arrow-down-wide-short",
"fontawesome/solid/arrow-down-z-a",
"fontawesome/solid/arrow-down",
"fontawesome/solid/arrow-left-long",
"fontawesome/solid/arrow-left",
"fontawesome/solid/arrow-pointer",
"fontawesome/solid/arrow-right-arrow-left",
"fontawesome/solid/arrow-right-from-bracket",
"fontawesome/solid/arrow-right-long",
"fontawesome/solid/arrow-right-to-bracket",
"fontawesome/solid/arrow-right",
"fontawesome/solid/arrow-rotate-left",
"fontawesome/solid/arrow-rotate-right",
"fontawesome/solid/arrow-trend-down",
"fontawesome/solid/arrow-trend-up",
"fontawesome/solid/arrow-turn-down",
"fontawesome/solid/arrow-turn-up",
"fontawesome/solid/arrow-up-1-9",
"fontawesome/solid/arrow-up-9-1",
"fontawesome/solid/arrow-up-a-z",
"fontawesome/solid/arrow-up-from-bracket",
"fontawesome/solid/arrow-up-long",
"fontawesome/solid/arrow-up-right-from-square",
"fontawesome/solid/arrow-up-short-wide",
"fontawesome/solid/arrow-up-wide-short",
"fontawesome/solid/arrow-up-z-a",
"fontawesome/solid/arrow-up",
"fontawesome/solid/arrows-left-right",
"fontawesome/solid/arrows-rotate",
"fontawesome/solid/arrows-up-down-left-right",
"fontawesome/solid/arrows-up-down",
"fontawesome/solid/asterisk",
"fontawesome/solid/at",
"fontawesome/solid/atom",
"fontawesome/solid/audio-description",
"fontawesome/solid/austral-sign",
"fontawesome/solid/award",
"fontawesome/solid/b",
"fontawesome/solid/baby-carriage",
"fontawesome/solid/baby",
"fontawesome/solid/backward-fast",
"fontawesome/solid/backward-step",
"fontawesome/solid/backward",
"fontawesome/solid/bacon",
"fontawesome/solid/bacteria",
"fontawesome/solid/bacterium",
"fontawesome/solid/bag-shopping",
"fontawesome/solid/bahai",
"fontawesome/solid/baht-sign",
"fontawesome/solid/ban-smoking",
"fontawesome/solid/ban",
"fontawesome/solid/bandage",
"fontawesome/solid/barcode",
"fontawesome/solid/bars-progress",
"fontawesome/solid/bars-staggered",
"fontawesome/solid/bars",
"fontawesome/solid/baseball-bat-ball",
"fontawesome/solid/baseball",
"fontawesome/solid/basket-shopping",
"fontawesome/solid/basketball",
"fontawesome/solid/bath",
"fontawesome/solid/battery-empty",
"fontawesome/solid/battery-full",
"fontawesome/solid/battery-half",
"fontawesome/solid/battery-quarter",
"fontawesome/solid/battery-three-quarters",
"fontawesome/solid/bed-pulse",
"fontawesome/solid/bed",
"fontawesome/solid/beer-mug-empty",
"fontawesome/solid/bell-concierge",
"fontawesome/solid/bell-slash",
"fontawesome/solid/bell",
"fontawesome/solid/bezier-curve",
"fontawesome/solid/bicycle",
"fontawesome/solid/binoculars",
"fontawesome/solid/biohazard",
"fontawesome/solid/bitcoin-sign",
"fontawesome/solid/blender-phone",
"fontawesome/solid/blender",
"fontawesome/solid/blog",
"fontawesome/solid/bold",
"fontawesome/solid/bolt-lightning",
"fontawesome/solid/bolt",
"fontawesome/solid/bomb",
"fontawesome/solid/bone",
"fontawesome/solid/bong",
"fontawesome/solid/book-atlas",
"fontawesome/solid/book-bible",
"fontawesome/solid/book-journal-whills",
"fontawesome/solid/book-medical",
"fontawesome/solid/book-open-reader",
"fontawesome/solid/book-open",
"fontawesome/solid/book-quran",
"fontawesome/solid/book-skull",
"fontawesome/solid/book",
"fontawesome/solid/bookmark",
"fontawesome/solid/border-all",
"fontawesome/solid/border-none",
"fontawesome/solid/border-top-left",
"fontawesome/solid/bowling-ball",
"fontawesome/solid/box-archive",
"fontawesome/solid/box-open",
"fontawesome/solid/box-tissue",
"fontawesome/solid/box",
"fontawesome/solid/boxes-stacked",
"fontawesome/solid/braille",
"fontawesome/solid/brain",
"fontawesome/solid/brazilian-real-sign",
"fontawesome/solid/bread-slice",
"fontawesome/solid/briefcase-medical",
"fontawesome/solid/briefcase",
"fontawesome/solid/broom-ball",
"fontawesome/solid/broom",
"fontawesome/solid/brush",
"fontawesome/solid/bug-slash",
"fontawesome/solid/bug",
"fontawesome/solid/building-columns",
"fontawesome/solid/building",
"fontawesome/solid/bullhorn",
"fontawesome/solid/bullseye",
"fontawesome/solid/burger",
"fontawesome/solid/bus-simple",
"fontawesome/solid/bus",
"fontawesome/solid/business-time",
"fontawesome/solid/c",
"fontawesome/solid/cake-candles",
"fontawesome/solid/calculator",
"fontawesome/solid/calendar-check",
"fontawesome/solid/calendar-day",
"fontawesome/solid/calendar-days",
"fontawesome/solid/calendar-minus",
"fontawesome/solid/calendar-plus",
"fontawesome/solid/calendar-week",
"fontawesome/solid/calendar-xmark",
"fontawesome/solid/calendar",
"fontawesome/solid/camera-retro",
"fontawesome/solid/camera-rotate",
"fontawesome/solid/camera",
"fontawesome/solid/campground",
"fontawesome/solid/candy-cane",
"fontawesome/solid/cannabis",
"fontawesome/solid/capsules",
"fontawesome/solid/car-battery",
"fontawesome/solid/car-crash",
"fontawesome/solid/car-rear",
"fontawesome/solid/car-side",
"fontawesome/solid/car",
"fontawesome/solid/caravan",
"fontawesome/solid/caret-down",
"fontawesome/solid/caret-left",
"fontawesome/solid/caret-right",
"fontawesome/solid/caret-up",
"fontawesome/solid/carrot",
"fontawesome/solid/cart-arrow-down",
"fontawesome/solid/cart-flatbed-suitcase",
"fontawesome/solid/cart-flatbed",
"fontawesome/solid/cart-plus",
"fontawesome/solid/cart-shopping",
"fontawesome/solid/cash-register",
"fontawesome/solid/cat",
"fontawesome/solid/cedi-sign",
"fontawesome/solid/cent-sign",
"fontawesome/solid/certificate",
"fontawesome/solid/chair",
"fontawesome/solid/chalkboard-user",
"fontawesome/solid/chalkboard",
"fontawesome/solid/champagne-glasses",
"fontawesome/solid/charging-station",
"fontawesome/solid/chart-area",
"fontawesome/solid/chart-bar",
"fontawesome/solid/chart-column",
"fontawesome/solid/chart-gantt",
"fontawesome/solid/chart-line",
"fontawesome/solid/chart-pie",
"fontawesome/solid/check-double",
"fontawesome/solid/check-to-slot",
"fontawesome/solid/check",
"fontawesome/solid/cheese",
"fontawesome/solid/chess-bishop",
"fontawesome/solid/chess-board",
"fontawesome/solid/chess-king",
"fontawesome/solid/chess-knight",
"fontawesome/solid/chess-pawn",
"fontawesome/solid/chess-queen",
"fontawesome/solid/chess-rook",
"fontawesome/solid/chess",
"fontawesome/solid/chevron-down",
"fontawesome/solid/chevron-left",
"fontawesome/solid/chevron-right",
"fontawesome/solid/chevron-up",
"fontawesome/solid/child",
"fontawesome/solid/church",
"fontawesome/solid/circle-arrow-down",
"fontawesome/solid/circle-arrow-left",
"fontawesome/solid/circle-arrow-right",
"fontawesome/solid/circle-arrow-up",
"fontawesome/solid/circle-check",
"fontawesome/solid/circle-chevron-down",
"fontawesome/solid/circle-chevron-left",
"fontawesome/solid/circle-chevron-right",
"fontawesome/solid/circle-chevron-up",
"fontawesome/solid/circle-dollar-to-slot",
"fontawesome/solid/circle-dot",
"fontawesome/solid/circle-down",
"fontawesome/solid/circle-exclamation",
"fontawesome/solid/circle-h",
"fontawesome/solid/circle-half-stroke",
"fontawesome/solid/circle-info",
"fontawesome/solid/circle-left",
"fontawesome/solid/circle-minus",
"fontawesome/solid/circle-notch",
"fontawesome/solid/circle-pause",
"fontawesome/solid/circle-play",
"fontawesome/solid/circle-plus",
"fontawesome/solid/circle-question",
"fontawesome/solid/circle-radiation",
"fontawesome/solid/circle-right",
"fontawesome/solid/circle-stop",
"fontawesome/solid/circle-up",
"fontawesome/solid/circle-user",
"fontawesome/solid/circle-xmark",
"fontawesome/solid/circle",
"fontawesome/solid/city",
"fontawesome/solid/clapperboard",
"fontawesome/solid/clipboard-check",
"fontawesome/solid/clipboard-list",
"fontawesome/solid/clipboard",
"fontawesome/solid/clock-rotate-left",
"fontawesome/solid/clock",
"fontawesome/solid/clone",
"fontawesome/solid/closed-captioning",
"fontawesome/solid/cloud-arrow-down",
"fontawesome/solid/cloud-arrow-up",
"fontawesome/solid/cloud-meatball",
"fontawesome/solid/cloud-moon-rain",
"fontawesome/solid/cloud-moon",
"fontawesome/solid/cloud-rain",
"fontawesome/solid/cloud-showers-heavy",
"fontawesome/solid/cloud-sun-rain",
"fontawesome/solid/cloud-sun",
"fontawesome/solid/cloud",
"fontawesome/solid/clover",
"fontawesome/solid/code-branch",
"fontawesome/solid/code-commit",
"fontawesome/solid/code-compare",
"fontawesome/solid/code-fork",
"fontawesome/solid/code-merge",
"fontawesome/solid/code-pull-request",
"fontawesome/solid/code",
"fontawesome/solid/coins",
"fontawesome/solid/colon-sign",
"fontawesome/solid/comment-dollar",
"fontawesome/solid/comment-dots",
"fontawesome/solid/comment-medical",
"fontawesome/solid/comment-slash",
"fontawesome/solid/comment-sms",
"fontawesome/solid/comment",
"fontawesome/solid/comments-dollar",
"fontawesome/solid/comments",
"fontawesome/solid/compact-disc",
"fontawesome/solid/compass-drafting",
"fontawesome/solid/compass",
"fontawesome/solid/compress",
"fontawesome/solid/computer-mouse",
"fontawesome/solid/cookie-bite",
"fontawesome/solid/cookie",
"fontawesome/solid/copy",
"fontawesome/solid/copyright",
"fontawesome/solid/couch",
"fontawesome/solid/credit-card",
"fontawesome/solid/crop-simple",
"fontawesome/solid/crop",
"fontawesome/solid/cross",
"fontawesome/solid/crosshairs",
"fontawesome/solid/crow",
"fontawesome/solid/crown",
"fontawesome/solid/crutch",
"fontawesome/solid/cruzeiro-sign",
"fontawesome/solid/cube",
"fontawesome/solid/cubes",
"fontawesome/solid/d",
"fontawesome/solid/database",
"fontawesome/solid/delete-left",
"fontawesome/solid/democrat",
"fontawesome/solid/desktop",
"fontawesome/solid/dharmachakra",
"fontawesome/solid/diagram-next",
"fontawesome/solid/diagram-predecessor",
"fontawesome/solid/diagram-project",
"fontawesome/solid/diagram-successor",
"fontawesome/solid/diamond-turn-right",
"fontawesome/solid/diamond",
"fontawesome/solid/dice-d20",
"fontawesome/solid/dice-d6",
"fontawesome/solid/dice-five",
"fontawesome/solid/dice-four",
"fontawesome/solid/dice-one",
"fontawesome/solid/dice-six",
"fontawesome/solid/dice-three",
"fontawesome/solid/dice-two",
"fontawesome/solid/dice",
"fontawesome/solid/disease",
"fontawesome/solid/divide",
"fontawesome/solid/dna",
"fontawesome/solid/dog",
"fontawesome/solid/dollar-sign",
"fontawesome/solid/dolly",
"fontawesome/solid/dong-sign",
"fontawesome/solid/door-closed",
"fontawesome/solid/door-open",
"fontawesome/solid/dove",
"fontawesome/solid/down-left-and-up-right-to-center",
"fontawesome/solid/down-long",
"fontawesome/solid/download",
"fontawesome/solid/dragon",
"fontawesome/solid/draw-polygon",
"fontawesome/solid/droplet-slash",
"fontawesome/solid/droplet",
"fontawesome/solid/drum-steelpan",
"fontawesome/solid/drum",
"fontawesome/solid/drumstick-bite",
"fontawesome/solid/dumbbell",
"fontawesome/solid/dumpster-fire",
"fontawesome/solid/dumpster",
"fontawesome/solid/dungeon",
"fontawesome/solid/e",
"fontawesome/solid/ear-deaf",
"fontawesome/solid/ear-listen",
"fontawesome/solid/earth-africa",
"fontawesome/solid/earth-americas",
"fontawesome/solid/earth-asia",
"fontawesome/solid/earth-europe",
"fontawesome/solid/earth-oceania",
"fontawesome/solid/egg",
"fontawesome/solid/eject",
"fontawesome/solid/elevator",
"fontawesome/solid/ellipsis-vertical",
"fontawesome/solid/ellipsis",
"fontawesome/solid/envelope-open-text",
"fontawesome/solid/envelope-open",
"fontawesome/solid/envelope",
"fontawesome/solid/envelopes-bulk",
"fontawesome/solid/equals",
"fontawesome/solid/eraser",
"fontawesome/solid/ethernet",
"fontawesome/solid/euro-sign",
"fontawesome/solid/exclamation",
"fontawesome/solid/expand",
"fontawesome/solid/eye-dropper",
"fontawesome/solid/eye-low-vision",
"fontawesome/solid/eye-slash",
"fontawesome/solid/eye",
"fontawesome/solid/f",
"fontawesome/solid/face-angry",
"fontawesome/solid/face-dizzy",
"fontawesome/solid/face-flushed",
"fontawesome/solid/face-frown-open",
"fontawesome/solid/face-frown",
"fontawesome/solid/face-grimace",
"fontawesome/solid/face-grin-beam-sweat",
"fontawesome/solid/face-grin-beam",
"fontawesome/solid/face-grin-hearts",
"fontawesome/solid/face-grin-squint-tears",
"fontawesome/solid/face-grin-squint",
"fontawesome/solid/face-grin-stars",
"fontawesome/solid/face-grin-tears",
"fontawesome/solid/face-grin-tongue-squint",
"fontawesome/solid/face-grin-tongue-wink",
"fontawesome/solid/face-grin-tongue",
"fontawesome/solid/face-grin-wide",
"fontawesome/solid/face-grin-wink",
"fontawesome/solid/face-grin",
"fontawesome/solid/face-kiss-beam",
"fontawesome/solid/face-kiss-wink-heart",
"fontawesome/solid/face-kiss",
"fontawesome/solid/face-laugh-beam",
"fontawesome/solid/face-laugh-squint",
"fontawesome/solid/face-laugh-wink",
"fontawesome/solid/face-laugh",
"fontawesome/solid/face-meh-blank",
"fontawesome/solid/face-meh",
"fontawesome/solid/face-rolling-eyes",
"fontawesome/solid/face-sad-cry",
"fontawesome/solid/face-sad-tear",
"fontawesome/solid/face-smile-beam",
"fontawesome/solid/face-smile-wink",
"fontawesome/solid/face-smile",
"fontawesome/solid/face-surprise",
"fontawesome/solid/face-tired",
"fontawesome/solid/fan",
"fontawesome/solid/faucet",
"fontawesome/solid/fax",
"fontawesome/solid/feather-pointed",
"fontawesome/solid/feather",
"fontawesome/solid/file-arrow-down",
"fontawesome/solid/file-arrow-up",
"fontawesome/solid/file-audio",
"fontawesome/solid/file-code",
"fontawesome/solid/file-contract",
"fontawesome/solid/file-csv",
"fontawesome/solid/file-excel",
"fontawesome/solid/file-export",
"fontawesome/solid/file-image",
"fontawesome/solid/file-import",
"fontawesome/solid/file-invoice-dollar",
"fontawesome/solid/file-invoice",
"fontawesome/solid/file-lines",
"fontawesome/solid/file-medical",
"fontawesome/solid/file-pdf",
"fontawesome/solid/file-powerpoint",
"fontawesome/solid/file-prescription",
"fontawesome/solid/file-signature",
"fontawesome/solid/file-video",
"fontawesome/solid/file-waveform",
"fontawesome/solid/file-word",
"fontawesome/solid/file-zipper",
"fontawesome/solid/file",
"fontawesome/solid/fill-drip",
"fontawesome/solid/fill",
"fontawesome/solid/film",
"fontawesome/solid/filter-circle-dollar",
"fontawesome/solid/filter-circle-xmark",
"fontawesome/solid/filter",
"fontawesome/solid/fingerprint",
"fontawesome/solid/fire-extinguisher",
"fontawesome/solid/fire-flame-curved",
"fontawesome/solid/fire-flame-simple",
"fontawesome/solid/fire",
"fontawesome/solid/fish",
"fontawesome/solid/flag-checkered",
"fontawesome/solid/flag-usa",
"fontawesome/solid/flag",
"fontawesome/solid/flask",
"fontawesome/solid/floppy-disk",
"fontawesome/solid/florin-sign",
"fontawesome/solid/folder-minus",
"fontawesome/solid/folder-open",
"fontawesome/solid/folder-plus",
"fontawesome/solid/folder-tree",
"fontawesome/solid/folder",
"fontawesome/solid/font-awesome",
"fontawesome/solid/font",
"fontawesome/solid/football",
"fontawesome/solid/forward-fast",
"fontawesome/solid/forward-step",
"fontawesome/solid/forward",
"fontawesome/solid/franc-sign",
"fontawesome/solid/frog",
"fontawesome/solid/futbol",
"fontawesome/solid/g",
"fontawesome/solid/gamepad",
"fontawesome/solid/gas-pump",
"fontawesome/solid/gauge-high",
"fontawesome/solid/gauge-simple-high",
"fontawesome/solid/gauge-simple",
"fontawesome/solid/gauge",
"fontawesome/solid/gavel",
"fontawesome/solid/gear",
"fontawesome/solid/gears",
"fontawesome/solid/gem",
"fontawesome/solid/genderless",
"fontawesome/solid/ghost",
"fontawesome/solid/gift",
"fontawesome/solid/gifts",
"fontawesome/solid/glasses",
"fontawesome/solid/globe",
"fontawesome/solid/golf-ball-tee",
"fontawesome/solid/gopuram",
"fontawesome/solid/graduation-cap",
"fontawesome/solid/greater-than-equal",
"fontawesome/solid/greater-than",
"fontawesome/solid/grip-lines-vertical",
"fontawesome/solid/grip-lines",
"fontawesome/solid/grip-vertical",
"fontawesome/solid/grip",
"fontawesome/solid/guarani-sign",
"fontawesome/solid/guitar",
"fontawesome/solid/gun",
"fontawesome/solid/h",
"fontawesome/solid/hammer",
"fontawesome/solid/hamsa",
"fontawesome/solid/hand-back-fist",
"fontawesome/solid/hand-dots",
"fontawesome/solid/hand-fist",
"fontawesome/solid/hand-holding-dollar",
"fontawesome/solid/hand-holding-droplet",
"fontawesome/solid/hand-holding-heart",
"fontawesome/solid/hand-holding-medical",
"fontawesome/solid/hand-holding",
"fontawesome/solid/hand-lizard",
"fontawesome/solid/hand-middle-finger",
"fontawesome/solid/hand-peace",
"fontawesome/solid/hand-point-down",
"fontawesome/solid/hand-point-left",
"fontawesome/solid/hand-point-right",
"fontawesome/solid/hand-point-up",
"fontawesome/solid/hand-pointer",
"fontawesome/solid/hand-scissors",
"fontawesome/solid/hand-sparkles",
"fontawesome/solid/hand-spock",
"fontawesome/solid/hand",
"fontawesome/solid/hands-asl-interpreting",
"fontawesome/solid/hands-bubbles",
"fontawesome/solid/hands-clapping",
"fontawesome/solid/hands-holding",
"fontawesome/solid/hands-praying",
"fontawesome/solid/hands",
"fontawesome/solid/handshake-angle",
"fontawesome/solid/handshake-simple-slash",
"fontawesome/solid/handshake-slash",
"fontawesome/solid/handshake",
"fontawesome/solid/hanukiah",
"fontawesome/solid/hard-drive",
"fontawesome/solid/hashtag",
"fontawesome/solid/hat-cowboy-side",
"fontawesome/solid/hat-cowboy",
"fontawesome/solid/hat-wizard",
"fontawesome/solid/head-side-cough-slash",
"fontawesome/solid/head-side-cough",
"fontawesome/solid/head-side-mask",
"fontawesome/solid/head-side-virus",
"fontawesome/solid/heading",
"fontawesome/solid/headphones-simple",
"fontawesome/solid/headphones",
"fontawesome/solid/headset",
"fontawesome/solid/heart-crack",
"fontawesome/solid/heart-pulse",
"fontawesome/solid/heart",
"fontawesome/solid/helicopter",
"fontawesome/solid/helmet-safety",
"fontawesome/solid/highlighter",
"fontawesome/solid/hippo",
"fontawesome/solid/hockey-puck",
"fontawesome/solid/holly-berry",
"fontawesome/solid/horse-head",
"fontawesome/solid/horse",
"fontawesome/solid/hospital-user",
"fontawesome/solid/hospital",
"fontawesome/solid/hot-tub-person",
"fontawesome/solid/hotdog",
"fontawesome/solid/hotel",
"fontawesome/solid/hourglass-empty",
"fontawesome/solid/hourglass-end",
"fontawesome/solid/hourglass-start",
"fontawesome/solid/hourglass",
"fontawesome/solid/house-chimney-crack",
"fontawesome/solid/house-chimney-medical",
"fontawesome/solid/house-chimney-user",
"fontawesome/solid/house-chimney-window",
"fontawesome/solid/house-chimney",
"fontawesome/solid/house-crack",
"fontawesome/solid/house-laptop",
"fontawesome/solid/house-medical",
"fontawesome/solid/house-user",
"fontawesome/solid/house",
"fontawesome/solid/hryvnia-sign",
"fontawesome/solid/i-cursor",
"fontawesome/solid/i",
"fontawesome/solid/ice-cream",
"fontawesome/solid/icicles",
"fontawesome/solid/icons",
"fontawesome/solid/id-badge",
"fontawesome/solid/id-card-clip",
"fontawesome/solid/id-card",
"fontawesome/solid/igloo",
"fontawesome/solid/image-portrait",
"fontawesome/solid/image",
"fontawesome/solid/images",
"fontawesome/solid/inbox",
"fontawesome/solid/indent",
"fontawesome/solid/indian-rupee-sign",
"fontawesome/solid/industry",
"fontawesome/solid/infinity",
"fontawesome/solid/info",
"fontawesome/solid/italic",
"fontawesome/solid/j",
"fontawesome/solid/jedi",
"fontawesome/solid/jet-fighter",
"fontawesome/solid/joint",
"fontawesome/solid/k",
"fontawesome/solid/kaaba",
"fontawesome/solid/key",
"fontawesome/solid/keyboard",
"fontawesome/solid/khanda",
"fontawesome/solid/kip-sign",
"fontawesome/solid/kit-medical",
"fontawesome/solid/kiwi-bird",
"fontawesome/solid/l",
"fontawesome/solid/landmark",
"fontawesome/solid/language",
"fontawesome/solid/laptop-code",
"fontawesome/solid/laptop-medical",
"fontawesome/solid/laptop",
"fontawesome/solid/lari-sign",
"fontawesome/solid/layer-group",
"fontawesome/solid/leaf",
"fontawesome/solid/left-long",
"fontawesome/solid/left-right",
"fontawesome/solid/lemon",
"fontawesome/solid/less-than-equal",
"fontawesome/solid/less-than",
"fontawesome/solid/life-ring",
"fontawesome/solid/lightbulb",
"fontawesome/solid/link-slash",
"fontawesome/solid/link",
"fontawesome/solid/lira-sign",
"fontawesome/solid/list-check",
"fontawesome/solid/list-ol",
"fontawesome/solid/list-ul",
"fontawesome/solid/list",
"fontawesome/solid/litecoin-sign",
"fontawesome/solid/location-arrow",
"fontawesome/solid/location-crosshairs",
"fontawesome/solid/location-dot",
"fontawesome/solid/location-pin",
"fontawesome/solid/lock-open",
"fontawesome/solid/lock",
"fontawesome/solid/lungs-virus",
"fontawesome/solid/lungs",
"fontawesome/solid/m",
"fontawesome/solid/magnet",
"fontawesome/solid/magnifying-glass-dollar",
"fontawesome/solid/magnifying-glass-location",
"fontawesome/solid/magnifying-glass-minus",
"fontawesome/solid/magnifying-glass-plus",
"fontawesome/solid/magnifying-glass",
"fontawesome/solid/manat-sign",
"fontawesome/solid/map-location-dot",
"fontawesome/solid/map-location",
"fontawesome/solid/map-pin",
"fontawesome/solid/map",
"fontawesome/solid/marker",
"fontawesome/solid/mars-and-venus",
"fontawesome/solid/mars-double",
"fontawesome/solid/mars-stroke-right",
"fontawesome/solid/mars-stroke-up",
"fontawesome/solid/mars-stroke",
"fontawesome/solid/mars",
"fontawesome/solid/martini-glass-citrus",
"fontawesome/solid/martini-glass-empty",
"fontawesome/solid/martini-glass",
"fontawesome/solid/mask-face",
"fontawesome/solid/mask",
"fontawesome/solid/masks-theater",
"fontawesome/solid/maximize",
"fontawesome/solid/medal",
"fontawesome/solid/memory",
"fontawesome/solid/menorah",
"fontawesome/solid/mercury",
"fontawesome/solid/message",
"fontawesome/solid/meteor",
"fontawesome/solid/microchip",
"fontawesome/solid/microphone-lines-slash",
"fontawesome/solid/microphone-lines",
"fontawesome/solid/microphone-slash",
"fontawesome/solid/microphone",
"fontawesome/solid/microscope",
"fontawesome/solid/mill-sign",
"fontawesome/solid/minimize",
"fontawesome/solid/minus",
"fontawesome/solid/mitten",
"fontawesome/solid/mobile-button",
"fontawesome/solid/mobile-screen-button",
"fontawesome/solid/mobile",
"fontawesome/solid/money-bill-1-wave",
"fontawesome/solid/money-bill-1",
"fontawesome/solid/money-bill-wave",
"fontawesome/solid/money-bill",
"fontawesome/solid/money-check-dollar",
"fontawesome/solid/money-check",
"fontawesome/solid/monument",
"fontawesome/solid/moon",
"fontawesome/solid/mortar-pestle",
"fontawesome/solid/mosque",
"fontawesome/solid/motorcycle",
"fontawesome/solid/mountain",
"fontawesome/solid/mug-hot",
"fontawesome/solid/mug-saucer",
"fontawesome/solid/music",
"fontawesome/solid/n",
"fontawesome/solid/naira-sign",
"fontawesome/solid/network-wired",
"fontawesome/solid/neuter",
"fontawesome/solid/newspaper",
"fontawesome/solid/not-equal",
"fontawesome/solid/note-sticky",
"fontawesome/solid/notes-medical",
"fontawesome/solid/o",
"fontawesome/solid/object-group",
"fontawesome/solid/object-ungroup",
"fontawesome/solid/oil-can",
"fontawesome/solid/om",
"fontawesome/solid/otter",
"fontawesome/solid/outdent",
"fontawesome/solid/p",
"fontawesome/solid/pager",
"fontawesome/solid/paint-roller",
"fontawesome/solid/paintbrush",
"fontawesome/solid/palette",
"fontawesome/solid/pallet",
"fontawesome/solid/panorama",
"fontawesome/solid/paper-plane",
"fontawesome/solid/paperclip",
"fontawesome/solid/parachute-box",
"fontawesome/solid/paragraph",
"fontawesome/solid/passport",
"fontawesome/solid/paste",
"fontawesome/solid/pause",
"fontawesome/solid/paw",
"fontawesome/solid/peace",
"fontawesome/solid/pen-clip",
"fontawesome/solid/pen-fancy",
"fontawesome/solid/pen-nib",
"fontawesome/solid/pen-ruler",
"fontawesome/solid/pen-to-square",
"fontawesome/solid/pen",
"fontawesome/solid/pencil",
"fontawesome/solid/people-arrows-left-right",
"fontawesome/solid/people-carry-box",
"fontawesome/solid/pepper-hot",
"fontawesome/solid/percent",
"fontawesome/solid/person-biking",
"fontawesome/solid/person-booth",
"fontawesome/solid/person-dots-from-line",
"fontawesome/solid/person-dress",
"fontawesome/solid/person-hiking",
"fontawesome/solid/person-praying",
"fontawesome/solid/person-running",
"fontawesome/solid/person-skating",
"fontawesome/solid/person-skiing-nordic",
"fontawesome/solid/person-skiing",
"fontawesome/solid/person-snowboarding",
"fontawesome/solid/person-swimming",
"fontawesome/solid/person-walking-with-cane",
"fontawesome/solid/person-walking",
"fontawesome/solid/person",
"fontawesome/solid/peseta-sign",
"fontawesome/solid/peso-sign",
"fontawesome/solid/phone-flip",
"fontawesome/solid/phone-slash",
"fontawesome/solid/phone-volume",
"fontawesome/solid/phone",
"fontawesome/solid/photo-film",
"fontawesome/solid/piggy-bank",
"fontawesome/solid/pills",
"fontawesome/solid/pizza-slice",
"fontawesome/solid/place-of-worship",
"fontawesome/solid/plane-arrival",
"fontawesome/solid/plane-departure",
"fontawesome/solid/plane-slash",
"fontawesome/solid/plane",
"fontawesome/solid/play",
"fontawesome/solid/plug",
"fontawesome/solid/plus-minus",
"fontawesome/solid/plus",
"fontawesome/solid/podcast",
"fontawesome/solid/poo-storm",
"fontawesome/solid/poo",
"fontawesome/solid/poop",
"fontawesome/solid/power-off",
"fontawesome/solid/prescription-bottle-medical",
"fontawesome/solid/prescription-bottle",
"fontawesome/solid/prescription",
"fontawesome/solid/print",
"fontawesome/solid/pump-medical",
"fontawesome/solid/pump-soap",
"fontawesome/solid/puzzle-piece",
"fontawesome/solid/q",
"fontawesome/solid/qrcode",
"fontawesome/solid/question",
"fontawesome/solid/quote-left",
"fontawesome/solid/quote-right",
"fontawesome/solid/r",
"fontawesome/solid/radiation",
"fontawesome/solid/rainbow",
"fontawesome/solid/receipt",
"fontawesome/solid/record-vinyl",
"fontawesome/solid/rectangle-ad",
"fontawesome/solid/rectangle-list",
"fontawesome/solid/rectangle-xmark",
"fontawesome/solid/recycle",
"fontawesome/solid/registered",
"fontawesome/solid/repeat",
"fontawesome/solid/reply-all",
"fontawesome/solid/reply",
"fontawesome/solid/republican",
"fontawesome/solid/restroom",
"fontawesome/solid/retweet",
"fontawesome/solid/ribbon",
"fontawesome/solid/right-from-bracket",
"fontawesome/solid/right-left",
"fontawesome/solid/right-long",
"fontawesome/solid/right-to-bracket",
"fontawesome/solid/ring",
"fontawesome/solid/road",
"fontawesome/solid/robot",
"fontawesome/solid/rocket",
"fontawesome/solid/rotate-left",
"fontawesome/solid/rotate-right",
"fontawesome/solid/rotate",
"fontawesome/solid/route",
"fontawesome/solid/rss",
"fontawesome/solid/ruble-sign",
"fontawesome/solid/ruler-combined",
"fontawesome/solid/ruler-horizontal",
"fontawesome/solid/ruler-vertical",
"fontawesome/solid/ruler",
"fontawesome/solid/rupee-sign",
"fontawesome/solid/rupiah-sign",
"fontawesome/solid/s",
"fontawesome/solid/sailboat",
"fontawesome/solid/satellite-dish",
"fontawesome/solid/satellite",
"fontawesome/solid/scale-balanced",
"fontawesome/solid/scale-unbalanced-flip",
"fontawesome/solid/scale-unbalanced",
"fontawesome/solid/school",
"fontawesome/solid/scissors",
"fontawesome/solid/screwdriver-wrench",
"fontawesome/solid/screwdriver",
"fontawesome/solid/scroll-torah",
"fontawesome/solid/scroll",
"fontawesome/solid/sd-card",
"fontawesome/solid/section",
"fontawesome/solid/seedling",
"fontawesome/solid/server",
"fontawesome/solid/shapes",
"fontawesome/solid/share-from-square",
"fontawesome/solid/share-nodes",
"fontawesome/solid/share",
"fontawesome/solid/shekel-sign",
"fontawesome/solid/shield-blank",
"fontawesome/solid/shield-virus",
"fontawesome/solid/shield",
"fontawesome/solid/ship",
"fontawesome/solid/shirt",
"fontawesome/solid/shoe-prints",
"fontawesome/solid/shop-slash",
"fontawesome/solid/shop",
"fontawesome/solid/shower",
"fontawesome/solid/shrimp",
"fontawesome/solid/shuffle",
"fontawesome/solid/shuttle-space",
"fontawesome/solid/sign-hanging",
"fontawesome/solid/signal",
"fontawesome/solid/signature",
"fontawesome/solid/signs-post",
"fontawesome/solid/sim-card",
"fontawesome/solid/sink",
"fontawesome/solid/sitemap",
"fontawesome/solid/skull-crossbones",
"fontawesome/solid/skull",
"fontawesome/solid/slash",
"fontawesome/solid/sleigh",
"fontawesome/solid/sliders",
"fontawesome/solid/smog",
"fontawesome/solid/smoking",
"fontawesome/solid/snowflake",
"fontawesome/solid/snowman",
"fontawesome/solid/snowplow",
"fontawesome/solid/soap",
"fontawesome/solid/socks",
"fontawesome/solid/solar-panel",
"fontawesome/solid/sort-down",
"fontawesome/solid/sort-up",
"fontawesome/solid/sort",
"fontawesome/solid/spa",
"fontawesome/solid/spaghetti-monster-flying",
"fontawesome/solid/spell-check",
"fontawesome/solid/spider",
"fontawesome/solid/spinner",
"fontawesome/solid/splotch",
"fontawesome/solid/spoon",
"fontawesome/solid/spray-can-sparkles",
"fontawesome/solid/spray-can",
"fontawesome/solid/square-arrow-up-right",
"fontawesome/solid/square-caret-down",
"fontawesome/solid/square-caret-left",
"fontawesome/solid/square-caret-right",
"fontawesome/solid/square-caret-up",
"fontawesome/solid/square-check",
"fontawesome/solid/square-envelope",
"fontawesome/solid/square-full",
"fontawesome/solid/square-h",
"fontawesome/solid/square-minus",
"fontawesome/solid/square-parking",
"fontawesome/solid/square-pen",
"fontawesome/solid/square-phone-flip",
"fontawesome/solid/square-phone",
"fontawesome/solid/square-plus",
"fontawesome/solid/square-poll-horizontal",
"fontawesome/solid/square-poll-vertical",
"fontawesome/solid/square-root-variable",
"fontawesome/solid/square-rss",
"fontawesome/solid/square-share-nodes",
"fontawesome/solid/square-up-right",
"fontawesome/solid/square-xmark",
"fontawesome/solid/square",
"fontawesome/solid/stairs",
"fontawesome/solid/stamp",
"fontawesome/solid/star-and-crescent",
"fontawesome/solid/star-half-stroke",
"fontawesome/solid/star-half",
"fontawesome/solid/star-of-david",
"fontawesome/solid/star-of-life",
"fontawesome/solid/star",
"fontawesome/solid/sterling-sign",
"fontawesome/solid/stethoscope",
"fontawesome/solid/stop",
"fontawesome/solid/stopwatch-20",
"fontawesome/solid/stopwatch",
"fontawesome/solid/store-slash",
"fontawesome/solid/store",
"fontawesome/solid/street-view",
"fontawesome/solid/strikethrough",
"fontawesome/solid/stroopwafel",
"fontawesome/solid/subscript",
"fontawesome/solid/suitcase-medical",
"fontawesome/solid/suitcase-rolling",
"fontawesome/solid/suitcase",
"fontawesome/solid/sun",
"fontawesome/solid/superscript",
"fontawesome/solid/swatchbook",
"fontawesome/solid/synagogue",
"fontawesome/solid/syringe",
"fontawesome/solid/t",
"fontawesome/solid/table-cells-large",
"fontawesome/solid/table-cells",
"fontawesome/solid/table-columns",
"fontawesome/solid/table-list",
"fontawesome/solid/table-tennis-paddle-ball",
"fontawesome/solid/table",
"fontawesome/solid/tablet-button",
"fontawesome/solid/tablet-screen-button",
"fontawesome/solid/tablet",
"fontawesome/solid/tablets",
"fontawesome/solid/tachograph-digital",
"fontawesome/solid/tag",
"fontawesome/solid/tags",
"fontawesome/solid/tape",
"fontawesome/solid/taxi",
"fontawesome/solid/teeth-open",
"fontawesome/solid/teeth",
"fontawesome/solid/temperature-empty",
"fontawesome/solid/temperature-full",
"fontawesome/solid/temperature-half",
"fontawesome/solid/temperature-high",
"fontawesome/solid/temperature-low",
"fontawesome/solid/temperature-quarter",
"fontawesome/solid/temperature-three-quarters",
"fontawesome/solid/tenge-sign",
"fontawesome/solid/terminal",
"fontawesome/solid/text-height",
"fontawesome/solid/text-slash",
"fontawesome/solid/text-width",
"fontawesome/solid/thermometer",
"fontawesome/solid/thumbs-down",
"fontawesome/solid/thumbs-up",
"fontawesome/solid/thumbtack",
"fontawesome/solid/ticket-simple",
"fontawesome/solid/ticket",
"fontawesome/solid/timeline",
"fontawesome/solid/toggle-off",
"fontawesome/solid/toggle-on",
"fontawesome/solid/toilet-paper-slash",
"fontawesome/solid/toilet-paper",
"fontawesome/solid/toilet",
"fontawesome/solid/toolbox",
"fontawesome/solid/tooth",
"fontawesome/solid/torii-gate",
"fontawesome/solid/tower-broadcast",
"fontawesome/solid/tractor",
"fontawesome/solid/trademark",
"fontawesome/solid/traffic-light",
"fontawesome/solid/trailer",
"fontawesome/solid/train-subway",
"fontawesome/solid/train-tram",
"fontawesome/solid/train",
"fontawesome/solid/transgender",
"fontawesome/solid/trash-arrow-up",
"fontawesome/solid/trash-can-arrow-up",
"fontawesome/solid/trash-can",
"fontawesome/solid/trash",
"fontawesome/solid/tree",
"fontawesome/solid/triangle-exclamation",
"fontawesome/solid/trophy",
"fontawesome/solid/truck-fast",
"fontawesome/solid/truck-medical",
"fontawesome/solid/truck-monster",
"fontawesome/solid/truck-moving",
"fontawesome/solid/truck-pickup",
"fontawesome/solid/truck-ramp-box",
"fontawesome/solid/truck",
"fontawesome/solid/tty",
"fontawesome/solid/turkish-lira-sign",
"fontawesome/solid/turn-down",
"fontawesome/solid/turn-up",
"fontawesome/solid/tv",
"fontawesome/solid/u",
"fontawesome/solid/umbrella-beach",
"fontawesome/solid/umbrella",
"fontawesome/solid/underline",
"fontawesome/solid/universal-access",
"fontawesome/solid/unlock-keyhole",
"fontawesome/solid/unlock",
"fontawesome/solid/up-down-left-right",
"fontawesome/solid/up-down",
"fontawesome/solid/up-long",
"fontawesome/solid/up-right-and-down-left-from-center",
"fontawesome/solid/up-right-from-square",
"fontawesome/solid/upload",
"fontawesome/solid/user-astronaut",
"fontawesome/solid/user-check",
"fontawesome/solid/user-clock",
"fontawesome/solid/user-doctor",
"fontawesome/solid/user-gear",
"fontawesome/solid/user-graduate",
"fontawesome/solid/user-group",
"fontawesome/solid/user-injured",
"fontawesome/solid/user-large-slash",
"fontawesome/solid/user-large",
"fontawesome/solid/user-lock",
"fontawesome/solid/user-minus",
"fontawesome/solid/user-ninja",
"fontawesome/solid/user-nurse",
"fontawesome/solid/user-pen",
"fontawesome/solid/user-plus",
"fontawesome/solid/user-secret",
"fontawesome/solid/user-shield",
"fontawesome/solid/user-slash",
"fontawesome/solid/user-tag",
"fontawesome/solid/user-tie",
"fontawesome/solid/user-xmark",
"fontawesome/solid/user",
"fontawesome/solid/users-gear",
"fontawesome/solid/users-slash",
"fontawesome/solid/users",
"fontawesome/solid/utensils",
"fontawesome/solid/v",
"fontawesome/solid/van-shuttle",
"fontawesome/solid/vault",
"fontawesome/solid/vector-square",
"fontawesome/solid/venus-double",
"fontawesome/solid/venus-mars",
"fontawesome/solid/venus",
"fontawesome/solid/vest-patches",
"fontawesome/solid/vest",
"fontawesome/solid/vial",
"fontawesome/solid/vials",
"fontawesome/solid/video-slash",
"fontawesome/solid/video",
"fontawesome/solid/vihara",
"fontawesome/solid/virus-covid-slash",
"fontawesome/solid/virus-covid",
"fontawesome/solid/virus-slash",
"fontawesome/solid/virus",
"fontawesome/solid/viruses",
"fontawesome/solid/voicemail",
"fontawesome/solid/volleyball",
"fontawesome/solid/volume-high",
"fontawesome/solid/volume-low",
"fontawesome/solid/volume-off",
"fontawesome/solid/volume-xmark",
"fontawesome/solid/vr-cardboard",
"fontawesome/solid/w",
"fontawesome/solid/wallet",
"fontawesome/solid/wand-magic-sparkles",
"fontawesome/solid/wand-magic",
"fontawesome/solid/wand-sparkles",
"fontawesome/solid/warehouse",
"fontawesome/solid/water-ladder",
"fontawesome/solid/water",
"fontawesome/solid/wave-square",
"fontawesome/solid/weight-hanging",
"fontawesome/solid/weight-scale",
"fontawesome/solid/wheelchair",
"fontawesome/solid/whiskey-glass",
"fontawesome/solid/wifi",
"fontawesome/solid/wind",
"fontawesome/solid/window-maximize",
"fontawesome/solid/window-minimize",
"fontawesome/solid/window-restore",
"fontawesome/solid/wine-bottle",
"fontawesome/solid/wine-glass-empty",
"fontawesome/solid/wine-glass",
"fontawesome/solid/won-sign",
"fontawesome/solid/wrench",
"fontawesome/solid/x-ray",
"fontawesome/solid/x",
"fontawesome/solid/xmark",
"fontawesome/solid/y",
"fontawesome/solid/yen-sign",
"fontawesome/solid/yin-yang",
"fontawesome/solid/z",
"logo",
"material/ab-testing",
"material/abacus",
"material/abjad-arabic",
"material/abjad-hebrew",
"material/abugida-devanagari",
"material/abugida-thai",
"material/access-point-check",
"material/access-point-minus",
"material/access-point-network-off",
"material/access-point-network",
"material/access-point-off",
"material/access-point-plus",
"material/access-point-remove",
"material/access-point",
"material/account-alert-outline",
"material/account-alert",
"material/account-arrow-down-outline",
"material/account-arrow-down",
"material/account-arrow-left-outline",
"material/account-arrow-left",
"material/account-arrow-right-outline",
"material/account-arrow-right",
"material/account-arrow-up-outline",
"material/account-arrow-up",
"material/account-box-multiple-outline",
"material/account-box-multiple",
"material/account-box-outline",
"material/account-box",
"material/account-cancel-outline",
"material/account-cancel",
"material/account-cash-outline",
"material/account-cash",
"material/account-check-outline",
"material/account-check",
"material/account-child-circle",
"material/account-child-outline",
"material/account-child",
"material/account-circle-outline",
"material/account-circle",
"material/account-clock-outline",
"material/account-clock",
"material/account-cog-outline",
"material/account-cog",
"material/account-convert-outline",
"material/account-convert",
"material/account-cowboy-hat-outline",
"material/account-cowboy-hat",
"material/account-details-outline",
"material/account-details",
"material/account-edit-outline",
"material/account-edit",
"material/account-eye-outline",
"material/account-eye",
"material/account-filter-outline",
"material/account-filter",
"material/account-group-outline",
"material/account-group",
"material/account-hard-hat",
"material/account-heart-outline",
"material/account-heart",
"material/account-injury-outline",
"material/account-injury",
"material/account-key-outline",
"material/account-key",
"material/account-lock-open-outline",
"material/account-lock-open",
"material/account-lock-outline",
"material/account-lock",
"material/account-minus-outline",
"material/account-minus",
"material/account-multiple-check-outline",
"material/account-multiple-check",
"material/account-multiple-minus-outline",
"material/account-multiple-minus",
"material/account-multiple-outline",
"material/account-multiple-plus-outline",
"material/account-multiple-plus",
"material/account-multiple-remove-outline",
"material/account-multiple-remove",
"material/account-multiple",
"material/account-music-outline",
"material/account-music",
"material/account-network-outline",
"material/account-network",
"material/account-off-outline",
"material/account-off",
"material/account-outline",
"material/account-plus-outline",
"material/account-plus",
"material/account-question-outline",
"material/account-question",
"material/account-reactivate-outline",
"material/account-reactivate",
"material/account-remove-outline",
"material/account-remove",
"material/account-search-outline",
"material/account-search",
"material/account-settings-outline",
"material/account-settings",
"material/account-star-outline",
"material/account-star",
"material/account-supervisor-circle-outline",
"material/account-supervisor-circle",
"material/account-supervisor-outline",
"material/account-supervisor",
"material/account-switch-outline",
"material/account-switch",
"material/account-sync-outline",
"material/account-sync",
"material/account-tie-hat-outline",
"material/account-tie-hat",
"material/account-tie-outline",
"material/account-tie-voice-off-outline",
"material/account-tie-voice-off",
"material/account-tie-voice-outline",
"material/account-tie-voice",
"material/account-tie",
"material/account-voice-off",
"material/account-voice",
"material/account-wrench-outline",
"material/account-wrench",
"material/account",
"material/adjust",
"material/advertisements-off",
"material/advertisements",
"material/air-conditioner",
"material/air-filter",
"material/air-horn",
"material/air-humidifier-off",
"material/air-humidifier",
"material/air-purifier",
"material/airbag",
"material/airballoon-outline",
"material/airballoon",
"material/airplane-alert",
"material/airplane-check",
"material/airplane-clock",
"material/airplane-cog",
"material/airplane-edit",
"material/airplane-landing",
"material/airplane-marker",
"material/airplane-minus",
"material/airplane-off",
"material/airplane-plus",
"material/airplane-remove",
"material/airplane-search",
"material/airplane-settings",
"material/airplane-takeoff",
"material/airplane",
"material/airport",
"material/alarm-bell",
"material/alarm-check",
"material/alarm-light-off-outline",
"material/alarm-light-off",
"material/alarm-light-outline",
"material/alarm-light",
"material/alarm-multiple",
"material/alarm-note-off",
"material/alarm-note",
"material/alarm-off",
"material/alarm-panel-outline",
"material/alarm-panel",
"material/alarm-plus",
"material/alarm-snooze",
"material/alarm",
"material/album",
"material/alert-box-outline",
"material/alert-box",
"material/alert-circle-check-outline",
"material/alert-circle-check",
"material/alert-circle-outline",
"material/alert-circle",
"material/alert-decagram-outline",
"material/alert-decagram",
"material/alert-minus-outline",
"material/alert-minus",
"material/alert-octagon-outline",
"material/alert-octagon",
"material/alert-octagram-outline",
"material/alert-octagram",
"material/alert-outline",
"material/alert-plus-outline",
"material/alert-plus",
"material/alert-remove-outline",
"material/alert-remove",
"material/alert-rhombus-outline",
"material/alert-rhombus",
"material/alert",
"material/alien-outline",
"material/alien",
"material/align-horizontal-center",
"material/align-horizontal-distribute",
"material/align-horizontal-left",
"material/align-horizontal-right",
"material/align-vertical-bottom",
"material/align-vertical-center",
"material/align-vertical-distribute",
"material/align-vertical-top",
"material/all-inclusive-box-outline",
"material/all-inclusive-box",
"material/all-inclusive",
"material/allergy",
"material/alpha-a-box-outline",
"material/alpha-a-box",
"material/alpha-a-circle-outline",
"material/alpha-a-circle",
"material/alpha-a",
"material/alpha-b-box-outline",
"material/alpha-b-box",
"material/alpha-b-circle-outline",
"material/alpha-b-circle",
"material/alpha-b",
"material/alpha-c-box-outline",
"material/alpha-c-box",
"material/alpha-c-circle-outline",
"material/alpha-c-circle",
"material/alpha-c",
"material/alpha-d-box-outline",
"material/alpha-d-box",
"material/alpha-d-circle-outline",
"material/alpha-d-circle",
"material/alpha-d",
"material/alpha-e-box-outline",
"material/alpha-e-box",
"material/alpha-e-circle-outline",
"material/alpha-e-circle",
"material/alpha-e",
"material/alpha-f-box-outline",
"material/alpha-f-box",
"material/alpha-f-circle-outline",
"material/alpha-f-circle",
"material/alpha-f",
"material/alpha-g-box-outline",
"material/alpha-g-box",
"material/alpha-g-circle-outline",
"material/alpha-g-circle",
"material/alpha-g",
"material/alpha-h-box-outline",
"material/alpha-h-box",
"material/alpha-h-circle-outline",
"material/alpha-h-circle",
"material/alpha-h",
"material/alpha-i-box-outline",
"material/alpha-i-box",
"material/alpha-i-circle-outline",
"material/alpha-i-circle",
"material/alpha-i",
"material/alpha-j-box-outline",
"material/alpha-j-box",
"material/alpha-j-circle-outline",
"material/alpha-j-circle",
"material/alpha-j",
"material/alpha-k-box-outline",
"material/alpha-k-box",
"material/alpha-k-circle-outline",
"material/alpha-k-circle",
"material/alpha-k",
"material/alpha-l-box-outline",
"material/alpha-l-box",
"material/alpha-l-circle-outline",
"material/alpha-l-circle",
"material/alpha-l",
"material/alpha-m-box-outline",
"material/alpha-m-box",
"material/alpha-m-circle-outline",
"material/alpha-m-circle",
"material/alpha-m",
"material/alpha-n-box-outline",
"material/alpha-n-box",
"material/alpha-n-circle-outline",
"material/alpha-n-circle",
"material/alpha-n",
"material/alpha-o-box-outline",
"material/alpha-o-box",
"material/alpha-o-circle-outline",
"material/alpha-o-circle",
"material/alpha-o",
"material/alpha-p-box-outline",
"material/alpha-p-box",
"material/alpha-p-circle-outline",
"material/alpha-p-circle",
"material/alpha-p",
"material/alpha-q-box-outline",
"material/alpha-q-box",
"material/alpha-q-circle-outline",
"material/alpha-q-circle",
"material/alpha-q",
"material/alpha-r-box-outline",
"material/alpha-r-box",
"material/alpha-r-circle-outline",
"material/alpha-r-circle",
"material/alpha-r",
"material/alpha-s-box-outline",
"material/alpha-s-box",
"material/alpha-s-circle-outline",
"material/alpha-s-circle",
"material/alpha-s",
"material/alpha-t-box-outline",
"material/alpha-t-box",
"material/alpha-t-circle-outline",
"material/alpha-t-circle",
"material/alpha-t",
"material/alpha-u-box-outline",
"material/alpha-u-box",
"material/alpha-u-circle-outline",
"material/alpha-u-circle",
"material/alpha-u",
"material/alpha-v-box-outline",
"material/alpha-v-box",
"material/alpha-v-circle-outline",
"material/alpha-v-circle",
"material/alpha-v",
"material/alpha-w-box-outline",
"material/alpha-w-box",
"material/alpha-w-circle-outline",
"material/alpha-w-circle",
"material/alpha-w",
"material/alpha-x-box-outline",
"material/alpha-x-box",
"material/alpha-x-circle-outline",
"material/alpha-x-circle",
"material/alpha-x",
"material/alpha-y-box-outline",
"material/alpha-y-box",
"material/alpha-y-circle-outline",
"material/alpha-y-circle",
"material/alpha-y",
"material/alpha-z-box-outline",
"material/alpha-z-box",
"material/alpha-z-circle-outline",
"material/alpha-z-circle",
"material/alpha-z",
"material/alpha",
"material/alphabet-aurebesh",
"material/alphabet-cyrillic",
"material/alphabet-greek",
"material/alphabet-latin",
"material/alphabet-piqad",
"material/alphabet-tengwar",
"material/alphabetical-off",
"material/alphabetical-variant-off",
"material/alphabetical-variant",
"material/alphabetical",
"material/altimeter",
"material/ambulance",
"material/ammunition",
"material/ampersand",
"material/amplifier-off",
"material/amplifier",
"material/anchor",
"material/android-messages",
"material/android-studio",
"material/android",
"material/angle-acute",
"material/angle-obtuse",
"material/angle-right",
"material/angular",
"material/angularjs",
"material/animation-outline",
"material/animation-play-outline",
"material/animation-play",
"material/animation",
"material/ansible",
"material/antenna",
"material/anvil",
"material/apache-kafka",
"material/api-off",
"material/api",
"material/apple-finder",
"material/apple-icloud",
"material/apple-ios",
"material/apple-keyboard-caps",
"material/apple-keyboard-command",
"material/apple-keyboard-control",
"material/apple-keyboard-option",
"material/apple-keyboard-shift",
"material/apple-safari",
"material/apple",
"material/application-array-outline",
"material/application-array",
"material/application-braces-outline",
"material/application-braces",
"material/application-brackets-outline",
"material/application-brackets",
"material/application-cog-outline",
"material/application-cog",
"material/application-edit-outline",
"material/application-edit",
"material/application-export",
"material/application-import",
"material/application-outline",
"material/application-parentheses-outline",
"material/application-parentheses",
"material/application-settings-outline",
"material/application-settings",
"material/application-variable-outline",
"material/application-variable",
"material/application",
"material/approximately-equal-box",
"material/approximately-equal",
"material/apps-box",
"material/apps",
"material/arch",
"material/archive-alert-outline",
"material/archive-alert",
"material/archive-arrow-down-outline",
"material/archive-arrow-down",
"material/archive-arrow-up-outline",
"material/archive-arrow-up",
"material/archive-cancel-outline",
"material/archive-cancel",
"material/archive-check-outline",
"material/archive-check",
"material/archive-clock-outline",
"material/archive-clock",
"material/archive-cog-outline",
"material/archive-cog",
"material/archive-edit-outline",
"material/archive-edit",
"material/archive-eye-outline",
"material/archive-eye",
"material/archive-lock-open-outline",
"material/archive-lock-open",
"material/archive-lock-outline",
"material/archive-lock",
"material/archive-marker-outline",
"material/archive-marker",
"material/archive-minus-outline",
"material/archive-minus",
"material/archive-music-outline",
"material/archive-music",
"material/archive-off-outline",
"material/archive-off",
"material/archive-outline",
"material/archive-plus-outline",
"material/archive-plus",
"material/archive-refresh-outline",
"material/archive-refresh",
"material/archive-remove-outline",
"material/archive-remove",
"material/archive-search-outline",
"material/archive-search",
"material/archive-settings-outline",
"material/archive-settings",
"material/archive-star-outline",
"material/archive-star",
"material/archive-sync-outline",
"material/archive-sync",
"material/archive",
"material/arm-flex-outline",
"material/arm-flex",
"material/arrange-bring-forward",
"material/arrange-bring-to-front",
"material/arrange-send-backward",
"material/arrange-send-to-back",
"material/arrow-all",
"material/arrow-bottom-left-bold-box-outline",
"material/arrow-bottom-left-bold-box",
"material/arrow-bottom-left-bold-outline",
"material/arrow-bottom-left-thick",
"material/arrow-bottom-left-thin-circle-outline",
"material/arrow-bottom-left-thin",
"material/arrow-bottom-left",
"material/arrow-bottom-right-bold-box-outline",
"material/arrow-bottom-right-bold-box",
"material/arrow-bottom-right-bold-outline",
"material/arrow-bottom-right-thick",
"material/arrow-bottom-right-thin-circle-outline",
"material/arrow-bottom-right-thin",
"material/arrow-bottom-right",
"material/arrow-collapse-all",
"material/arrow-collapse-down",
"material/arrow-collapse-horizontal",
"material/arrow-collapse-left",
"material/arrow-collapse-right",
"material/arrow-collapse-up",
"material/arrow-collapse-vertical",
"material/arrow-collapse",
"material/arrow-decision-auto-outline",
"material/arrow-decision-auto",
"material/arrow-decision-outline",
"material/arrow-decision",
"material/arrow-down-bold-box-outline",
"material/arrow-down-bold-box",
"material/arrow-down-bold-circle-outline",
"material/arrow-down-bold-circle",
"material/arrow-down-bold-hexagon-outline",
"material/arrow-down-bold-outline",
"material/arrow-down-bold",
"material/arrow-down-box",
"material/arrow-down-circle-outline",
"material/arrow-down-circle",
"material/arrow-down-drop-circle-outline",
"material/arrow-down-drop-circle",
"material/arrow-down-left-bold",
"material/arrow-down-left",
"material/arrow-down-right-bold",
"material/arrow-down-right",
"material/arrow-down-thick",
"material/arrow-down-thin-circle-outline",
"material/arrow-down-thin",
"material/arrow-down",
"material/arrow-expand-all",
"material/arrow-expand-down",
"material/arrow-expand-horizontal",
"material/arrow-expand-left",
"material/arrow-expand-right",
"material/arrow-expand-up",
"material/arrow-expand-vertical",
"material/arrow-expand",
"material/arrow-horizontal-lock",
"material/arrow-left-bold-box-outline",
"material/arrow-left-bold-box",
"material/arrow-left-bold-circle-outline",
"material/arrow-left-bold-circle",
"material/arrow-left-bold-hexagon-outline",
"material/arrow-left-bold-outline",
"material/arrow-left-bold",
"material/arrow-left-bottom-bold",
"material/arrow-left-bottom",
"material/arrow-left-box",
"material/arrow-left-circle-outline",
"material/arrow-left-circle",
"material/arrow-left-drop-circle-outline",
"material/arrow-left-drop-circle",
"material/arrow-left-right-bold-outline",
"material/arrow-left-right-bold",
"material/arrow-left-right",
"material/arrow-left-thick",
"material/arrow-left-thin-circle-outline",
"material/arrow-left-thin",
"material/arrow-left-top-bold",
"material/arrow-left-top",
"material/arrow-left",
"material/arrow-projectile-multiple",
"material/arrow-projectile",
"material/arrow-right-bold-box-outline",
"material/arrow-right-bold-box",
"material/arrow-right-bold-circle-outline",
"material/arrow-right-bold-circle",
"material/arrow-right-bold-hexagon-outline",
"material/arrow-right-bold-outline",
"material/arrow-right-bold",
"material/arrow-right-bottom-bold",
"material/arrow-right-bottom",
"material/arrow-right-box",
"material/arrow-right-circle-outline",
"material/arrow-right-circle",
"material/arrow-right-drop-circle-outline",
"material/arrow-right-drop-circle",
"material/arrow-right-thick",
"material/arrow-right-thin-circle-outline",
"material/arrow-right-thin",
"material/arrow-right-top-bold",
"material/arrow-right-top",
"material/arrow-right",
"material/arrow-split-horizontal",
"material/arrow-split-vertical",
"material/arrow-top-left-bold-box-outline",
"material/arrow-top-left-bold-box",
"material/arrow-top-left-bold-outline",
"material/arrow-top-left-bottom-right-bold",
"material/arrow-top-left-bottom-right",
"material/arrow-top-left-thick",
"material/arrow-top-left-thin-circle-outline",
"material/arrow-top-left-thin",
"material/arrow-top-left",
"material/arrow-top-right-bold-box-outline",
"material/arrow-top-right-bold-box",
"material/arrow-top-right-bold-outline",
"material/arrow-top-right-bottom-left-bold",
"material/arrow-top-right-bottom-left",
"material/arrow-top-right-thick",
"material/arrow-top-right-thin-circle-outline",
"material/arrow-top-right-thin",
"material/arrow-top-right",
"material/arrow-u-down-left-bold",
"material/arrow-u-down-left",
"material/arrow-u-down-right-bold",
"material/arrow-u-down-right",
"material/arrow-u-left-bottom-bold",
"material/arrow-u-left-bottom",
"material/arrow-u-left-top-bold",
"material/arrow-u-left-top",
"material/arrow-u-right-bottom-bold",
"material/arrow-u-right-bottom",
"material/arrow-u-right-top-bold",
"material/arrow-u-right-top",
"material/arrow-u-up-left-bold",
"material/arrow-u-up-left",
"material/arrow-u-up-right-bold",
"material/arrow-u-up-right",
"material/arrow-up-bold-box-outline",
"material/arrow-up-bold-box",
"material/arrow-up-bold-circle-outline",
"material/arrow-up-bold-circle",
"material/arrow-up-bold-hexagon-outline",
"material/arrow-up-bold-outline",
"material/arrow-up-bold",
"material/arrow-up-box",
"material/arrow-up-circle-outline",
"material/arrow-up-circle",
"material/arrow-up-down-bold-outline",
"material/arrow-up-down-bold",
"material/arrow-up-down",
"material/arrow-up-drop-circle-outline",
"material/arrow-up-drop-circle",
"material/arrow-up-left-bold",
"material/arrow-up-left",
"material/arrow-up-right-bold",
"material/arrow-up-right",
"material/arrow-up-thick",
"material/arrow-up-thin-circle-outline",
"material/arrow-up-thin",
"material/arrow-up",
"material/arrow-vertical-lock",
"material/artstation",
"material/aspect-ratio",
"material/assistant",
"material/asterisk",
"material/at",
"material/atlassian",
"material/atm",
"material/atom-variant",
"material/atom",
"material/attachment",
"material/audio-input-rca",
"material/audio-input-stereo-minijack",
"material/audio-input-xlr",
"material/audio-video-off",
"material/audio-video",
"material/augmented-reality",
"material/auto-download",
"material/auto-fix",
"material/auto-upload",
"material/autorenew",
"material/av-timer",
"material/aws",
"material/axe-battle",
"material/axe",
"material/axis-arrow-info",
"material/axis-arrow-lock",
"material/axis-arrow",
"material/axis-lock",
"material/axis-x-arrow-lock",
"material/axis-x-arrow",
"material/axis-x-rotate-clockwise",
"material/axis-x-rotate-counterclockwise",
"material/axis-x-y-arrow-lock",
"material/axis-y-arrow-lock",
"material/axis-y-arrow",
"material/axis-y-rotate-clockwise",
"material/axis-y-rotate-counterclockwise",
"material/axis-z-arrow-lock",
"material/axis-z-arrow",
"material/axis-z-rotate-clockwise",
"material/axis-z-rotate-counterclockwise",
"material/axis",
"material/babel",
"material/baby-bottle-outline",
"material/baby-bottle",
"material/baby-buggy",
"material/baby-carriage-off",
"material/baby-carriage",
"material/baby-face-outline",
"material/baby-face",
"material/baby",
"material/backburger",
"material/backspace-outline",
"material/backspace-reverse-outline",
"material/backspace-reverse",
"material/backspace",
"material/backup-restore",
"material/bacteria-outline",
"material/bacteria",
"material/badge-account-alert-outline",
"material/badge-account-alert",
"material/badge-account-horizontal-outline",
"material/badge-account-horizontal",
"material/badge-account-outline",
"material/badge-account",
"material/badminton",
"material/bag-carry-on-check",
"material/bag-carry-on-off",
"material/bag-carry-on",
"material/bag-checked",
"material/bag-personal-off-outline",
"material/bag-personal-off",
"material/bag-personal-outline",
"material/bag-personal",
"material/bag-suitcase-off-outline",
"material/bag-suitcase-off",
"material/bag-suitcase-outline",
"material/bag-suitcase",
"material/baguette",
"material/balcony",
"material/balloon",
"material/ballot-outline",
"material/ballot-recount-outline",
"material/ballot-recount",
"material/ballot",
"material/bandage",
"material/bank-check",
"material/bank-minus",
"material/bank-off-outline",
"material/bank-off",
"material/bank-outline",
"material/bank-plus",
"material/bank-remove",
"material/bank-transfer-in",
"material/bank-transfer-out",
"material/bank-transfer",
"material/bank",
"material/barcode-off",
"material/barcode-scan",
"material/barcode",
"material/barley-off",
"material/barley",
"material/barn",
"material/barrel",
"material/baseball-bat",
"material/baseball-diamond-outline",
"material/baseball-diamond",
"material/baseball",
"material/bash",
"material/basket-check-outline",
"material/basket-check",
"material/basket-fill",
"material/basket-minus-outline",
"material/basket-minus",
"material/basket-off-outline",
"material/basket-off",
"material/basket-outline",
"material/basket-plus-outline",
"material/basket-plus",
"material/basket-remove-outline",
"material/basket-remove",
"material/basket-unfill",
"material/basket",
"material/basketball-hoop-outline",
"material/basketball-hoop",
"material/basketball",
"material/bat",
"material/bathtub-outline",
"material/bathtub",
"material/battery-10-bluetooth",
"material/battery-10",
"material/battery-20-bluetooth",
"material/battery-20",
"material/battery-30-bluetooth",
"material/battery-30",
"material/battery-40-bluetooth",
"material/battery-40",
"material/battery-50-bluetooth",
"material/battery-50",
"material/battery-60-bluetooth",
"material/battery-60",
"material/battery-70-bluetooth",
"material/battery-70",
"material/battery-80-bluetooth",
"material/battery-80",
"material/battery-90-bluetooth",
"material/battery-90",
"material/battery-alert-bluetooth",
"material/battery-alert-variant-outline",
"material/battery-alert-variant",
"material/battery-alert",
"material/battery-arrow-down-outline",
"material/battery-arrow-down",
"material/battery-arrow-up-outline",
"material/battery-arrow-up",
"material/battery-bluetooth-variant",
"material/battery-bluetooth",
"material/battery-charging-10",
"material/battery-charging-100",
"material/battery-charging-20",
"material/battery-charging-30",
"material/battery-charging-40",
"material/battery-charging-50",
"material/battery-charging-60",
"material/battery-charging-70",
"material/battery-charging-80",
"material/battery-charging-90",
"material/battery-charging-high",
"material/battery-charging-low",
"material/battery-charging-medium",
"material/battery-charging-outline",
"material/battery-charging-wireless-10",
"material/battery-charging-wireless-20",
"material/battery-charging-wireless-30",
"material/battery-charging-wireless-40",
"material/battery-charging-wireless-50",
"material/battery-charging-wireless-60",
"material/battery-charging-wireless-70",
"material/battery-charging-wireless-80",
"material/battery-charging-wireless-90",
"material/battery-charging-wireless-alert",
"material/battery-charging-wireless-outline",
"material/battery-charging-wireless",
"material/battery-charging",
"material/battery-check-outline",
"material/battery-check",
"material/battery-heart-outline",
"material/battery-heart-variant",
"material/battery-heart",
"material/battery-high",
"material/battery-lock-open",
"material/battery-lock",
"material/battery-low",
"material/battery-medium",
"material/battery-minus-outline",
"material/battery-minus-variant",
"material/battery-minus",
"material/battery-negative",
"material/battery-off-outline",
"material/battery-off",
"material/battery-outline",
"material/battery-plus-outline",
"material/battery-plus-variant",
"material/battery-plus",
"material/battery-positive",
"material/battery-remove-outline",
"material/battery-remove",
"material/battery-sync-outline",
"material/battery-sync",
"material/battery-unknown-bluetooth",
"material/battery-unknown",
"material/battery",
"material/beach",
"material/beaker-alert-outline",
"material/beaker-alert",
"material/beaker-check-outline",
"material/beaker-check",
"material/beaker-minus-outline",
"material/beaker-minus",
"material/beaker-outline",
"material/beaker-plus-outline",
"material/beaker-plus",
"material/beaker-question-outline",
"material/beaker-question",
"material/beaker-remove-outline",
"material/beaker-remove",
"material/beaker",
"material/bed-double-outline",
"material/bed-double",
"material/bed-empty",
"material/bed-king-outline",
"material/bed-king",
"material/bed-outline",
"material/bed-queen-outline",
"material/bed-queen",
"material/bed-single-outline",
"material/bed-single",
"material/bed",
"material/bee-flower",
"material/bee",
"material/beehive-off-outline",
"material/beehive-outline",
"material/beekeeper",
"material/beer-outline",
"material/beer",
"material/bell-alert-outline",
"material/bell-alert",
"material/bell-badge-outline",
"material/bell-badge",
"material/bell-cancel-outline",
"material/bell-cancel",
"material/bell-check-outline",
"material/bell-check",
"material/bell-circle-outline",
"material/bell-circle",
"material/bell-minus-outline",
"material/bell-minus",
"material/bell-off-outline",
"material/bell-off",
"material/bell-outline",
"material/bell-plus-outline",
"material/bell-plus",
"material/bell-remove-outline",
"material/bell-remove",
"material/bell-ring-outline",
"material/bell-ring",
"material/bell-sleep-outline",
"material/bell-sleep",
"material/bell",
"material/beta",
"material/betamax",
"material/biathlon",
"material/bicycle-basket",
"material/bicycle-cargo",
"material/bicycle-electric",
"material/bicycle-penny-farthing",
"material/bicycle",
"material/bike-fast",
"material/bike",
"material/billboard",
"material/billiards-rack",
"material/billiards",
"material/binoculars",
"material/bio",
"material/biohazard",
"material/bird",
"material/bitbucket",
"material/bitcoin",
"material/black-mesa",
"material/blender-outline",
"material/blender-software",
"material/blender",
"material/blinds-open",
"material/blinds",
"material/block-helper",
"material/blood-bag",
"material/bluetooth-audio",
"material/bluetooth-connect",
"material/bluetooth-off",
"material/bluetooth-settings",
"material/bluetooth-transfer",
"material/bluetooth",
"material/blur-linear",
"material/blur-off",
"material/blur-radial",
"material/blur",
"material/bolt",
"material/bomb-off",
"material/bomb",
"material/bone",
"material/book-account-outline",
"material/book-account",
"material/book-alert-outline",
"material/book-alert",
"material/book-alphabet",
"material/book-arrow-down-outline",
"material/book-arrow-down",
"material/book-arrow-left-outline",
"material/book-arrow-left",
"material/book-arrow-right-outline",
"material/book-arrow-right",
"material/book-arrow-up-outline",
"material/book-arrow-up",
"material/book-cancel-outline",
"material/book-cancel",
"material/book-check-outline",
"material/book-check",
"material/book-clock-outline",
"material/book-clock",
"material/book-cog-outline",
"material/book-cog",
"material/book-cross",
"material/book-edit-outline",
"material/book-edit",
"material/book-education-outline",
"material/book-education",
"material/book-information-variant",
"material/book-lock-open-outline",
"material/book-lock-open",
"material/book-lock-outline",
"material/book-lock",
"material/book-marker-outline",
"material/book-marker",
"material/book-minus-multiple-outline",
"material/book-minus-multiple",
"material/book-minus-outline",
"material/book-minus",
"material/book-multiple-outline",
"material/book-multiple",
"material/book-music-outline",
"material/book-music",
"material/book-off-outline",
"material/book-off",
"material/book-open-blank-variant",
"material/book-open-outline",
"material/book-open-page-variant-outline",
"material/book-open-page-variant",
"material/book-open-variant",
"material/book-open",
"material/book-outline",
"material/book-play-outline",
"material/book-play",
"material/book-plus-multiple-outline",
"material/book-plus-multiple",
"material/book-plus-outline",
"material/book-plus",
"material/book-refresh-outline",
"material/book-refresh",
"material/book-remove-multiple-outline",
"material/book-remove-multiple",
"material/book-remove-outline",
"material/book-remove",
"material/book-search-outline",
"material/book-search",
"material/book-settings-outline",
"material/book-settings",
"material/book-sync-outline",
"material/book-sync",
"material/book-variant-multiple",
"material/book-variant",
"material/book",
"material/bookmark-box-multiple-outline",
"material/bookmark-box-multiple",
"material/bookmark-check-outline",
"material/bookmark-check",
"material/bookmark-minus-outline",
"material/bookmark-minus",
"material/bookmark-multiple-outline",
"material/bookmark-multiple",
"material/bookmark-music-outline",
"material/bookmark-music",
"material/bookmark-off-outline",
"material/bookmark-off",
"material/bookmark-outline",
"material/bookmark-plus-outline",
"material/bookmark-plus",
"material/bookmark-remove-outline",
"material/bookmark-remove",
"material/bookmark",
"material/bookshelf",
"material/boom-gate-alert-outline",
"material/boom-gate-alert",
"material/boom-gate-arrow-down-outline",
"material/boom-gate-arrow-down",
"material/boom-gate-arrow-up-outline",
"material/boom-gate-arrow-up",
"material/boom-gate-outline",
"material/boom-gate-up-outline",
"material/boom-gate-up",
"material/boom-gate",
"material/boombox",
"material/boomerang",
"material/bootstrap",
"material/border-all-variant",
"material/border-all",
"material/border-bottom-variant",
"material/border-bottom",
"material/border-color",
"material/border-horizontal",
"material/border-inside",
"material/border-left-variant",
"material/border-left",
"material/border-none-variant",
"material/border-none",
"material/border-outside",
"material/border-right-variant",
"material/border-right",
"material/border-style",
"material/border-top-variant",
"material/border-top",
"material/border-vertical",
"material/bottle-soda-classic-outline",
"material/bottle-soda-classic",
"material/bottle-soda-outline",
"material/bottle-soda",
"material/bottle-tonic-outline",
"material/bottle-tonic-plus-outline",
"material/bottle-tonic-plus",
"material/bottle-tonic-skull-outline",
"material/bottle-tonic-skull",
"material/bottle-tonic",
"material/bottle-wine-outline",
"material/bottle-wine",
"material/bow-arrow",
"material/bow-tie",
"material/bowl-mix-outline",
"material/bowl-mix",
"material/bowl-outline",
"material/bowl",
"material/bowling",
"material/box-cutter-off",
"material/box-cutter",
"material/box-shadow",
"material/box",
"material/boxing-glove",
"material/braille",
"material/brain",
"material/bread-slice-outline",
"material/bread-slice",
"material/bridge",
"material/briefcase-account-outline",
"material/briefcase-account",
"material/briefcase-check-outline",
"material/briefcase-check",
"material/briefcase-clock-outline",
"material/briefcase-clock",
"material/briefcase-download-outline",
"material/briefcase-download",
"material/briefcase-edit-outline",
"material/briefcase-edit",
"material/briefcase-eye-outline",
"material/briefcase-eye",
"material/briefcase-minus-outline",
"material/briefcase-minus",
"material/briefcase-off-outline",
"material/briefcase-off",
"material/briefcase-outline",
"material/briefcase-plus-outline",
"material/briefcase-plus",
"material/briefcase-remove-outline",
"material/briefcase-remove",
"material/briefcase-search-outline",
"material/briefcase-search",
"material/briefcase-upload-outline",
"material/briefcase-upload",
"material/briefcase-variant-off-outline",
"material/briefcase-variant-off",
"material/briefcase-variant-outline",
"material/briefcase-variant",
"material/briefcase",
"material/brightness-1",
"material/brightness-2",
"material/brightness-3",
"material/brightness-4",
"material/brightness-5",
"material/brightness-6",
"material/brightness-7",
"material/brightness-auto",
"material/brightness-percent",
"material/broadcast-off",
"material/broadcast",
"material/broom",
"material/brush-off",
"material/brush-variant",
"material/brush",
"material/bucket-outline",
"material/bucket",
"material/buffet",
"material/bug-check-outline",
"material/bug-check",
"material/bug-outline",
"material/bug",
"material/bugle",
"material/bulldozer",
"material/bullet",
"material/bulletin-board",
"material/bullhorn-outline",
"material/bullhorn-variant-outline",
"material/bullhorn-variant",
"material/bullhorn",
"material/bullseye-arrow",
"material/bullseye",
"material/bulma",
"material/bunk-bed-outline",
"material/bunk-bed",
"material/bus-alert",
"material/bus-articulated-end",
"material/bus-articulated-front",
"material/bus-clock",
"material/bus-double-decker",
"material/bus-electric",
"material/bus-marker",
"material/bus-multiple",
"material/bus-school",
"material/bus-side",
"material/bus-stop-covered",
"material/bus-stop-uncovered",
"material/bus-stop",
"material/bus",
"material/butterfly-outline",
"material/butterfly",
"material/cabin-a-frame",
"material/cable-data",
"material/cached",
"material/cactus",
"material/cake-layered",
"material/cake-variant-outline",
"material/cake-variant",
"material/cake",
"material/calculator-variant-outline",
"material/calculator-variant",
"material/calculator",
"material/calendar-account-outline",
"material/calendar-account",
"material/calendar-alert",
"material/calendar-arrow-left",
"material/calendar-arrow-right",
"material/calendar-blank-multiple",
"material/calendar-blank-outline",
"material/calendar-blank",
"material/calendar-check-outline",
"material/calendar-check",
"material/calendar-clock-outline",
"material/calendar-clock",
"material/calendar-collapse-horizontal",
"material/calendar-cursor",
"material/calendar-edit",
"material/calendar-end",
"material/calendar-expand-horizontal",
"material/calendar-export",
"material/calendar-heart",
"material/calendar-import",
"material/calendar-lock-outline",
"material/calendar-lock",
"material/calendar-minus",
"material/calendar-month-outline",
"material/calendar-month",
"material/calendar-multiple-check",
"material/calendar-multiple",
"material/calendar-multiselect",
"material/calendar-outline",
"material/calendar-plus",
"material/calendar-question",
"material/calendar-range-outline",
"material/calendar-range",
"material/calendar-refresh-outline",
"material/calendar-refresh",
"material/calendar-remove-outline",
"material/calendar-remove",
"material/calendar-search",
"material/calendar-star",
"material/calendar-start",
"material/calendar-sync-outline",
"material/calendar-sync",
"material/calendar-text-outline",
"material/calendar-text",
"material/calendar-today",
"material/calendar-week-begin",
"material/calendar-week",
"material/calendar-weekend-outline",
"material/calendar-weekend",
"material/calendar",
"material/call-made",
"material/call-merge",
"material/call-missed",
"material/call-received",
"material/call-split",
"material/camcorder-off",
"material/camcorder",
"material/camera-account",
"material/camera-burst",
"material/camera-control",
"material/camera-document-off",
"material/camera-document",
"material/camera-enhance-outline",
"material/camera-enhance",
"material/camera-flip-outline",
"material/camera-flip",
"material/camera-front-variant",
"material/camera-front",
"material/camera-gopro",
"material/camera-image",
"material/camera-iris",
"material/camera-marker-outline",
"material/camera-marker",
"material/camera-metering-center",
"material/camera-metering-matrix",
"material/camera-metering-partial",
"material/camera-metering-spot",
"material/camera-off-outline",
"material/camera-off",
"material/camera-outline",
"material/camera-party-mode",
"material/camera-plus-outline",
"material/camera-plus",
"material/camera-rear-variant",
"material/camera-rear",
"material/camera-retake-outline",
"material/camera-retake",
"material/camera-switch-outline",
"material/camera-switch",
"material/camera-timer",
"material/camera-wireless-outline",
"material/camera-wireless",
"material/camera",
"material/campfire",
"material/cancel",
"material/candelabra-fire",
"material/candelabra",
"material/candle",
"material/candy-off-outline",
"material/candy-off",
"material/candy-outline",
"material/candy",
"material/candycane",
"material/cannabis-off",
"material/cannabis",
"material/caps-lock",
"material/car-2-plus",
"material/car-3-plus",
"material/car-arrow-left",
"material/car-arrow-right",
"material/car-back",
"material/car-battery",
"material/car-brake-abs",
"material/car-brake-alert",
"material/car-brake-fluid-level",
"material/car-brake-hold",
"material/car-brake-low-pressure",
"material/car-brake-parking",
"material/car-brake-retarder",
"material/car-brake-temperature",
"material/car-brake-worn-linings",
"material/car-child-seat",
"material/car-clock",
"material/car-clutch",
"material/car-cog",
"material/car-connected",
"material/car-convertible",
"material/car-coolant-level",
"material/car-cruise-control",
"material/car-defrost-front",
"material/car-defrost-rear",
"material/car-door-lock",
"material/car-door",
"material/car-electric-outline",
"material/car-electric",
"material/car-emergency",
"material/car-esp",
"material/car-estate",
"material/car-hatchback",
"material/car-info",
"material/car-key",
"material/car-lifted-pickup",
"material/car-light-alert",
"material/car-light-dimmed",
"material/car-light-fog",
"material/car-light-high",
"material/car-limousine",
"material/car-multiple",
"material/car-off",
"material/car-outline",
"material/car-parking-lights",
"material/car-pickup",
"material/car-seat-cooler",
"material/car-seat-heater",
"material/car-seat",
"material/car-select",
"material/car-settings",
"material/car-shift-pattern",
"material/car-side",
"material/car-speed-limiter",
"material/car-sports",
"material/car-tire-alert",
"material/car-traction-control",
"material/car-turbocharger",
"material/car-wash",
"material/car-windshield-outline",
"material/car-windshield",
"material/car-wireless",
"material/car-wrench",
"material/car",
"material/carabiner",
"material/caravan",
"material/card-account-details-outline",
"material/card-account-details-star-outline",
"material/card-account-details-star",
"material/card-account-details",
"material/card-account-mail-outline",
"material/card-account-mail",
"material/card-account-phone-outline",
"material/card-account-phone",
"material/card-bulleted-off-outline",
"material/card-bulleted-off",
"material/card-bulleted-outline",
"material/card-bulleted-settings-outline",
"material/card-bulleted-settings",
"material/card-bulleted",
"material/card-minus-outline",
"material/card-minus",
"material/card-multiple-outline",
"material/card-multiple",
"material/card-off-outline",
"material/card-off",
"material/card-outline",
"material/card-plus-outline",
"material/card-plus",
"material/card-remove-outline",
"material/card-remove",
"material/card-search-outline",
"material/card-search",
"material/card-text-outline",
"material/card-text",
"material/card",
"material/cards-club-outline",
"material/cards-club",
"material/cards-diamond-outline",
"material/cards-diamond",
"material/cards-heart-outline",
"material/cards-heart",
"material/cards-outline",
"material/cards-playing-club-multiple-outline",
"material/cards-playing-club-multiple",
"material/cards-playing-club-outline",
"material/cards-playing-club",
"material/cards-playing-diamond-multiple-outline",
"material/cards-playing-diamond-multiple",
"material/cards-playing-diamond-outline",
"material/cards-playing-diamond",
"material/cards-playing-heart-multiple-outline",
"material/cards-playing-heart-multiple",
"material/cards-playing-heart-outline",
"material/cards-playing-heart",
"material/cards-playing-outline",
"material/cards-playing-spade-multiple-outline",
"material/cards-playing-spade-multiple",
"material/cards-playing-spade-outline",
"material/cards-playing-spade",
"material/cards-playing",
"material/cards-spade-outline",
"material/cards-spade",
"material/cards-variant",
"material/cards",
"material/carrot",
"material/cart-arrow-down",
"material/cart-arrow-right",
"material/cart-arrow-up",
"material/cart-check",
"material/cart-heart",
"material/cart-minus",
"material/cart-off",
"material/cart-outline",
"material/cart-plus",
"material/cart-remove",
"material/cart-variant",
"material/cart",
"material/case-sensitive-alt",
"material/cash-100",
"material/cash-check",
"material/cash-fast",
"material/cash-lock-open",
"material/cash-lock",
"material/cash-marker",
"material/cash-minus",
"material/cash-multiple",
"material/cash-plus",
"material/cash-refund",
"material/cash-register",
"material/cash-remove",
"material/cash",
"material/cassette",
"material/cast-audio-variant",
"material/cast-audio",
"material/cast-connected",
"material/cast-education",
"material/cast-off",
"material/cast-variant",
"material/cast",
"material/castle",
"material/cat",
"material/cctv-off",
"material/cctv",
"material/ceiling-fan-light",
"material/ceiling-fan",
"material/ceiling-light-multiple-outline",
"material/ceiling-light-multiple",
"material/ceiling-light-outline",
"material/ceiling-light",
"material/cellphone-arrow-down",
"material/cellphone-basic",
"material/cellphone-charging",
"material/cellphone-check",
"material/cellphone-cog",
"material/cellphone-dock",
"material/cellphone-information",
"material/cellphone-key",
"material/cellphone-link-off",
"material/cellphone-link",
"material/cellphone-lock",
"material/cellphone-marker",
"material/cellphone-message-off",
"material/cellphone-message",
"material/cellphone-nfc-off",
"material/cellphone-nfc",
"material/cellphone-off",
"material/cellphone-play",
"material/cellphone-remove",
"material/cellphone-screenshot",
"material/cellphone-settings",
"material/cellphone-sound",
"material/cellphone-text",
"material/cellphone-wireless",
"material/cellphone",
"material/centos",
"material/certificate-outline",
"material/certificate",
"material/chair-rolling",
"material/chair-school",
"material/chandelier",
"material/charity",
"material/chart-arc",
"material/chart-areaspline-variant",
"material/chart-areaspline",
"material/chart-bar-stacked",
"material/chart-bar",
"material/chart-bell-curve-cumulative",
"material/chart-bell-curve",
"material/chart-box-outline",
"material/chart-box-plus-outline",
"material/chart-box",
"material/chart-bubble",
"material/chart-donut-variant",
"material/chart-donut",
"material/chart-gantt",
"material/chart-histogram",
"material/chart-line-stacked",
"material/chart-line-variant",
"material/chart-line",
"material/chart-multiline",
"material/chart-multiple",
"material/chart-pie",
"material/chart-ppf",
"material/chart-sankey-variant",
"material/chart-sankey",
"material/chart-scatter-plot-hexbin",
"material/chart-scatter-plot",
"material/chart-timeline-variant-shimmer",
"material/chart-timeline-variant",
"material/chart-timeline",
"material/chart-tree",
"material/chart-waterfall",
"material/chat-alert-outline",
"material/chat-alert",
"material/chat-minus-outline",
"material/chat-minus",
"material/chat-outline",
"material/chat-plus-outline",
"material/chat-plus",
"material/chat-processing-outline",
"material/chat-processing",
"material/chat-question-outline",
"material/chat-question",
"material/chat-remove-outline",
"material/chat-remove",
"material/chat-sleep-outline",
"material/chat-sleep",
"material/chat",
"material/check-all",
"material/check-bold",
"material/check-circle-outline",
"material/check-circle",
"material/check-decagram-outline",
"material/check-decagram",
"material/check-network-outline",
"material/check-network",
"material/check-outline",
"material/check-underline-circle-outline",
"material/check-underline-circle",
"material/check-underline",
"material/check",
"material/checkbook",
"material/checkbox-blank-badge-outline",
"material/checkbox-blank-badge",
"material/checkbox-blank-circle-outline",
"material/checkbox-blank-circle",
"material/checkbox-blank-off-outline",
"material/checkbox-blank-off",
"material/checkbox-blank-outline",
"material/checkbox-blank",
"material/checkbox-intermediate",
"material/checkbox-marked-circle-outline",
"material/checkbox-marked-circle-plus-outline",
"material/checkbox-marked-circle",
"material/checkbox-marked-outline",
"material/checkbox-marked",
"material/checkbox-multiple-blank-circle-outline",
"material/checkbox-multiple-blank-circle",
"material/checkbox-multiple-blank-outline",
"material/checkbox-multiple-blank",
"material/checkbox-multiple-marked-circle-outline",
"material/checkbox-multiple-marked-circle",
"material/checkbox-multiple-marked-outline",
"material/checkbox-multiple-marked",
"material/checkbox-multiple-outline",
"material/checkbox-outline",
"material/checkerboard-minus",
"material/checkerboard-plus",
"material/checkerboard-remove",
"material/checkerboard",
"material/cheese-off",
"material/cheese",
"material/chef-hat",
"material/chemical-weapon",
"material/chess-bishop",
"material/chess-king",
"material/chess-knight",
"material/chess-pawn",
"material/chess-queen",
"material/chess-rook",
"material/chevron-double-down",
"material/chevron-double-left",
"material/chevron-double-right",
"material/chevron-double-up",
"material/chevron-down-box-outline",
"material/chevron-down-box",
"material/chevron-down-circle-outline",
"material/chevron-down-circle",
"material/chevron-down",
"material/chevron-left-box-outline",
"material/chevron-left-box",
"material/chevron-left-circle-outline",
"material/chevron-left-circle",
"material/chevron-left",
"material/chevron-right-box-outline",
"material/chevron-right-box",
"material/chevron-right-circle-outline",
"material/chevron-right-circle",
"material/chevron-right",
"material/chevron-triple-down",
"material/chevron-triple-left",
"material/chevron-triple-right",
"material/chevron-triple-up",
"material/chevron-up-box-outline",
"material/chevron-up-box",
"material/chevron-up-circle-outline",
"material/chevron-up-circle",
"material/chevron-up",
"material/chili-alert-outline",
"material/chili-alert",
"material/chili-hot-outline",
"material/chili-hot",
"material/chili-medium-outline",
"material/chili-medium",
"material/chili-mild-outline",
"material/chili-mild",
"material/chili-off-outline",
"material/chili-off",
"material/chip",
"material/church",
"material/cigar-off",
"material/cigar",
"material/circle-box-outline",
"material/circle-box",
"material/circle-double",
"material/circle-edit-outline",
"material/circle-expand",
"material/circle-half-full",
"material/circle-half",
"material/circle-medium",
"material/circle-multiple-outline",
"material/circle-multiple",
"material/circle-off-outline",
"material/circle-opacity",
"material/circle-outline",
"material/circle-slice-1",
"material/circle-slice-2",
"material/circle-slice-3",
"material/circle-slice-4",
"material/circle-slice-5",
"material/circle-slice-6",
"material/circle-slice-7",
"material/circle-slice-8",
"material/circle-small",
"material/circle",
"material/circular-saw",
"material/city-variant-outline",
"material/city-variant",
"material/city",
"material/clipboard-account-outline",
"material/clipboard-account",
"material/clipboard-alert-outline",
"material/clipboard-alert",
"material/clipboard-arrow-down-outline",
"material/clipboard-arrow-down",
"material/clipboard-arrow-left-outline",
"material/clipboard-arrow-left",
"material/clipboard-arrow-right-outline",
"material/clipboard-arrow-right",
"material/clipboard-arrow-up-outline",
"material/clipboard-arrow-up",
"material/clipboard-check-multiple-outline",
"material/clipboard-check-multiple",
"material/clipboard-check-outline",
"material/clipboard-check",
"material/clipboard-clock-outline",
"material/clipboard-clock",
"material/clipboard-edit-outline",
"material/clipboard-edit",
"material/clipboard-file-outline",
"material/clipboard-file",
"material/clipboard-flow-outline",
"material/clipboard-flow",
"material/clipboard-list-outline",
"material/clipboard-list",
"material/clipboard-minus-outline",
"material/clipboard-minus",
"material/clipboard-multiple-outline",
"material/clipboard-multiple",
"material/clipboard-off-outline",
"material/clipboard-off",
"material/clipboard-outline",
"material/clipboard-play-multiple-outline",
"material/clipboard-play-multiple",
"material/clipboard-play-outline",
"material/clipboard-play",
"material/clipboard-plus-outline",
"material/clipboard-plus",
"material/clipboard-pulse-outline",
"material/clipboard-pulse",
"material/clipboard-remove-outline",
"material/clipboard-remove",
"material/clipboard-search-outline",
"material/clipboard-search",
"material/clipboard-text-clock-outline",
"material/clipboard-text-clock",
"material/clipboard-text-multiple-outline",
"material/clipboard-text-multiple",
"material/clipboard-text-off-outline",
"material/clipboard-text-off",
"material/clipboard-text-outline",
"material/clipboard-text-play-outline",
"material/clipboard-text-play",
"material/clipboard-text-search-outline",
"material/clipboard-text-search",
"material/clipboard-text",
"material/clipboard",
"material/clippy",
"material/clock-alert-outline",
"material/clock-alert",
"material/clock-check-outline",
"material/clock-check",
"material/clock-digital",
"material/clock-edit-outline",
"material/clock-edit",
"material/clock-end",
"material/clock-fast",
"material/clock-in",
"material/clock-minus-outline",
"material/clock-minus",
"material/clock-out",
"material/clock-outline",
"material/clock-plus-outline",
"material/clock-plus",
"material/clock-remove-outline",
"material/clock-remove",
"material/clock-start",
"material/clock-time-eight-outline",
"material/clock-time-eight",
"material/clock-time-eleven-outline",
"material/clock-time-eleven",
"material/clock-time-five-outline",
"material/clock-time-five",
"material/clock-time-four-outline",
"material/clock-time-four",
"material/clock-time-nine-outline",
"material/clock-time-nine",
"material/clock-time-one-outline",
"material/clock-time-one",
"material/clock-time-seven-outline",
"material/clock-time-seven",
"material/clock-time-six-outline",
"material/clock-time-six",
"material/clock-time-ten-outline",
"material/clock-time-ten",
"material/clock-time-three-outline",
"material/clock-time-three",
"material/clock-time-twelve-outline",
"material/clock-time-twelve",
"material/clock-time-two-outline",
"material/clock-time-two",
"material/clock",
"material/close-box-multiple-outline",
"material/close-box-multiple",
"material/close-box-outline",
"material/close-box",
"material/close-circle-multiple-outline",
"material/close-circle-multiple",
"material/close-circle-outline",
"material/close-circle",
"material/close-network-outline",
"material/close-network",
"material/close-octagon-outline",
"material/close-octagon",
"material/close-outline",
"material/close-thick",
"material/close",
"material/closed-caption-outline",
"material/closed-caption",
"material/cloud-alert",
"material/cloud-braces",
"material/cloud-check-outline",
"material/cloud-check",
"material/cloud-circle",
"material/cloud-download-outline",
"material/cloud-download",
"material/cloud-lock-outline",
"material/cloud-lock",
"material/cloud-off-outline",
"material/cloud-outline",
"material/cloud-print-outline",
"material/cloud-print",
"material/cloud-question",
"material/cloud-refresh",
"material/cloud-search-outline",
"material/cloud-search",
"material/cloud-sync-outline",
"material/cloud-sync",
"material/cloud-tags",
"material/cloud-upload-outline",
"material/cloud-upload",
"material/cloud",
"material/clover",
"material/coach-lamp",
"material/coat-rack",
"material/code-array",
"material/code-braces-box",
"material/code-braces",
"material/code-brackets",
"material/code-equal",
"material/code-greater-than-or-equal",
"material/code-greater-than",
"material/code-json",
"material/code-less-than-or-equal",
"material/code-less-than",
"material/code-not-equal-variant",
"material/code-not-equal",
"material/code-parentheses-box",
"material/code-parentheses",
"material/code-string",
"material/code-tags-check",
"material/code-tags",
"material/codepen",
"material/coffee-maker-check-outline",
"material/coffee-maker-check",
"material/coffee-maker-outline",
"material/coffee-maker",
"material/coffee-off-outline",
"material/coffee-off",
"material/coffee-outline",
"material/coffee-to-go-outline",
"material/coffee-to-go",
"material/coffee",
"material/coffin",
"material/cog-box",
"material/cog-clockwise",
"material/cog-counterclockwise",
"material/cog-off-outline",
"material/cog-off",
"material/cog-outline",
"material/cog-pause-outline",
"material/cog-pause",
"material/cog-play-outline",
"material/cog-play",
"material/cog-refresh-outline",
"material/cog-refresh",
"material/cog-stop-outline",
"material/cog-stop",
"material/cog-sync-outline",
"material/cog-sync",
"material/cog-transfer-outline",
"material/cog-transfer",
"material/cog",
"material/cogs",
"material/collage",
"material/collapse-all-outline",
"material/collapse-all",
"material/color-helper",
"material/comma-box-outline",
"material/comma-box",
"material/comma-circle-outline",
"material/comma-circle",
"material/comma",
"material/comment-account-outline",
"material/comment-account",
"material/comment-alert-outline",
"material/comment-alert",
"material/comment-arrow-left-outline",
"material/comment-arrow-left",
"material/comment-arrow-right-outline",
"material/comment-arrow-right",
"material/comment-bookmark-outline",
"material/comment-bookmark",
"material/comment-check-outline",
"material/comment-check",
"material/comment-edit-outline",
"material/comment-edit",
"material/comment-eye-outline",
"material/comment-eye",
"material/comment-flash-outline",
"material/comment-flash",
"material/comment-minus-outline",
"material/comment-minus",
"material/comment-multiple-outline",
"material/comment-multiple",
"material/comment-off-outline",
"material/comment-off",
"material/comment-outline",
"material/comment-plus-outline",
"material/comment-plus",
"material/comment-processing-outline",
"material/comment-processing",
"material/comment-question-outline",
"material/comment-question",
"material/comment-quote-outline",
"material/comment-quote",
"material/comment-remove-outline",
"material/comment-remove",
"material/comment-search-outline",
"material/comment-search",
"material/comment-text-multiple-outline",
"material/comment-text-multiple",
"material/comment-text-outline",
"material/comment-text",
"material/comment",
"material/compare-horizontal",
"material/compare-remove",
"material/compare-vertical",
"material/compare",
"material/compass-off-outline",
"material/compass-off",
"material/compass-outline",
"material/compass-rose",
"material/compass",
"material/cone-off",
"material/cone",
"material/connection",
"material/console-line",
"material/console-network-outline",
"material/console-network",
"material/console",
"material/consolidate",
"material/contactless-payment-circle-outline",
"material/contactless-payment-circle",
"material/contactless-payment",
"material/contacts-outline",
"material/contacts",
"material/contain-end",
"material/contain-start",
"material/contain",
"material/content-copy",
"material/content-cut",
"material/content-duplicate",
"material/content-paste",
"material/content-save-alert-outline",
"material/content-save-alert",
"material/content-save-all-outline",
"material/content-save-all",
"material/content-save-check-outline",
"material/content-save-check",
"material/content-save-cog-outline",
"material/content-save-cog",
"material/content-save-edit-outline",
"material/content-save-edit",
"material/content-save-move-outline",
"material/content-save-move",
"material/content-save-off-outline",
"material/content-save-off",
"material/content-save-outline",
"material/content-save-settings-outline",
"material/content-save-settings",
"material/content-save",
"material/contrast-box",
"material/contrast-circle",
"material/contrast",
"material/controller-classic-outline",
"material/controller-classic",
"material/cookie-alert-outline",
"material/cookie-alert",
"material/cookie-check-outline",
"material/cookie-check",
"material/cookie-clock-outline",
"material/cookie-clock",
"material/cookie-cog-outline",
"material/cookie-cog",
"material/cookie-edit-outline",
"material/cookie-edit",
"material/cookie-lock-outline",
"material/cookie-lock",
"material/cookie-minus-outline",
"material/cookie-minus",
"material/cookie-off-outline",
"material/cookie-off",
"material/cookie-outline",
"material/cookie-plus-outline",
"material/cookie-plus",
"material/cookie-refresh-outline",
"material/cookie-refresh",
"material/cookie-remove-outline",
"material/cookie-remove",
"material/cookie-settings-outline",
"material/cookie-settings",
"material/cookie",
"material/coolant-temperature",
"material/copyleft",
"material/copyright",
"material/cordova",
"material/corn-off",
"material/corn",
"material/cosine-wave",
"material/counter",
"material/countertop-outline",
"material/countertop",
"material/cow-off",
"material/cow",
"material/cpu-32-bit",
"material/cpu-64-bit",
"material/cradle-outline",
"material/cradle",
"material/crane",
"material/creation",
"material/creative-commons",
"material/credit-card-check-outline",
"material/credit-card-check",
"material/credit-card-chip-outline",
"material/credit-card-chip",
"material/credit-card-clock-outline",
"material/credit-card-clock",
"material/credit-card-edit-outline",
"material/credit-card-edit",
"material/credit-card-fast-outline",
"material/credit-card-fast",
"material/credit-card-lock-outline",
"material/credit-card-lock",
"material/credit-card-marker-outline",
"material/credit-card-marker",
"material/credit-card-minus-outline",
"material/credit-card-minus",
"material/credit-card-multiple-outline",
"material/credit-card-multiple",
"material/credit-card-off-outline",
"material/credit-card-off",
"material/credit-card-outline",
"material/credit-card-plus-outline",
"material/credit-card-plus",
"material/credit-card-refresh-outline",
"material/credit-card-refresh",
"material/credit-card-refund-outline",
"material/credit-card-refund",
"material/credit-card-remove-outline",
"material/credit-card-remove",
"material/credit-card-scan-outline",
"material/credit-card-scan",
"material/credit-card-search-outline",
"material/credit-card-search",
"material/credit-card-settings-outline",
"material/credit-card-settings",
"material/credit-card-sync-outline",
"material/credit-card-sync",
"material/credit-card-wireless-off-outline",
"material/credit-card-wireless-off",
"material/credit-card-wireless-outline",
"material/credit-card-wireless",
"material/credit-card",
"material/cricket",
"material/crop-free",
"material/crop-landscape",
"material/crop-portrait",
"material/crop-rotate",
"material/crop-square",
"material/crop",
"material/cross-bolnisi",
"material/cross-celtic",
"material/cross-outline",
"material/cross",
"material/crosshairs-gps",
"material/crosshairs-off",
"material/crosshairs-question",
"material/crosshairs",
"material/crowd",
"material/crown-circle-outline",
"material/crown-circle",
"material/crown-outline",
"material/crown",
"material/cryengine",
"material/crystal-ball",
"material/cube-off-outline",
"material/cube-off",
"material/cube-outline",
"material/cube-scan",
"material/cube-send",
"material/cube-unfolded",
"material/cube",
"material/cup-off-outline",
"material/cup-off",
"material/cup-outline",
"material/cup-water",
"material/cup",
"material/cupboard-outline",
"material/cupboard",
"material/cupcake",
"material/curling",
"material/currency-bdt",
"material/currency-brl",
"material/currency-btc",
"material/currency-cny",
"material/currency-eth",
"material/currency-eur-off",
"material/currency-eur",
"material/currency-gbp",
"material/currency-ils",
"material/currency-inr",
"material/currency-jpy",
"material/currency-krw",
"material/currency-kzt",
"material/currency-mnt",
"material/currency-ngn",
"material/currency-php",
"material/currency-rial",
"material/currency-rub",
"material/currency-rupee",
"material/currency-sign",
"material/currency-try",
"material/currency-twd",
"material/currency-usd-off",
"material/currency-usd",
"material/current-ac",
"material/current-dc",
"material/cursor-default-click-outline",
"material/cursor-default-click",
"material/cursor-default-gesture-outline",
"material/cursor-default-gesture",
"material/cursor-default-outline",
"material/cursor-default",
"material/cursor-move",
"material/cursor-pointer",
"material/cursor-text",
"material/curtains-closed",
"material/curtains",
"material/cylinder-off",
"material/cylinder",
"material/dance-ballroom",
"material/dance-pole",
"material/data-matrix-edit",
"material/data-matrix-minus",
"material/data-matrix-plus",
"material/data-matrix-remove",
"material/data-matrix-scan",
"material/data-matrix",
"material/database-alert-outline",
"material/database-alert",
"material/database-arrow-down-outline",
"material/database-arrow-down",
"material/database-arrow-left-outline",
"material/database-arrow-left",
"material/database-arrow-right-outline",
"material/database-arrow-right",
"material/database-arrow-up-outline",
"material/database-arrow-up",
"material/database-check-outline",
"material/database-check",
"material/database-clock-outline",
"material/database-clock",
"material/database-cog-outline",
"material/database-cog",
"material/database-edit-outline",
"material/database-edit",
"material/database-export-outline",
"material/database-export",
"material/database-eye-off-outline",
"material/database-eye-off",
"material/database-eye-outline",
"material/database-eye",
"material/database-import-outline",
"material/database-import",
"material/database-lock-outline",
"material/database-lock",
"material/database-marker-outline",
"material/database-marker",
"material/database-minus-outline",
"material/database-minus",
"material/database-off-outline",
"material/database-off",
"material/database-outline",
"material/database-plus-outline",
"material/database-plus",
"material/database-refresh-outline",
"material/database-refresh",
"material/database-remove-outline",
"material/database-remove",
"material/database-search-outline",
"material/database-search",
"material/database-settings-outline",
"material/database-settings",
"material/database-sync-outline",
"material/database-sync",
"material/database",
"material/death-star-variant",
"material/death-star",
"material/deathly-hallows",
"material/debian",
"material/debug-step-into",
"material/debug-step-out",
"material/debug-step-over",
"material/decagram-outline",
"material/decagram",
"material/decimal-comma-decrease",
"material/decimal-comma-increase",
"material/decimal-comma",
"material/decimal-decrease",
"material/decimal-increase",
"material/decimal",
"material/delete-alert-outline",
"material/delete-alert",
"material/delete-circle-outline",
"material/delete-circle",
"material/delete-clock-outline",
"material/delete-clock",
"material/delete-empty-outline",
"material/delete-empty",
"material/delete-forever-outline",
"material/delete-forever",
"material/delete-off-outline",
"material/delete-off",
"material/delete-outline",
"material/delete-restore",
"material/delete-sweep-outline",
"material/delete-sweep",
"material/delete-variant",
"material/delete",
"material/delta",
"material/desk-lamp",
"material/desk",
"material/deskphone",
"material/desktop-classic",
"material/desktop-mac-dashboard",
"material/desktop-mac",
"material/desktop-tower-monitor",
"material/desktop-tower",
"material/details",
"material/dev-to",
"material/developer-board",
"material/deviantart",
"material/devices",
"material/dharmachakra",
"material/diabetes",
"material/dialpad",
"material/diameter-outline",
"material/diameter-variant",
"material/diameter",
"material/diamond-outline",
"material/diamond-stone",
"material/diamond",
"material/dice-1-outline",
"material/dice-1",
"material/dice-2-outline",
"material/dice-2",
"material/dice-3-outline",
"material/dice-3",
"material/dice-4-outline",
"material/dice-4",
"material/dice-5-outline",
"material/dice-5",
"material/dice-6-outline",
"material/dice-6",
"material/dice-d10-outline",
"material/dice-d10",
"material/dice-d12-outline",
"material/dice-d12",
"material/dice-d20-outline",
"material/dice-d20",
"material/dice-d4-outline",
"material/dice-d4",
"material/dice-d6-outline",
"material/dice-d6",
"material/dice-d8-outline",
"material/dice-d8",
"material/dice-multiple-outline",
"material/dice-multiple",
"material/digital-ocean",
"material/dip-switch",
"material/directions-fork",
"material/directions",
"material/disc-alert",
"material/disc-player",
"material/disc",
"material/discord",
"material/dishwasher-alert",
"material/dishwasher-off",
"material/dishwasher",
"material/disqus",
"material/distribute-horizontal-center",
"material/distribute-horizontal-left",
"material/distribute-horizontal-right",
"material/distribute-vertical-bottom",
"material/distribute-vertical-center",
"material/distribute-vertical-top",
"material/diversify",
"material/diving-flippers",
"material/diving-helmet",
"material/diving-scuba-flag",
"material/diving-scuba-tank-multiple",
"material/diving-scuba-tank",
"material/diving-scuba",
"material/diving-snorkel",
"material/diving",
"material/division-box",
"material/division",
"material/dlna",
"material/dna",
"material/dns-outline",
"material/dns",
"material/dock-bottom",
"material/dock-left",
"material/dock-right",
"material/dock-top",
"material/dock-window",
"material/docker",
"material/doctor",
"material/dog-service",
"material/dog-side-off",
"material/dog-side",
"material/dog",
"material/dolby",
"material/dolly",
"material/dolphin",
"material/domain-off",
"material/domain-plus",
"material/domain-remove",
"material/domain",
"material/dome-light",
"material/domino-mask",
"material/donkey",
"material/door-closed-lock",
"material/door-closed",
"material/door-open",
"material/door-sliding-lock",
"material/door-sliding-open",
"material/door-sliding",
"material/door",
"material/doorbell-video",
"material/doorbell",
"material/dot-net",
"material/dots-circle",
"material/dots-grid",
"material/dots-hexagon",
"material/dots-horizontal-circle-outline",
"material/dots-horizontal-circle",
"material/dots-horizontal",
"material/dots-square",
"material/dots-triangle",
"material/dots-vertical-circle-outline",
"material/dots-vertical-circle",
"material/dots-vertical",
"material/download-box-outline",
"material/download-box",
"material/download-circle-outline",
"material/download-circle",
"material/download-lock-outline",
"material/download-lock",
"material/download-multiple",
"material/download-network-outline",
"material/download-network",
"material/download-off-outline",
"material/download-off",
"material/download-outline",
"material/download",
"material/drag-horizontal-variant",
"material/drag-horizontal",
"material/drag-variant",
"material/drag-vertical-variant",
"material/drag-vertical",
"material/drag",
"material/drama-masks",
"material/draw-pen",
"material/draw",
"material/drawing-box",
"material/drawing",
"material/dresser-outline",
"material/dresser",
"material/drone",
"material/dropbox",
"material/drupal",
"material/duck",
"material/dumbbell",
"material/dump-truck",
"material/ear-hearing-off",
"material/ear-hearing",
"material/earbuds-off-outline",
"material/earbuds-off",
"material/earbuds-outline",
"material/earbuds",
"material/earth-arrow-right",
"material/earth-box-minus",
"material/earth-box-off",
"material/earth-box-plus",
"material/earth-box-remove",
"material/earth-box",
"material/earth-minus",
"material/earth-off",
"material/earth-plus",
"material/earth-remove",
"material/earth",
"material/egg-easter",
"material/egg-fried",
"material/egg-off-outline",
"material/egg-off",
"material/egg-outline",
"material/egg",
"material/eiffel-tower",
"material/eight-track",
"material/eject-outline",
"material/eject",
"material/electric-switch-closed",
"material/electric-switch",
"material/electron-framework",
"material/elephant",
"material/elevation-decline",
"material/elevation-rise",
"material/elevator-down",
"material/elevator-passenger-off-outline",
"material/elevator-passenger-off",
"material/elevator-passenger-outline",
"material/elevator-passenger",
"material/elevator-up",
"material/elevator",
"material/ellipse-outline",
"material/ellipse",
"material/email-alert-outline",
"material/email-alert",
"material/email-box",
"material/email-check-outline",
"material/email-check",
"material/email-edit-outline",
"material/email-edit",
"material/email-fast-outline",
"material/email-fast",
"material/email-lock",
"material/email-mark-as-unread",
"material/email-minus-outline",
"material/email-minus",
"material/email-multiple-outline",
"material/email-multiple",
"material/email-newsletter",
"material/email-off-outline",
"material/email-off",
"material/email-open-multiple-outline",
"material/email-open-multiple",
"material/email-open-outline",
"material/email-open",
"material/email-outline",
"material/email-plus-outline",
"material/email-plus",
"material/email-receive-outline",
"material/email-receive",
"material/email-remove-outline",
"material/email-remove",
"material/email-seal-outline",
"material/email-seal",
"material/email-search-outline",
"material/email-search",
"material/email-send-outline",
"material/email-send",
"material/email-sync-outline",
"material/email-sync",
"material/email-variant",
"material/email",
"material/ember",
"material/emby",
"material/emoticon-angry-outline",
"material/emoticon-angry",
"material/emoticon-confused-outline",
"material/emoticon-confused",
"material/emoticon-cool-outline",
"material/emoticon-cool",
"material/emoticon-cry-outline",
"material/emoticon-cry",
"material/emoticon-dead-outline",
"material/emoticon-dead",
"material/emoticon-devil-outline",
"material/emoticon-devil",
"material/emoticon-excited-outline",
"material/emoticon-excited",
"material/emoticon-frown-outline",
"material/emoticon-frown",
"material/emoticon-happy-outline",
"material/emoticon-happy",
"material/emoticon-kiss-outline",
"material/emoticon-kiss",
"material/emoticon-lol-outline",
"material/emoticon-lol",
"material/emoticon-neutral-outline",
"material/emoticon-neutral",
"material/emoticon-outline",
"material/emoticon-poop-outline",
"material/emoticon-poop",
"material/emoticon-sad-outline",
"material/emoticon-sad",
"material/emoticon-sick-outline",
"material/emoticon-sick",
"material/emoticon-tongue-outline",
"material/emoticon-tongue",
"material/emoticon-wink-outline",
"material/emoticon-wink",
"material/emoticon",
"material/engine-off-outline",
"material/engine-off",
"material/engine-outline",
"material/engine",
"material/epsilon",
"material/equal-box",
"material/equal",
"material/equalizer-outline",
"material/equalizer",
"material/eraser-variant",
"material/eraser",
"material/escalator-box",
"material/escalator-down",
"material/escalator-up",
"material/escalator",
"material/eslint",
"material/et",
"material/ethereum",
"material/ethernet-cable-off",
"material/ethernet-cable",
"material/ethernet",
"material/ev-plug-ccs1",
"material/ev-plug-ccs2",
"material/ev-plug-chademo",
"material/ev-plug-tesla",
"material/ev-plug-type1",
"material/ev-plug-type2",
"material/ev-station",
"material/evernote",
"material/excavator",
"material/exclamation-thick",
"material/exclamation",
"material/exit-run",
"material/exit-to-app",
"material/expand-all-outline",
"material/expand-all",
"material/expansion-card-variant",
"material/expansion-card",
"material/exponent-box",
"material/exponent",
"material/export-variant",
"material/export",
"material/eye-arrow-left-outline",
"material/eye-arrow-left",
"material/eye-arrow-right-outline",
"material/eye-arrow-right",
"material/eye-check-outline",
"material/eye-check",
"material/eye-circle-outline",
"material/eye-circle",
"material/eye-minus-outline",
"material/eye-minus",
"material/eye-off-outline",
"material/eye-off",
"material/eye-outline",
"material/eye-plus-outline",
"material/eye-plus",
"material/eye-refresh-outline",
"material/eye-refresh",
"material/eye-remove-outline",
"material/eye-remove",
"material/eye-settings-outline",
"material/eye-settings",
"material/eye",
"material/eyedropper-minus",
"material/eyedropper-off",
"material/eyedropper-plus",
"material/eyedropper-remove",
"material/eyedropper-variant",
"material/eyedropper",
"material/face-agent",
"material/face-man-outline",
"material/face-man-profile",
"material/face-man-shimmer-outline",
"material/face-man-shimmer",
"material/face-man",
"material/face-mask-outline",
"material/face-mask",
"material/face-recognition",
"material/face-woman-outline",
"material/face-woman-profile",
"material/face-woman-shimmer-outline",
"material/face-woman-shimmer",
"material/face-woman",
"material/facebook-gaming",
"material/facebook-messenger",
"material/facebook-workplace",
"material/facebook",
"material/factory",
"material/family-tree",
"material/fan-alert",
"material/fan-auto",
"material/fan-chevron-down",
"material/fan-chevron-up",
"material/fan-minus",
"material/fan-off",
"material/fan-plus",
"material/fan-remove",
"material/fan-speed-1",
"material/fan-speed-2",
"material/fan-speed-3",
"material/fan",
"material/fast-forward-10",
"material/fast-forward-15",
"material/fast-forward-30",
"material/fast-forward-5",
"material/fast-forward-60",
"material/fast-forward-outline",
"material/fast-forward",
"material/fax",
"material/feather",
"material/feature-search-outline",
"material/feature-search",
"material/fedora",
"material/fence-electric",
"material/fence",
"material/fencing",
"material/ferris-wheel",
"material/ferry",
"material/file-account-outline",
"material/file-account",
"material/file-alert-outline",
"material/file-alert",
"material/file-cabinet",
"material/file-cad-box",
"material/file-cad",
"material/file-cancel-outline",
"material/file-cancel",
"material/file-certificate-outline",
"material/file-certificate",
"material/file-chart-outline",
"material/file-chart",
"material/file-check-outline",
"material/file-check",
"material/file-clock-outline",
"material/file-clock",
"material/file-cloud-outline",
"material/file-cloud",
"material/file-code-outline",
"material/file-code",
"material/file-cog-outline",
"material/file-cog",
"material/file-compare",
"material/file-delimited-outline",
"material/file-delimited",
"material/file-document-edit-outline",
"material/file-document-edit",
"material/file-document-multiple-outline",
"material/file-document-multiple",
"material/file-document-outline",
"material/file-document",
"material/file-download-outline",
"material/file-download",
"material/file-edit-outline",
"material/file-edit",
"material/file-excel-box-outline",
"material/file-excel-box",
"material/file-excel-outline",
"material/file-excel",
"material/file-export-outline",
"material/file-export",
"material/file-eye-outline",
"material/file-eye",
"material/file-find-outline",
"material/file-find",
"material/file-gif-box",
"material/file-hidden",
"material/file-image-marker-outline",
"material/file-image-marker",
"material/file-image-minus-outline",
"material/file-image-minus",
"material/file-image-outline",
"material/file-image-plus-outline",
"material/file-image-plus",
"material/file-image-remove-outline",
"material/file-image-remove",
"material/file-image",
"material/file-import-outline",
"material/file-import",
"material/file-jpg-box",
"material/file-key-outline",
"material/file-key",
"material/file-link-outline",
"material/file-link",
"material/file-lock-outline",
"material/file-lock",
"material/file-marker-outline",
"material/file-marker",
"material/file-move-outline",
"material/file-move",
"material/file-multiple-outline",
"material/file-multiple",
"material/file-music-outline",
"material/file-music",
"material/file-outline",
"material/file-pdf-box",
"material/file-percent-outline",
"material/file-percent",
"material/file-phone-outline",
"material/file-phone",
"material/file-plus-outline",
"material/file-plus",
"material/file-png-box",
"material/file-powerpoint-box-outline",
"material/file-powerpoint-box",
"material/file-powerpoint-outline",
"material/file-powerpoint",
"material/file-presentation-box",
"material/file-question-outline",
"material/file-question",
"material/file-refresh-outline",
"material/file-refresh",
"material/file-remove-outline",
"material/file-remove",
"material/file-replace-outline",
"material/file-replace",
"material/file-restore-outline",
"material/file-restore",
"material/file-search-outline",
"material/file-search",
"material/file-send-outline",
"material/file-send",
"material/file-settings-outline",
"material/file-settings",
"material/file-sign",
"material/file-star-outline",
"material/file-star",
"material/file-swap-outline",
"material/file-swap",
"material/file-sync-outline",
"material/file-sync",
"material/file-table-box-multiple-outline",
"material/file-table-box-multiple",
"material/file-table-box-outline",
"material/file-table-box",
"material/file-table-outline",
"material/file-table",
"material/file-tree-outline",
"material/file-tree",
"material/file-undo-outline",
"material/file-undo",
"material/file-upload-outline",
"material/file-upload",
"material/file-video-outline",
"material/file-video",
"material/file-word-box-outline",
"material/file-word-box",
"material/file-word-outline",
"material/file-word",
"material/file",
"material/film",
"material/filmstrip-box-multiple",
"material/filmstrip-box",
"material/filmstrip-off",
"material/filmstrip",
"material/filter-check-outline",
"material/filter-check",
"material/filter-menu-outline",
"material/filter-menu",
"material/filter-minus-outline",
"material/filter-minus",
"material/filter-off-outline",
"material/filter-off",
"material/filter-outline",
"material/filter-plus-outline",
"material/filter-plus",
"material/filter-remove-outline",
"material/filter-remove",
"material/filter-variant-minus",
"material/filter-variant-plus",
"material/filter-variant-remove",
"material/filter-variant",
"material/filter",
"material/finance",
"material/find-replace",
"material/fingerprint-off",
"material/fingerprint",
"material/fire-alert",
"material/fire-circle",
"material/fire-extinguisher",
"material/fire-hydrant-alert",
"material/fire-hydrant-off",
"material/fire-hydrant",
"material/fire-off",
"material/fire-truck",
"material/fire",
"material/firebase",
"material/firefox",
"material/fireplace-off",
"material/fireplace",
"material/firewire",
"material/firework-off",
"material/firework",
"material/fish-off",
"material/fish",
"material/fishbowl-outline",
"material/fishbowl",
"material/fit-to-page-outline",
"material/fit-to-page",
"material/fit-to-screen-outline",
"material/fit-to-screen",
"material/flag-checkered",
"material/flag-minus-outline",
"material/flag-minus",
"material/flag-off-outline",
"material/flag-off",
"material/flag-outline",
"material/flag-plus-outline",
"material/flag-plus",
"material/flag-remove-outline",
"material/flag-remove",
"material/flag-triangle",
"material/flag-variant-outline",
"material/flag-variant",
"material/flag",
"material/flare",
"material/flash-alert-outline",
"material/flash-alert",
"material/flash-auto",
"material/flash-off",
"material/flash-outline",
"material/flash-red-eye",
"material/flash",
"material/flashlight-off",
"material/flashlight",
"material/flask-empty-minus-outline",
"material/flask-empty-minus",
"material/flask-empty-off-outline",
"material/flask-empty-off",
"material/flask-empty-outline",
"material/flask-empty-plus-outline",
"material/flask-empty-plus",
"material/flask-empty-remove-outline",
"material/flask-empty-remove",
"material/flask-empty",
"material/flask-minus-outline",
"material/flask-minus",
"material/flask-off-outline",
"material/flask-off",
"material/flask-outline",
"material/flask-plus-outline",
"material/flask-plus",
"material/flask-remove-outline",
"material/flask-remove",
"material/flask-round-bottom-empty-outline",
"material/flask-round-bottom-empty",
"material/flask-round-bottom-outline",
"material/flask-round-bottom",
"material/flask",
"material/fleur-de-lis",
"material/flip-horizontal",
"material/flip-to-back",
"material/flip-to-front",
"material/flip-vertical",
"material/floor-lamp-dual-outline",
"material/floor-lamp-dual",
"material/floor-lamp-outline",
"material/floor-lamp-torchiere-outline",
"material/floor-lamp-torchiere-variant-outline",
"material/floor-lamp-torchiere-variant",
"material/floor-lamp-torchiere",
"material/floor-lamp",
"material/floor-plan",
"material/floppy-variant",
"material/floppy",
"material/flower-outline",
"material/flower-pollen-outline",
"material/flower-pollen",
"material/flower-poppy",
"material/flower-tulip-outline",
"material/flower-tulip",
"material/flower",
"material/focus-auto",
"material/focus-field-horizontal",
"material/focus-field-vertical",
"material/focus-field",
"material/folder-account-outline",
"material/folder-account",
"material/folder-alert-outline",
"material/folder-alert",
"material/folder-check-outline",
"material/folder-check",
"material/folder-clock-outline",
"material/folder-clock",
"material/folder-cog-outline",
"material/folder-cog",
"material/folder-download-outline",
"material/folder-download",
"material/folder-edit-outline",
"material/folder-edit",
"material/folder-eye-outline",
"material/folder-eye",
"material/folder-google-drive",
"material/folder-heart-outline",
"material/folder-heart",
"material/folder-hidden",
"material/folder-home-outline",
"material/folder-home",
"material/folder-image",
"material/folder-information-outline",
"material/folder-information",
"material/folder-key-network-outline",
"material/folder-key-network",
"material/folder-key-outline",
"material/folder-key",
"material/folder-lock-open",
"material/folder-lock",
"material/folder-marker-outline",
"material/folder-marker",
"material/folder-move-outline",
"material/folder-move",
"material/folder-multiple-image",
"material/folder-multiple-outline",
"material/folder-multiple-plus-outline",
"material/folder-multiple-plus",
"material/folder-multiple",
"material/folder-music-outline",
"material/folder-music",
"material/folder-network-outline",
"material/folder-network",
"material/folder-open-outline",
"material/folder-open",
"material/folder-outline",
"material/folder-plus-outline",
"material/folder-plus",
"material/folder-pound-outline",
"material/folder-pound",
"material/folder-refresh-outline",
"material/folder-refresh",
"material/folder-remove-outline",
"material/folder-remove",
"material/folder-search-outline",
"material/folder-search",
"material/folder-settings-outline",
"material/folder-settings",
"material/folder-star-multiple-outline",
"material/folder-star-multiple",
"material/folder-star-outline",
"material/folder-star",
"material/folder-swap-outline",
"material/folder-swap",
"material/folder-sync-outline",
"material/folder-sync",
"material/folder-table-outline",
"material/folder-table",
"material/folder-text-outline",
"material/folder-text",
"material/folder-upload-outline",
"material/folder-upload",
"material/folder-zip-outline",
"material/folder-zip",
"material/folder",
"material/font-awesome",
"material/food-apple-outline",
"material/food-apple",
"material/food-croissant",
"material/food-drumstick-off-outline",
"material/food-drumstick-off",
"material/food-drumstick-outline",
"material/food-drumstick",
"material/food-fork-drink",
"material/food-halal",
"material/food-hot-dog",
"material/food-kosher",
"material/food-off-outline",
"material/food-off",
"material/food-outline",
"material/food-steak-off",
"material/food-steak",
"material/food-takeout-box-outline",
"material/food-takeout-box",
"material/food-turkey",
"material/food-variant-off",
"material/food-variant",
"material/food",
"material/foot-print",
"material/football-australian",
"material/football-helmet",
"material/football",
"material/forest",
"material/forklift",
"material/form-dropdown",
"material/form-select",
"material/form-textarea",
"material/form-textbox-lock",
"material/form-textbox-password",
"material/form-textbox",
"material/format-align-bottom",
"material/format-align-center",
"material/format-align-justify",
"material/format-align-left",
"material/format-align-middle",
"material/format-align-right",
"material/format-align-top",
"material/format-annotation-minus",
"material/format-annotation-plus",
"material/format-bold",
"material/format-clear",
"material/format-color-fill",
"material/format-color-highlight",
"material/format-color-marker-cancel",
"material/format-color-text",
"material/format-columns",
"material/format-float-center",
"material/format-float-left",
"material/format-float-none",
"material/format-float-right",
"material/format-font-size-decrease",
"material/format-font-size-increase",
"material/format-font",
"material/format-header-1",
"material/format-header-2",
"material/format-header-3",
"material/format-header-4",
"material/format-header-5",
"material/format-header-6",
"material/format-header-decrease",
"material/format-header-equal",
"material/format-header-increase",
"material/format-header-pound",
"material/format-horizontal-align-center",
"material/format-horizontal-align-left",
"material/format-horizontal-align-right",
"material/format-indent-decrease",
"material/format-indent-increase",
"material/format-italic",
"material/format-letter-case-lower",
"material/format-letter-case-upper",
"material/format-letter-case",
"material/format-letter-ends-with",
"material/format-letter-matches",
"material/format-letter-spacing",
"material/format-letter-starts-with",
"material/format-line-spacing",
"material/format-line-style",
"material/format-line-weight",
"material/format-list-bulleted-square",
"material/format-list-bulleted-triangle",
"material/format-list-bulleted-type",
"material/format-list-bulleted",
"material/format-list-checkbox",
"material/format-list-checks",
"material/format-list-group",
"material/format-list-numbered-rtl",
"material/format-list-numbered",
"material/format-list-text",
"material/format-overline",
"material/format-page-break",
"material/format-page-split",
"material/format-paint",
"material/format-paragraph",
"material/format-pilcrow",
"material/format-quote-close-outline",
"material/format-quote-close",
"material/format-quote-open-outline",
"material/format-quote-open",
"material/format-rotate-90",
"material/format-section",
"material/format-size",
"material/format-strikethrough-variant",
"material/format-strikethrough",
"material/format-subscript",
"material/format-superscript",
"material/format-text-rotation-angle-down",
"material/format-text-rotation-angle-up",
"material/format-text-rotation-down-vertical",
"material/format-text-rotation-down",
"material/format-text-rotation-none",
"material/format-text-rotation-up",
"material/format-text-rotation-vertical",
"material/format-text-variant-outline",
"material/format-text-variant",
"material/format-text-wrapping-clip",
"material/format-text-wrapping-overflow",
"material/format-text-wrapping-wrap",
"material/format-text",
"material/format-textbox",
"material/format-textdirection-l-to-r",
"material/format-textdirection-r-to-l",
"material/format-title",
"material/format-underline-wavy",
"material/format-underline",
"material/format-vertical-align-bottom",
"material/format-vertical-align-center",
"material/format-vertical-align-top",
"material/format-wrap-inline",
"material/format-wrap-square",
"material/format-wrap-tight",
"material/format-wrap-top-bottom",
"material/forum-outline",
"material/forum",
"material/forward",
"material/forwardburger",
"material/fountain-pen-tip",
"material/fountain-pen",
"material/fountain",
"material/fraction-one-half",
"material/freebsd",
"material/french-fries",
"material/frequently-asked-questions",
"material/fridge-alert-outline",
"material/fridge-alert",
"material/fridge-bottom",
"material/fridge-industrial-alert-outline",
"material/fridge-industrial-alert",
"material/fridge-industrial-off-outline",
"material/fridge-industrial-off",
"material/fridge-industrial-outline",
"material/fridge-industrial",
"material/fridge-off-outline",
"material/fridge-off",
"material/fridge-outline",
"material/fridge-top",
"material/fridge-variant-alert-outline",
"material/fridge-variant-alert",
"material/fridge-variant-off-outline",
"material/fridge-variant-off",
"material/fridge-variant-outline",
"material/fridge-variant",
"material/fridge",
"material/fruit-cherries-off",
"material/fruit-cherries",
"material/fruit-citrus-off",
"material/fruit-citrus",
"material/fruit-grapes-outline",
"material/fruit-grapes",
"material/fruit-pineapple",
"material/fruit-watermelon",
"material/fuel-cell",
"material/fuel",
"material/fullscreen-exit",
"material/fullscreen",
"material/function-variant",
"material/function",
"material/furigana-horizontal",
"material/furigana-vertical",
"material/fuse-alert",
"material/fuse-blade",
"material/fuse-off",
"material/fuse",
"material/gamepad-circle-down",
"material/gamepad-circle-left",
"material/gamepad-circle-outline",
"material/gamepad-circle-right",
"material/gamepad-circle-up",
"material/gamepad-circle",
"material/gamepad-down",
"material/gamepad-left",
"material/gamepad-outline",
"material/gamepad-right",
"material/gamepad-round-down",
"material/gamepad-round-left",
"material/gamepad-round-outline",
"material/gamepad-round-right",
"material/gamepad-round-up",
"material/gamepad-round",
"material/gamepad-square-outline",
"material/gamepad-square",
"material/gamepad-up",
"material/gamepad-variant-outline",
"material/gamepad-variant",
"material/gamepad",
"material/gamma",
"material/gantry-crane",
"material/garage-alert-variant",
"material/garage-alert",
"material/garage-lock",
"material/garage-open-variant",
"material/garage-open",
"material/garage-variant-lock",
"material/garage-variant",
"material/garage",
"material/gas-cylinder",
"material/gas-station-off-outline",
"material/gas-station-off",
"material/gas-station-outline",
"material/gas-station",
"material/gate-alert",
"material/gate-and",
"material/gate-arrow-left",
"material/gate-arrow-right",
"material/gate-nand",
"material/gate-nor",
"material/gate-not",
"material/gate-open",
"material/gate-or",
"material/gate-xnor",
"material/gate-xor",
"material/gate",
"material/gatsby",
"material/gauge-empty",
"material/gauge-full",
"material/gauge-low",
"material/gauge",
"material/gavel",
"material/gender-female",
"material/gender-male-female-variant",
"material/gender-male-female",
"material/gender-male",
"material/gender-non-binary",
"material/gender-transgender",
"material/gentoo",
"material/gesture-double-tap",
"material/gesture-pinch",
"material/gesture-spread",
"material/gesture-swipe-down",
"material/gesture-swipe-horizontal",
"material/gesture-swipe-left",
"material/gesture-swipe-right",
"material/gesture-swipe-up",
"material/gesture-swipe-vertical",
"material/gesture-swipe",
"material/gesture-tap-box",
"material/gesture-tap-button",
"material/gesture-tap-hold",
"material/gesture-tap",
"material/gesture-two-double-tap",
"material/gesture-two-tap",
"material/gesture",
"material/ghost-off-outline",
"material/ghost-off",
"material/ghost-outline",
"material/ghost",
"material/gift-off-outline",
"material/gift-off",
"material/gift-open-outline",
"material/gift-open",
"material/gift-outline",
"material/gift",
"material/git",
"material/github",
"material/gitlab",
"material/glass-cocktail-off",
"material/glass-cocktail",
"material/glass-flute",
"material/glass-fragile",
"material/glass-mug-off",
"material/glass-mug-variant-off",
"material/glass-mug-variant",
"material/glass-mug",
"material/glass-pint-outline",
"material/glass-stange",
"material/glass-tulip",
"material/glass-wine",
"material/glasses",
"material/globe-light",
"material/globe-model",
"material/gmail",
"material/gnome",
"material/go-kart-track",
"material/go-kart",
"material/gog",
"material/gold",
"material/golf-cart",
"material/golf-tee",
"material/golf",
"material/gondola",
"material/goodreads",
"material/google-ads",
"material/google-analytics",
"material/google-assistant",
"material/google-cardboard",
"material/google-chrome",
"material/google-circles-communities",
"material/google-circles-extended",
"material/google-circles-group",
"material/google-circles",
"material/google-classroom",
"material/google-cloud",
"material/google-controller-off",
"material/google-controller",
"material/google-downasaur",
"material/google-drive",
"material/google-earth",
"material/google-fit",
"material/google-glass",
"material/google-hangouts",
"material/google-home",
"material/google-keep",
"material/google-lens",
"material/google-maps",
"material/google-my-business",
"material/google-nearby",
"material/google-play",
"material/google-plus",
"material/google-podcast",
"material/google-spreadsheet",
"material/google-street-view",
"material/google-translate",
"material/google",
"material/gradient-horizontal",
"material/gradient-vertical",
"material/grain",
"material/graph-outline",
"material/graph",
"material/graphql",
"material/grass",
"material/grave-stone",
"material/grease-pencil",
"material/greater-than-or-equal",
"material/greater-than",
"material/greenhouse",
"material/grid-large",
"material/grid-off",
"material/grid",
"material/grill-outline",
"material/grill",
"material/group",
"material/guitar-acoustic",
"material/guitar-electric",
"material/guitar-pick-outline",
"material/guitar-pick",
"material/guy-fawkes-mask",
"material/hail",
"material/hair-dryer-outline",
"material/hair-dryer",
"material/halloween",
"material/hamburger-check",
"material/hamburger-minus",
"material/hamburger-off",
"material/hamburger-plus",
"material/hamburger-remove",
"material/hamburger",
"material/hammer-screwdriver",
"material/hammer-sickle",
"material/hammer-wrench",
"material/hammer",
"material/hand-back-left-off-outline",
"material/hand-back-left-off",
"material/hand-back-left-outline",
"material/hand-back-left",
"material/hand-back-right-off-outline",
"material/hand-back-right-off",
"material/hand-back-right-outline",
"material/hand-back-right",
"material/hand-clap",
"material/hand-coin-outline",
"material/hand-coin",
"material/hand-extended-outline",
"material/hand-extended",
"material/hand-front-left-outline",
"material/hand-front-left",
"material/hand-front-right-outline",
"material/hand-front-right",
"material/hand-heart-outline",
"material/hand-heart",
"material/hand-okay",
"material/hand-peace-variant",
"material/hand-peace",
"material/hand-pointing-down",
"material/hand-pointing-left",
"material/hand-pointing-right",
"material/hand-pointing-up",
"material/hand-saw",
"material/hand-wash-outline",
"material/hand-wash",
"material/hand-water",
"material/hand-wave-outline",
"material/hand-wave",
"material/handball",
"material/handcuffs",
"material/hands-pray",
"material/handshake-outline",
"material/handshake",
"material/hanger",
"material/hard-hat",
"material/harddisk-plus",
"material/harddisk-remove",
"material/harddisk",
"material/hat-fedora",
"material/hazard-lights",
"material/hdr-off",
"material/hdr",
"material/head-alert-outline",
"material/head-alert",
"material/head-check-outline",
"material/head-check",
"material/head-cog-outline",
"material/head-cog",
"material/head-dots-horizontal-outline",
"material/head-dots-horizontal",
"material/head-flash-outline",
"material/head-flash",
"material/head-heart-outline",
"material/head-heart",
"material/head-lightbulb-outline",
"material/head-lightbulb",
"material/head-minus-outline",
"material/head-minus",
"material/head-outline",
"material/head-plus-outline",
"material/head-plus",
"material/head-question-outline",
"material/head-question",
"material/head-remove-outline",
"material/head-remove",
"material/head-snowflake-outline",
"material/head-snowflake",
"material/head-sync-outline",
"material/head-sync",
"material/head",
"material/headphones-bluetooth",
"material/headphones-box",
"material/headphones-off",
"material/headphones-settings",
"material/headphones",
"material/headset-dock",
"material/headset-off",
"material/headset",
"material/heart-box-outline",
"material/heart-box",
"material/heart-broken-outline",
"material/heart-broken",
"material/heart-circle-outline",
"material/heart-circle",
"material/heart-cog-outline",
"material/heart-cog",
"material/heart-flash",
"material/heart-half-full",
"material/heart-half-outline",
"material/heart-half",
"material/heart-minus-outline",
"material/heart-minus",
"material/heart-multiple-outline",
"material/heart-multiple",
"material/heart-off-outline",
"material/heart-off",
"material/heart-outline",
"material/heart-plus-outline",
"material/heart-plus",
"material/heart-pulse",
"material/heart-remove-outline",
"material/heart-remove",
"material/heart-settings-outline",
"material/heart-settings",
"material/heart",
"material/helicopter",
"material/help-box",
"material/help-circle-outline",
"material/help-circle",
"material/help-network-outline",
"material/help-network",
"material/help-rhombus-outline",
"material/help-rhombus",
"material/help",
"material/hexadecimal",
"material/hexagon-multiple-outline",
"material/hexagon-multiple",
"material/hexagon-outline",
"material/hexagon-slice-1",
"material/hexagon-slice-2",
"material/hexagon-slice-3",
"material/hexagon-slice-4",
"material/hexagon-slice-5",
"material/hexagon-slice-6",
"material/hexagon",
"material/hexagram-outline",
"material/hexagram",
"material/high-definition-box",
"material/high-definition",
"material/highway",
"material/hiking",
"material/history",
"material/hockey-puck",
"material/hockey-sticks",
"material/hololens",
"material/home-account",
"material/home-alert-outline",
"material/home-alert",
"material/home-analytics",
"material/home-assistant",
"material/home-automation",
"material/home-battery-outline",
"material/home-battery",
"material/home-circle-outline",
"material/home-circle",
"material/home-city-outline",
"material/home-city",
"material/home-edit-outline",
"material/home-edit",
"material/home-export-outline",
"material/home-flood",
"material/home-floor-0",
"material/home-floor-1",
"material/home-floor-2",
"material/home-floor-3",
"material/home-floor-a",
"material/home-floor-b",
"material/home-floor-g",
"material/home-floor-l",
"material/home-floor-negative-1",
"material/home-group-minus",
"material/home-group-plus",
"material/home-group-remove",
"material/home-group",
"material/home-heart",
"material/home-import-outline",
"material/home-lightbulb-outline",
"material/home-lightbulb",
"material/home-lightning-bolt-outline",
"material/home-lightning-bolt",
"material/home-lock-open",
"material/home-lock",
"material/home-map-marker",
"material/home-minus-outline",
"material/home-minus",
"material/home-modern",
"material/home-outline",
"material/home-plus-outline",
"material/home-plus",
"material/home-remove-outline",
"material/home-remove",
"material/home-roof",
"material/home-search-outline",
"material/home-search",
"material/home-switch-outline",
"material/home-switch",
"material/home-thermometer-outline",
"material/home-thermometer",
"material/home-variant-outline",
"material/home-variant",
"material/home",
"material/hook-off",
"material/hook",
"material/hoop-house",
"material/hops",
"material/horizontal-rotate-clockwise",
"material/horizontal-rotate-counterclockwise",
"material/horse-human",
"material/horse-variant-fast",
"material/horse-variant",
"material/horse",
"material/horseshoe",
"material/hospital-box-outline",
"material/hospital-box",
"material/hospital-building",
"material/hospital-marker",
"material/hospital",
"material/hot-tub",
"material/hours-24",
"material/hubspot",
"material/hulu",
"material/human-baby-changing-table",
"material/human-cane",
"material/human-capacity-decrease",
"material/human-capacity-increase",
"material/human-child",
"material/human-dolly",
"material/human-edit",
"material/human-female-boy",
"material/human-female-dance",
"material/human-female-female",
"material/human-female-girl",
"material/human-female",
"material/human-greeting-proximity",
"material/human-greeting-variant",
"material/human-greeting",
"material/human-handsdown",
"material/human-handsup",
"material/human-male-board-poll",
"material/human-male-board",
"material/human-male-boy",
"material/human-male-child",
"material/human-male-female-child",
"material/human-male-female",
"material/human-male-girl",
"material/human-male-height-variant",
"material/human-male-height",
"material/human-male-male",
"material/human-male",
"material/human-non-binary",
"material/human-pregnant",
"material/human-queue",
"material/human-scooter",
"material/human-wheelchair",
"material/human-white-cane",
"material/human",
"material/humble-bundle",
"material/hvac-off",
"material/hvac",
"material/hydraulic-oil-level",
"material/hydraulic-oil-temperature",
"material/hydro-power",
"material/hydrogen-station",
"material/ice-cream-off",
"material/ice-cream",
"material/ice-pop",
"material/id-card",
"material/identifier",
"material/ideogram-cjk-variant",
"material/ideogram-cjk",
"material/image-album",
"material/image-area-close",
"material/image-area",
"material/image-auto-adjust",
"material/image-broken-variant",
"material/image-broken",
"material/image-edit-outline",
"material/image-edit",
"material/image-filter-black-white",
"material/image-filter-center-focus-strong-outline",
"material/image-filter-center-focus-strong",
"material/image-filter-center-focus-weak",
"material/image-filter-center-focus",
"material/image-filter-drama",
"material/image-filter-frames",
"material/image-filter-hdr",
"material/image-filter-none",
"material/image-filter-tilt-shift",
"material/image-filter-vintage",
"material/image-frame",
"material/image-marker-outline",
"material/image-marker",
"material/image-minus",
"material/image-move",
"material/image-multiple-outline",
"material/image-multiple",
"material/image-off-outline",
"material/image-off",
"material/image-outline",
"material/image-plus",
"material/image-remove",
"material/image-search-outline",
"material/image-search",
"material/image-size-select-actual",
"material/image-size-select-large",
"material/image-size-select-small",
"material/image-text",
"material/image",
"material/import",
"material/inbox-arrow-down-outline",
"material/inbox-arrow-down",
"material/inbox-arrow-up-outline",
"material/inbox-arrow-up",
"material/inbox-full-outline",
"material/inbox-full",
"material/inbox-multiple-outline",
"material/inbox-multiple",
"material/inbox-outline",
"material/inbox-remove-outline",
"material/inbox-remove",
"material/inbox",
"material/incognito-circle-off",
"material/incognito-circle",
"material/incognito-off",
"material/incognito",
"material/induction",
"material/infinity",
"material/information-off-outline",
"material/information-off",
"material/information-outline",
"material/information-variant",
"material/information",
"material/instagram",
"material/instrument-triangle",
"material/integrated-circuit-chip",
"material/invert-colors-off",
"material/invert-colors",
"material/iobroker",
"material/ip-network-outline",
"material/ip-network",
"material/ip-outline",
"material/ip",
"material/ipod",
"material/iron-board",
"material/iron-outline",
"material/iron",
"material/island",
"material/iv-bag",
"material/jabber",
"material/jeepney",
"material/jellyfish-outline",
"material/jellyfish",
"material/jira",
"material/jquery",
"material/jsfiddle",
"material/jump-rope",
"material/kabaddi",
"material/kangaroo",
"material/karate",
"material/kayaking",
"material/keg",
"material/kettle-alert-outline",
"material/kettle-alert",
"material/kettle-off-outline",
"material/kettle-off",
"material/kettle-outline",
"material/kettle-pour-over",
"material/kettle-steam-outline",
"material/kettle-steam",
"material/kettle",
"material/kettlebell",
"material/key-alert-outline",
"material/key-alert",
"material/key-arrow-right",
"material/key-chain-variant",
"material/key-chain",
"material/key-change",
"material/key-link",
"material/key-minus",
"material/key-outline",
"material/key-plus",
"material/key-remove",
"material/key-star",
"material/key-variant",
"material/key-wireless",
"material/key",
"material/keyboard-backspace",
"material/keyboard-caps",
"material/keyboard-close",
"material/keyboard-esc",
"material/keyboard-f1",
"material/keyboard-f10",
"material/keyboard-f11",
"material/keyboard-f12",
"material/keyboard-f2",
"material/keyboard-f3",
"material/keyboard-f4",
"material/keyboard-f5",
"material/keyboard-f6",
"material/keyboard-f7",
"material/keyboard-f8",
"material/keyboard-f9",
"material/keyboard-off-outline",
"material/keyboard-off",
"material/keyboard-outline",
"material/keyboard-return",
"material/keyboard-settings-outline",
"material/keyboard-settings",
"material/keyboard-space",
"material/keyboard-tab-reverse",
"material/keyboard-tab",
"material/keyboard-variant",
"material/keyboard",
"material/khanda",
"material/kickstarter",
"material/kite-outline",
"material/kite",
"material/kitesurfing",
"material/klingon",
"material/knife-military",
"material/knife",
"material/koala",
"material/kodi",
"material/kubernetes",
"material/label-multiple-outline",
"material/label-multiple",
"material/label-off-outline",
"material/label-off",
"material/label-outline",
"material/label-percent-outline",
"material/label-percent",
"material/label-variant-outline",
"material/label-variant",
"material/label",
"material/ladder",
"material/ladybug",
"material/lambda",
"material/lamp-outline",
"material/lamp",
"material/lamps-outline",
"material/lamps",
"material/lan-check",
"material/lan-connect",
"material/lan-disconnect",
"material/lan-pending",
"material/lan",
"material/language-c",
"material/language-cpp",
"material/language-csharp",
"material/language-css3",
"material/language-fortran",
"material/language-go",
"material/language-haskell",
"material/language-html5",
"material/language-java",
"material/language-javascript",
"material/language-kotlin",
"material/language-lua",
"material/language-markdown-outline",
"material/language-markdown",
"material/language-php",
"material/language-python",
"material/language-r",
"material/language-ruby-on-rails",
"material/language-ruby",
"material/language-rust",
"material/language-swift",
"material/language-typescript",
"material/language-xaml",
"material/laptop-off",
"material/laptop",
"material/laravel",
"material/laser-pointer",
"material/lasso",
"material/lastpass",
"material/latitude",
"material/launch",
"material/lava-lamp",
"material/layers-edit",
"material/layers-minus",
"material/layers-off-outline",
"material/layers-off",
"material/layers-outline",
"material/layers-plus",
"material/layers-remove",
"material/layers-search-outline",
"material/layers-search",
"material/layers-triple-outline",
"material/layers-triple",
"material/layers",
"material/lead-pencil",
"material/leaf-circle-outline",
"material/leaf-circle",
"material/leaf-maple-off",
"material/leaf-maple",
"material/leaf-off",
"material/leaf",
"material/leak-off",
"material/leak",
"material/led-off",
"material/led-on",
"material/led-outline",
"material/led-strip-variant",
"material/led-strip",
"material/led-variant-off",
"material/led-variant-on",
"material/led-variant-outline",
"material/leek",
"material/less-than-or-equal",
"material/less-than",
"material/library-shelves",
"material/library",
"material/license",
"material/lifebuoy",
"material/light-flood-down",
"material/light-flood-up",
"material/light-recessed",
"material/light-switch",
"material/lightbulb-auto-outline",
"material/lightbulb-auto",
"material/lightbulb-cfl-off",
"material/lightbulb-cfl-spiral-off",
"material/lightbulb-cfl-spiral",
"material/lightbulb-cfl",
"material/lightbulb-fluorescent-tube-outline",
"material/lightbulb-fluorescent-tube",
"material/lightbulb-group-off-outline",
"material/lightbulb-group-off",
"material/lightbulb-group-outline",
"material/lightbulb-group",
"material/lightbulb-multiple-off-outline",
"material/lightbulb-multiple-off",
"material/lightbulb-multiple-outline",
"material/lightbulb-multiple",
"material/lightbulb-off-outline",
"material/lightbulb-off",
"material/lightbulb-on-outline",
"material/lightbulb-on",
"material/lightbulb-outline",
"material/lightbulb-spot-off",
"material/lightbulb-spot",
"material/lightbulb-variant-outline",
"material/lightbulb-variant",
"material/lightbulb",
"material/lighthouse-on",
"material/lighthouse",
"material/lightning-bolt-circle",
"material/lightning-bolt-outline",
"material/lightning-bolt",
"material/line-scan",
"material/lingerie",
"material/link-box-outline",
"material/link-box-variant-outline",
"material/link-box-variant",
"material/link-box",
"material/link-lock",
"material/link-off",
"material/link-plus",
"material/link-variant-minus",
"material/link-variant-off",
"material/link-variant-plus",
"material/link-variant-remove",
"material/link-variant",
"material/link",
"material/linkedin",
"material/linux-mint",
"material/linux",
"material/lipstick",
"material/liquid-spot",
"material/liquor",
"material/list-status",
"material/litecoin",
"material/loading",
"material/location-enter",
"material/location-exit",
"material/lock-alert-outline",
"material/lock-alert",
"material/lock-check-outline",
"material/lock-check",
"material/lock-clock",
"material/lock-minus-outline",
"material/lock-minus",
"material/lock-off-outline",
"material/lock-off",
"material/lock-open-alert-outline",
"material/lock-open-alert",
"material/lock-open-check-outline",
"material/lock-open-check",
"material/lock-open-minus-outline",
"material/lock-open-minus",
"material/lock-open-outline",
"material/lock-open-plus-outline",
"material/lock-open-plus",
"material/lock-open-remove-outline",
"material/lock-open-remove",
"material/lock-open-variant-outline",
"material/lock-open-variant",
"material/lock-open",
"material/lock-outline",
"material/lock-pattern",
"material/lock-plus-outline",
"material/lock-plus",
"material/lock-question",
"material/lock-remove-outline",
"material/lock-remove",
"material/lock-reset",
"material/lock-smart",
"material/lock",
"material/locker-multiple",
"material/locker",
"material/login-variant",
"material/login",
"material/logout-variant",
"material/logout",
"material/longitude",
"material/looks",
"material/lotion-outline",
"material/lotion-plus-outline",
"material/lotion-plus",
"material/lotion",
"material/loupe",
"material/lumx",
"material/lungs",
"material/mace",
"material/magazine-pistol",
"material/magazine-rifle",
"material/magic-staff",
"material/magnet-on",
"material/magnet",
"material/magnify-close",
"material/magnify-expand",
"material/magnify-minus-cursor",
"material/magnify-minus-outline",
"material/magnify-minus",
"material/magnify-plus-cursor",
"material/magnify-plus-outline",
"material/magnify-plus",
"material/magnify-remove-cursor",
"material/magnify-remove-outline",
"material/magnify-scan",
"material/magnify",
"material/mail",
"material/mailbox-open-outline",
"material/mailbox-open-up-outline",
"material/mailbox-open-up",
"material/mailbox-open",
"material/mailbox-outline",
"material/mailbox-up-outline",
"material/mailbox-up",
"material/mailbox",
"material/manjaro",
"material/map-check-outline",
"material/map-check",
"material/map-clock-outline",
"material/map-clock",
"material/map-legend",
"material/map-marker-account-outline",
"material/map-marker-account",
"material/map-marker-alert-outline",
"material/map-marker-alert",
"material/map-marker-check-outline",
"material/map-marker-check",
"material/map-marker-circle",
"material/map-marker-distance",
"material/map-marker-down",
"material/map-marker-left-outline",
"material/map-marker-left",
"material/map-marker-minus-outline",
"material/map-marker-minus",
"material/map-marker-multiple-outline",
"material/map-marker-multiple",
"material/map-marker-off-outline",
"material/map-marker-off",
"material/map-marker-outline",
"material/map-marker-path",
"material/map-marker-plus-outline",
"material/map-marker-plus",
"material/map-marker-question-outline",
"material/map-marker-question",
"material/map-marker-radius-outline",
"material/map-marker-radius",
"material/map-marker-remove-outline",
"material/map-marker-remove-variant",
"material/map-marker-remove",
"material/map-marker-right-outline",
"material/map-marker-right",
"material/map-marker-star-outline",
"material/map-marker-star",
"material/map-marker-up",
"material/map-marker",
"material/map-minus",
"material/map-outline",
"material/map-plus",
"material/map-search-outline",
"material/map-search",
"material/map",
"material/mapbox",
"material/margin",
"material/marker-cancel",
"material/marker-check",
"material/marker",
"material/mastodon",
"material/material-design",
"material/material-ui",
"material/math-compass",
"material/math-cos",
"material/math-integral-box",
"material/math-integral",
"material/math-log",
"material/math-norm-box",
"material/math-norm",
"material/math-sin",
"material/math-tan",
"material/matrix",
"material/medal-outline",
"material/medal",
"material/medical-bag",
"material/meditation",
"material/memory",
"material/menorah-fire",
"material/menorah",
"material/menu-down-outline",
"material/menu-down",
"material/menu-left-outline",
"material/menu-left",
"material/menu-open",
"material/menu-right-outline",
"material/menu-right",
"material/menu-swap-outline",
"material/menu-swap",
"material/menu-up-outline",
"material/menu-up",
"material/menu",
"material/merge",
"material/message-alert-outline",
"material/message-alert",
"material/message-arrow-left-outline",
"material/message-arrow-left",
"material/message-arrow-right-outline",
"material/message-arrow-right",
"material/message-badge-outline",
"material/message-badge",
"material/message-bookmark-outline",
"material/message-bookmark",
"material/message-bulleted-off",
"material/message-bulleted",
"material/message-cog-outline",
"material/message-cog",
"material/message-draw",
"material/message-flash-outline",
"material/message-flash",
"material/message-image-outline",
"material/message-image",
"material/message-lock-outline",
"material/message-lock",
"material/message-minus-outline",
"material/message-minus",
"material/message-off-outline",
"material/message-off",
"material/message-outline",
"material/message-plus-outline",
"material/message-plus",
"material/message-processing-outline",
"material/message-processing",
"material/message-question-outline",
"material/message-question",
"material/message-reply-outline",
"material/message-reply-text-outline",
"material/message-reply-text",
"material/message-reply",
"material/message-settings-outline",
"material/message-settings",
"material/message-star-outline",
"material/message-star",
"material/message-text-clock-outline",
"material/message-text-clock",
"material/message-text-lock-outline",
"material/message-text-lock",
"material/message-text-outline",
"material/message-text",
"material/message-video",
"material/message",
"material/meteor",
"material/metronome-tick",
"material/metronome",
"material/micro-sd",
"material/microphone-minus",
"material/microphone-off",
"material/microphone-outline",
"material/microphone-plus",
"material/microphone-question-outline",
"material/microphone-question",
"material/microphone-settings",
"material/microphone-variant-off",
"material/microphone-variant",
"material/microphone",
"material/microscope",
"material/microsoft-access",
"material/microsoft-azure-devops",
"material/microsoft-azure",
"material/microsoft-bing",
"material/microsoft-dynamics-365",
"material/microsoft-edge",
"material/microsoft-excel",
"material/microsoft-internet-explorer",
"material/microsoft-office",
"material/microsoft-onedrive",
"material/microsoft-onenote",
"material/microsoft-outlook",
"material/microsoft-powerpoint",
"material/microsoft-sharepoint",
"material/microsoft-teams",
"material/microsoft-visual-studio-code",
"material/microsoft-visual-studio",
"material/microsoft-windows-classic",
"material/microsoft-windows",
"material/microsoft-word",
"material/microsoft-xbox-controller-battery-alert",
"material/microsoft-xbox-controller-battery-charging",
"material/microsoft-xbox-controller-battery-empty",
"material/microsoft-xbox-controller-battery-full",
"material/microsoft-xbox-controller-battery-low",
"material/microsoft-xbox-controller-battery-medium",
"material/microsoft-xbox-controller-battery-unknown",
"material/microsoft-xbox-controller-menu",
"material/microsoft-xbox-controller-off",
"material/microsoft-xbox-controller-view",
"material/microsoft-xbox-controller",
"material/microsoft-xbox",
"material/microsoft",
"material/microwave-off",
"material/microwave",
"material/middleware-outline",
"material/middleware",
"material/midi-port",
"material/midi",
"material/mine",
"material/minecraft",
"material/mini-sd",
"material/minidisc",
"material/minus-box-multiple-outline",
"material/minus-box-multiple",
"material/minus-box-outline",
"material/minus-box",
"material/minus-circle-multiple-outline",
"material/minus-circle-multiple",
"material/minus-circle-off-outline",
"material/minus-circle-off",
"material/minus-circle-outline",
"material/minus-circle",
"material/minus-network-outline",
"material/minus-network",
"material/minus-thick",
"material/minus",
"material/mirror-rectangle",
"material/mirror-variant",
"material/mirror",
"material/mixed-martial-arts",
"material/mixed-reality",
"material/molecule-co",
"material/molecule-co2",
"material/molecule",
"material/monitor-cellphone-star",
"material/monitor-cellphone",
"material/monitor-dashboard",
"material/monitor-edit",
"material/monitor-eye",
"material/monitor-lock",
"material/monitor-multiple",
"material/monitor-off",
"material/monitor-screenshot",
"material/monitor-share",
"material/monitor-shimmer",
"material/monitor-small",
"material/monitor-speaker-off",
"material/monitor-speaker",
"material/monitor-star",
"material/monitor",
"material/moon-first-quarter",
"material/moon-full",
"material/moon-last-quarter",
"material/moon-new",
"material/moon-waning-crescent",
"material/moon-waning-gibbous",
"material/moon-waxing-crescent",
"material/moon-waxing-gibbous",
"material/moped-electric-outline",
"material/moped-electric",
"material/moped-outline",
"material/moped",
"material/more",
"material/mortar-pestle-plus",
"material/mortar-pestle",
"material/mosque",
"material/mother-heart",
"material/mother-nurse",
"material/motion-outline",
"material/motion-pause-outline",
"material/motion-pause",
"material/motion-play-outline",
"material/motion-play",
"material/motion-sensor-off",
"material/motion-sensor",
"material/motion",
"material/motorbike-electric",
"material/motorbike",
"material/mouse-bluetooth",
"material/mouse-move-down",
"material/mouse-move-up",
"material/mouse-move-vertical",
"material/mouse-off",
"material/mouse-variant-off",
"material/mouse-variant",
"material/mouse",
"material/move-resize-variant",
"material/move-resize",
"material/movie-check-outline",
"material/movie-check",
"material/movie-cog-outline",
"material/movie-cog",
"material/movie-edit-outline",
"material/movie-edit",
"material/movie-filter-outline",
"material/movie-filter",
"material/movie-minus-outline",
"material/movie-minus",
"material/movie-off-outline",
"material/movie-off",
"material/movie-open-check-outline",
"material/movie-open-check",
"material/movie-open-cog-outline",
"material/movie-open-cog",
"material/movie-open-edit-outline",
"material/movie-open-edit",
"material/movie-open-minus-outline",
"material/movie-open-minus",
"material/movie-open-off-outline",
"material/movie-open-off",
"material/movie-open-outline",
"material/movie-open-play-outline",
"material/movie-open-play",
"material/movie-open-plus-outline",
"material/movie-open-plus",
"material/movie-open-remove-outline",
"material/movie-open-remove",
"material/movie-open-settings-outline",
"material/movie-open-settings",
"material/movie-open-star-outline",
"material/movie-open-star",
"material/movie-open",
"material/movie-outline",
"material/movie-play-outline",
"material/movie-play",
"material/movie-plus-outline",
"material/movie-plus",
"material/movie-remove-outline",
"material/movie-remove",
"material/movie-roll",
"material/movie-search-outline",
"material/movie-search",
"material/movie-settings-outline",
"material/movie-settings",
"material/movie-star-outline",
"material/movie-star",
"material/movie",
"material/mower-bag",
"material/mower",
"material/muffin",
"material/multicast",
"material/multiplication-box",
"material/multiplication",
"material/mushroom-off-outline",
"material/mushroom-off",
"material/mushroom-outline",
"material/mushroom",
"material/music-accidental-double-flat",
"material/music-accidental-double-sharp",
"material/music-accidental-flat",
"material/music-accidental-natural",
"material/music-accidental-sharp",
"material/music-box-multiple-outline",
"material/music-box-multiple",
"material/music-box-outline",
"material/music-box",
"material/music-circle-outline",
"material/music-circle",
"material/music-clef-alto",
"material/music-clef-bass",
"material/music-clef-treble",
"material/music-note-bluetooth-off",
"material/music-note-bluetooth",
"material/music-note-eighth-dotted",
"material/music-note-eighth",
"material/music-note-half-dotted",
"material/music-note-half",
"material/music-note-off-outline",
"material/music-note-off",
"material/music-note-outline",
"material/music-note-plus",
"material/music-note-quarter-dotted",
"material/music-note-quarter",
"material/music-note-sixteenth-dotted",
"material/music-note-sixteenth",
"material/music-note-whole-dotted",
"material/music-note-whole",
"material/music-note",
"material/music-off",
"material/music-rest-eighth",
"material/music-rest-half",
"material/music-rest-quarter",
"material/music-rest-sixteenth",
"material/music-rest-whole",
"material/music",
"material/mustache",
"material/nail",
"material/nas",
"material/nativescript",
"material/nature-people",
"material/nature",
"material/navigation-outline",
"material/navigation-variant-outline",
"material/navigation-variant",
"material/navigation",
"material/near-me",
"material/necklace",
"material/needle",
"material/netflix",
"material/network-off-outline",
"material/network-off",
"material/network-outline",
"material/network-strength-1-alert",
"material/network-strength-1",
"material/network-strength-2-alert",
"material/network-strength-2",
"material/network-strength-3-alert",
"material/network-strength-3",
"material/network-strength-4-alert",
"material/network-strength-4-cog",
"material/network-strength-4",
"material/network-strength-off-outline",
"material/network-strength-off",
"material/network-strength-outline",
"material/network",
"material/new-box",
"material/newspaper-check",
"material/newspaper-minus",
"material/newspaper-plus",
"material/newspaper-remove",
"material/newspaper-variant-multiple-outline",
"material/newspaper-variant-multiple",
"material/newspaper-variant-outline",
"material/newspaper-variant",
"material/newspaper",
"material/nfc-search-variant",
"material/nfc-tap",
"material/nfc-variant-off",
"material/nfc-variant",
"material/nfc",
"material/ninja",
"material/nintendo-game-boy",
"material/nintendo-switch",
"material/nintendo-wii",
"material/nintendo-wiiu",
"material/nix",
"material/nodejs",
"material/noodles",
"material/not-equal-variant",
"material/not-equal",
"material/note-alert-outline",
"material/note-alert",
"material/note-check-outline",
"material/note-check",
"material/note-edit-outline",
"material/note-edit",
"material/note-minus-outline",
"material/note-minus",
"material/note-multiple-outline",
"material/note-multiple",
"material/note-off-outline",
"material/note-off",
"material/note-outline",
"material/note-plus-outline",
"material/note-plus",
"material/note-remove-outline",
"material/note-remove",
"material/note-search-outline",
"material/note-search",
"material/note-text-outline",
"material/note-text",
"material/note",
"material/notebook-check-outline",
"material/notebook-check",
"material/notebook-edit-outline",
"material/notebook-edit",
"material/notebook-minus-outline",
"material/notebook-minus",
"material/notebook-multiple",
"material/notebook-outline",
"material/notebook-plus-outline",
"material/notebook-plus",
"material/notebook-remove-outline",
"material/notebook-remove",
"material/notebook",
"material/notification-clear-all",
"material/npm",
"material/nuke",
"material/null",
"material/numeric-0-box-multiple-outline",
"material/numeric-0-box-multiple",
"material/numeric-0-box-outline",
"material/numeric-0-box",
"material/numeric-0-circle-outline",
"material/numeric-0-circle",
"material/numeric-0",
"material/numeric-1-box-multiple-outline",
"material/numeric-1-box-multiple",
"material/numeric-1-box-outline",
"material/numeric-1-box",
"material/numeric-1-circle-outline",
"material/numeric-1-circle",
"material/numeric-1",
"material/numeric-10-box-multiple-outline",
"material/numeric-10-box-multiple",
"material/numeric-10-box-outline",
"material/numeric-10-box",
"material/numeric-10-circle-outline",
"material/numeric-10-circle",
"material/numeric-10",
"material/numeric-2-box-multiple-outline",
"material/numeric-2-box-multiple",
"material/numeric-2-box-outline",
"material/numeric-2-box",
"material/numeric-2-circle-outline",
"material/numeric-2-circle",
"material/numeric-2",
"material/numeric-3-box-multiple-outline",
"material/numeric-3-box-multiple",
"material/numeric-3-box-outline",
"material/numeric-3-box",
"material/numeric-3-circle-outline",
"material/numeric-3-circle",
"material/numeric-3",
"material/numeric-4-box-multiple-outline",
"material/numeric-4-box-multiple",
"material/numeric-4-box-outline",
"material/numeric-4-box",
"material/numeric-4-circle-outline",
"material/numeric-4-circle",
"material/numeric-4",
"material/numeric-5-box-multiple-outline",
"material/numeric-5-box-multiple",
"material/numeric-5-box-outline",
"material/numeric-5-box",
"material/numeric-5-circle-outline",
"material/numeric-5-circle",
"material/numeric-5",
"material/numeric-6-box-multiple-outline",
"material/numeric-6-box-multiple",
"material/numeric-6-box-outline",
"material/numeric-6-box",
"material/numeric-6-circle-outline",
"material/numeric-6-circle",
"material/numeric-6",
"material/numeric-7-box-multiple-outline",
"material/numeric-7-box-multiple",
"material/numeric-7-box-outline",
"material/numeric-7-box",
"material/numeric-7-circle-outline",
"material/numeric-7-circle",
"material/numeric-7",
"material/numeric-8-box-multiple-outline",
"material/numeric-8-box-multiple",
"material/numeric-8-box-outline",
"material/numeric-8-box",
"material/numeric-8-circle-outline",
"material/numeric-8-circle",
"material/numeric-8",
"material/numeric-9-box-multiple-outline",
"material/numeric-9-box-multiple",
"material/numeric-9-box-outline",
"material/numeric-9-box",
"material/numeric-9-circle-outline",
"material/numeric-9-circle",
"material/numeric-9-plus-box-multiple-outline",
"material/numeric-9-plus-box-multiple",
"material/numeric-9-plus-box-outline",
"material/numeric-9-plus-box",
"material/numeric-9-plus-circle-outline",
"material/numeric-9-plus-circle",
"material/numeric-9-plus",
"material/numeric-9",
"material/numeric-negative-1",
"material/numeric-positive-1",
"material/numeric",
"material/nut",
"material/nutrition",
"material/nuxt",
"material/oar",
"material/ocarina",
"material/oci",
"material/ocr",
"material/octagon-outline",
"material/octagon",
"material/octagram-outline",
"material/octagram",
"material/octahedron-off",
"material/octahedron",
"material/odnoklassniki",
"material/offer",
"material/office-building-cog-outline",
"material/office-building-cog",
"material/office-building-marker-outline",
"material/office-building-marker",
"material/office-building-outline",
"material/office-building",
"material/oil-lamp",
"material/oil-level",
"material/oil-temperature",
"material/oil",
"material/om",
"material/omega",
"material/one-up",
"material/onepassword",
"material/opacity",
"material/open-in-app",
"material/open-in-new",
"material/open-source-initiative",
"material/openid",
"material/opera",
"material/orbit-variant",
"material/orbit",
"material/order-alphabetical-ascending",
"material/order-alphabetical-descending",
"material/order-bool-ascending-variant",
"material/order-bool-ascending",
"material/order-bool-descending-variant",
"material/order-bool-descending",
"material/order-numeric-ascending",
"material/order-numeric-descending",
"material/origin",
"material/ornament-variant",
"material/ornament",
"material/outdoor-lamp",
"material/overscan",
"material/owl",
"material/pac-man",
"material/package-down",
"material/package-up",
"material/package-variant-closed",
"material/package-variant",
"material/package",
"material/page-first",
"material/page-last",
"material/page-layout-body",
"material/page-layout-footer",
"material/page-layout-header-footer",
"material/page-layout-header",
"material/page-layout-sidebar-left",
"material/page-layout-sidebar-right",
"material/page-next-outline",
"material/page-next",
"material/page-previous-outline",
"material/page-previous",
"material/pail-minus-outline",
"material/pail-minus",
"material/pail-off-outline",
"material/pail-off",
"material/pail-outline",
"material/pail-plus-outline",
"material/pail-plus",
"material/pail-remove-outline",
"material/pail-remove",
"material/pail",
"material/palette-advanced",
"material/palette-outline",
"material/palette-swatch-outline",
"material/palette-swatch-variant",
"material/palette-swatch",
"material/palette",
"material/palm-tree",
"material/pan-bottom-left",
"material/pan-bottom-right",
"material/pan-down",
"material/pan-horizontal",
"material/pan-left",
"material/pan-right",
"material/pan-top-left",
"material/pan-top-right",
"material/pan-up",
"material/pan-vertical",
"material/pan",
"material/panda",
"material/pandora",
"material/panorama-fisheye",
"material/panorama-horizontal-outline",
"material/panorama-horizontal",
"material/panorama-outline",
"material/panorama-sphere-outline",
"material/panorama-sphere",
"material/panorama-variant-outline",
"material/panorama-variant",
"material/panorama-vertical-outline",
"material/panorama-vertical",
"material/panorama-wide-angle-outline",
"material/panorama-wide-angle",
"material/panorama",
"material/paper-cut-vertical",
"material/paper-roll-outline",
"material/paper-roll",
"material/paperclip",
"material/parachute-outline",
"material/parachute",
"material/paragliding",
"material/parking",
"material/party-popper",
"material/passport-biometric",
"material/passport",
"material/pasta",
"material/patio-heater",
"material/patreon",
"material/pause-circle-outline",
"material/pause-circle",
"material/pause-octagon-outline",
"material/pause-octagon",
"material/pause",
"material/paw-off-outline",
"material/paw-off",
"material/paw-outline",
"material/paw",
"material/peace",
"material/peanut-off-outline",
"material/peanut-off",
"material/peanut-outline",
"material/peanut",
"material/pen-lock",
"material/pen-minus",
"material/pen-off",
"material/pen-plus",
"material/pen-remove",
"material/pen",
"material/pencil-box-multiple-outline",
"material/pencil-box-multiple",
"material/pencil-box-outline",
"material/pencil-box",
"material/pencil-circle-outline",
"material/pencil-circle",
"material/pencil-lock-outline",
"material/pencil-lock",
"material/pencil-minus-outline",
"material/pencil-minus",
"material/pencil-off-outline",
"material/pencil-off",
"material/pencil-outline",
"material/pencil-plus-outline",
"material/pencil-plus",
"material/pencil-remove-outline",
"material/pencil-remove",
"material/pencil-ruler",
"material/pencil",
"material/penguin",
"material/pentagon-outline",
"material/pentagon",
"material/pentagram",
"material/percent-outline",
"material/percent",
"material/periodic-table",
"material/perspective-less",
"material/perspective-more",
"material/ph",
"material/phone-alert-outline",
"material/phone-alert",
"material/phone-bluetooth-outline",
"material/phone-bluetooth",
"material/phone-cancel-outline",
"material/phone-cancel",
"material/phone-check-outline",
"material/phone-check",
"material/phone-classic-off",
"material/phone-classic",
"material/phone-dial-outline",
"material/phone-dial",
"material/phone-forward-outline",
"material/phone-forward",
"material/phone-hangup-outline",
"material/phone-hangup",
"material/phone-in-talk-outline",
"material/phone-in-talk",
"material/phone-incoming-outline",
"material/phone-incoming",
"material/phone-lock-outline",
"material/phone-lock",
"material/phone-log-outline",
"material/phone-log",
"material/phone-message-outline",
"material/phone-message",
"material/phone-minus-outline",
"material/phone-minus",
"material/phone-missed-outline",
"material/phone-missed",
"material/phone-off-outline",
"material/phone-off",
"material/phone-outgoing-outline",
"material/phone-outgoing",
"material/phone-outline",
"material/phone-paused-outline",
"material/phone-paused",
"material/phone-plus-outline",
"material/phone-plus",
"material/phone-refresh-outline",
"material/phone-refresh",
"material/phone-remove-outline",
"material/phone-remove",
"material/phone-return-outline",
"material/phone-return",
"material/phone-ring-outline",
"material/phone-ring",
"material/phone-rotate-landscape",
"material/phone-rotate-portrait",
"material/phone-settings-outline",
"material/phone-settings",
"material/phone-sync-outline",
"material/phone-sync",
"material/phone-voip",
"material/phone",
"material/pi-box",
"material/pi-hole",
"material/pi",
"material/piano-off",
"material/piano",
"material/pickaxe",
"material/picture-in-picture-bottom-right-outline",
"material/picture-in-picture-bottom-right",
"material/picture-in-picture-top-right-outline",
"material/picture-in-picture-top-right",
"material/pier-crane",
"material/pier",
"material/pig-variant-outline",
"material/pig-variant",
"material/pig",
"material/piggy-bank-outline",
"material/piggy-bank",
"material/pill",
"material/pillar",
"material/pin-off-outline",
"material/pin-off",
"material/pin-outline",
"material/pin",
"material/pine-tree-box",
"material/pine-tree-fire",
"material/pine-tree",
"material/pinterest",
"material/pinwheel-outline",
"material/pinwheel",
"material/pipe-disconnected",
"material/pipe-leak",
"material/pipe-valve",
"material/pipe-wrench",
"material/pipe",
"material/pirate",
"material/pistol",
"material/piston",
"material/pitchfork",
"material/pizza",
"material/play-box-multiple-outline",
"material/play-box-multiple",
"material/play-box-outline",
"material/play-box",
"material/play-circle-outline",
"material/play-circle",
"material/play-network-outline",
"material/play-network",
"material/play-outline",
"material/play-pause",
"material/play-protected-content",
"material/play-speed",
"material/play",
"material/playlist-check",
"material/playlist-edit",
"material/playlist-minus",
"material/playlist-music-outline",
"material/playlist-music",
"material/playlist-play",
"material/playlist-plus",
"material/playlist-remove",
"material/playlist-star",
"material/plex",
"material/pliers",
"material/plus-box-multiple-outline",
"material/plus-box-multiple",
"material/plus-box-outline",
"material/plus-box",
"material/plus-circle-multiple-outline",
"material/plus-circle-multiple",
"material/plus-circle-outline",
"material/plus-circle",
"material/plus-minus-box",
"material/plus-minus-variant",
"material/plus-minus",
"material/plus-network-outline",
"material/plus-network",
"material/plus-outline",
"material/plus-thick",
"material/plus",
"material/podcast",
"material/podium-bronze",
"material/podium-gold",
"material/podium-silver",
"material/podium",
"material/point-of-sale",
"material/pokeball",
"material/pokemon-go",
"material/poker-chip",
"material/polaroid",
"material/police-badge-outline",
"material/police-badge",
"material/police-station",
"material/poll",
"material/polo",
"material/polymer",
"material/pool",
"material/popcorn",
"material/post-outline",
"material/post",
"material/postage-stamp",
"material/pot-mix-outline",
"material/pot-mix",
"material/pot-outline",
"material/pot-steam-outline",
"material/pot-steam",
"material/pot",
"material/pound-box-outline",
"material/pound-box",
"material/pound",
"material/power-cycle",
"material/power-off",
"material/power-on",
"material/power-plug-off-outline",
"material/power-plug-off",
"material/power-plug-outline",
"material/power-plug",
"material/power-settings",
"material/power-sleep",
"material/power-socket-au",
"material/power-socket-ch",
"material/power-socket-de",
"material/power-socket-eu",
"material/power-socket-fr",
"material/power-socket-it",
"material/power-socket-jp",
"material/power-socket-uk",
"material/power-socket-us",
"material/power-socket",
"material/power-standby",
"material/power",
"material/powershell",
"material/prescription",
"material/presentation-play",
"material/presentation",
"material/pretzel",
"material/printer-3d-nozzle-alert-outline",
"material/printer-3d-nozzle-alert",
"material/printer-3d-nozzle-heat-outline",
"material/printer-3d-nozzle-heat",
"material/printer-3d-nozzle-outline",
"material/printer-3d-nozzle",
"material/printer-3d",
"material/printer-alert",
"material/printer-check",
"material/printer-eye",
"material/printer-off-outline",
"material/printer-off",
"material/printer-outline",
"material/printer-pos",
"material/printer-search",
"material/printer-settings",
"material/printer-wireless",
"material/printer",
"material/priority-high",
"material/priority-low",
"material/professional-hexagon",
"material/progress-alert",
"material/progress-check",
"material/progress-clock",
"material/progress-close",
"material/progress-download",
"material/progress-pencil",
"material/progress-question",
"material/progress-star",
"material/progress-upload",
"material/progress-wrench",
"material/projector-screen-off-outline",
"material/projector-screen-off",
"material/projector-screen-outline",
"material/projector-screen-variant-off-outline",
"material/projector-screen-variant-off",
"material/projector-screen-variant-outline",
"material/projector-screen-variant",
"material/projector-screen",
"material/projector",
"material/propane-tank-outline",
"material/propane-tank",
"material/protocol",
"material/publish-off",
"material/publish",
"material/pulse",
"material/pump",
"material/pumpkin",
"material/purse-outline",
"material/purse",
"material/puzzle-check-outline",
"material/puzzle-check",
"material/puzzle-edit-outline",
"material/puzzle-edit",
"material/puzzle-heart-outline",
"material/puzzle-heart",
"material/puzzle-minus-outline",
"material/puzzle-minus",
"material/puzzle-outline",
"material/puzzle-plus-outline",
"material/puzzle-plus",
"material/puzzle-remove-outline",
"material/puzzle-remove",
"material/puzzle-star-outline",
"material/puzzle-star",
"material/puzzle",
"material/pyramid-off",
"material/pyramid",
"material/qi",
"material/qqchat",
"material/qrcode-edit",
"material/qrcode-minus",
"material/qrcode-plus",
"material/qrcode-remove",
"material/qrcode-scan",
"material/qrcode",
"material/quadcopter",
"material/quality-high",
"material/quality-low",
"material/quality-medium",
"material/quora",
"material/rabbit",
"material/racing-helmet",
"material/racquetball",
"material/radar",
"material/radiator-disabled",
"material/radiator-off",
"material/radiator",
"material/radio-am",
"material/radio-fm",
"material/radio-handheld",
"material/radio-off",
"material/radio-tower",
"material/radio",
"material/radioactive-circle-outline",
"material/radioactive-circle",
"material/radioactive-off",
"material/radioactive",
"material/radiobox-blank",
"material/radiobox-marked",
"material/radiology-box-outline",
"material/radiology-box",
"material/radius-outline",
"material/radius",
"material/railroad-light",
"material/rake",
"material/raspberry-pi",
"material/ray-end-arrow",
"material/ray-end",
"material/ray-start-arrow",
"material/ray-start-end",
"material/ray-start-vertex-end",
"material/ray-start",
"material/ray-vertex",
"material/razor-double-edge",
"material/razor-single-edge",
"material/react",
"material/read",
"material/receipt",
"material/record-circle-outline",
"material/record-circle",
"material/record-player",
"material/record-rec",
"material/record",
"material/rectangle-outline",
"material/rectangle",
"material/recycle-variant",
"material/recycle",
"material/reddit",
"material/redhat",
"material/redo-variant",
"material/redo",
"material/reflect-horizontal",
"material/reflect-vertical",
"material/refresh-auto",
"material/refresh-circle",
"material/refresh",
"material/regex",
"material/registered-trademark",
"material/reiterate",
"material/relation-many-to-many",
"material/relation-many-to-one-or-many",
"material/relation-many-to-one",
"material/relation-many-to-only-one",
"material/relation-many-to-zero-or-many",
"material/relation-many-to-zero-or-one",
"material/relation-one-or-many-to-many",
"material/relation-one-or-many-to-one-or-many",
"material/relation-one-or-many-to-one",
"material/relation-one-or-many-to-only-one",
"material/relation-one-or-many-to-zero-or-many",
"material/relation-one-or-many-to-zero-or-one",
"material/relation-one-to-many",
"material/relation-one-to-one-or-many",
"material/relation-one-to-one",
"material/relation-one-to-only-one",
"material/relation-one-to-zero-or-many",
"material/relation-one-to-zero-or-one",
"material/relation-only-one-to-many",
"material/relation-only-one-to-one-or-many",
"material/relation-only-one-to-one",
"material/relation-only-one-to-only-one",
"material/relation-only-one-to-zero-or-many",
"material/relation-only-one-to-zero-or-one",
"material/relation-zero-or-many-to-many",
"material/relation-zero-or-many-to-one-or-many",
"material/relation-zero-or-many-to-one",
"material/relation-zero-or-many-to-only-one",
"material/relation-zero-or-many-to-zero-or-many",
"material/relation-zero-or-many-to-zero-or-one",
"material/relation-zero-or-one-to-many",
"material/relation-zero-or-one-to-one-or-many",
"material/relation-zero-or-one-to-one",
"material/relation-zero-or-one-to-only-one",
"material/relation-zero-or-one-to-zero-or-many",
"material/relation-zero-or-one-to-zero-or-one",
"material/relative-scale",
"material/reload-alert",
"material/reload",
"material/reminder",
"material/remote-desktop",
"material/remote-off",
"material/remote-tv-off",
"material/remote-tv",
"material/remote",
"material/rename-box",
"material/reorder-horizontal",
"material/reorder-vertical",
"material/repeat-off",
"material/repeat-once",
"material/repeat-variant",
"material/repeat",
"material/replay",
"material/reply-all-outline",
"material/reply-all",
"material/reply-circle",
"material/reply-outline",
"material/reply",
"material/reproduction",
"material/resistor-nodes",
"material/resistor",
"material/resize-bottom-right",
"material/resize",
"material/responsive",
"material/restart-alert",
"material/restart-off",
"material/restart",
"material/restore-alert",
"material/restore",
"material/rewind-10",
"material/rewind-15",
"material/rewind-30",
"material/rewind-5",
"material/rewind-60",
"material/rewind-outline",
"material/rewind",
"material/rhombus-medium-outline",
"material/rhombus-medium",
"material/rhombus-outline",
"material/rhombus-split-outline",
"material/rhombus-split",
"material/rhombus",
"material/ribbon",
"material/rice",
"material/rickshaw-electric",
"material/rickshaw",
"material/ring",
"material/rivet",
"material/road-variant",
"material/road",
"material/robber",
"material/robot-angry-outline",
"material/robot-angry",
"material/robot-confused-outline",
"material/robot-confused",
"material/robot-dead-outline",
"material/robot-dead",
"material/robot-excited-outline",
"material/robot-excited",
"material/robot-happy-outline",
"material/robot-happy",
"material/robot-industrial",
"material/robot-love-outline",
"material/robot-love",
"material/robot-mower-outline",
"material/robot-mower",
"material/robot-off-outline",
"material/robot-off",
"material/robot-outline",
"material/robot-vacuum-variant",
"material/robot-vacuum",
"material/robot",
"material/rocket-launch-outline",
"material/rocket-launch",
"material/rocket-outline",
"material/rocket",
"material/rodent",
"material/roller-skate-off",
"material/roller-skate",
"material/rollerblade-off",
"material/rollerblade",
"material/rollupjs",
"material/roman-numeral-1",
"material/roman-numeral-10",
"material/roman-numeral-2",
"material/roman-numeral-3",
"material/roman-numeral-4",
"material/roman-numeral-5",
"material/roman-numeral-6",
"material/roman-numeral-7",
"material/roman-numeral-8",
"material/roman-numeral-9",
"material/room-service-outline",
"material/room-service",
"material/rotate-360",
"material/rotate-3d-variant",
"material/rotate-3d",
"material/rotate-left-variant",
"material/rotate-left",
"material/rotate-orbit",
"material/rotate-right-variant",
"material/rotate-right",
"material/rounded-corner",
"material/router-network",
"material/router-wireless-off",
"material/router-wireless-settings",
"material/router-wireless",
"material/router",
"material/routes-clock",
"material/routes",
"material/rowing",
"material/rss-box",
"material/rss-off",
"material/rss",
"material/rug",
"material/rugby",
"material/ruler-square-compass",
"material/ruler-square",
"material/ruler",
"material/run-fast",
"material/run",
"material/rv-truck",
"material/sack-percent",
"material/sack",
"material/safe-square-outline",
"material/safe-square",
"material/safe",
"material/safety-goggles",
"material/sail-boat",
"material/sale",
"material/salesforce",
"material/sass",
"material/satellite-uplink",
"material/satellite-variant",
"material/satellite",
"material/sausage-off",
"material/sausage",
"material/saw-blade",
"material/sawtooth-wave",
"material/saxophone",
"material/scale-balance",
"material/scale-bathroom",
"material/scale-off",
"material/scale-unbalanced",
"material/scale",
"material/scan-helper",
"material/scanner-off",
"material/scanner",
"material/scatter-plot-outline",
"material/scatter-plot",
"material/scent-off",
"material/scent",
"material/school-outline",
"material/school",
"material/scissors-cutting",
"material/scooter-electric",
"material/scooter",
"material/scoreboard-outline",
"material/scoreboard",
"material/screen-rotation-lock",
"material/screen-rotation",
"material/screw-flat-top",
"material/screw-lag",
"material/screw-machine-flat-top",
"material/screw-machine-round-top",
"material/screw-round-top",
"material/screwdriver",
"material/script-outline",
"material/script-text-key-outline",
"material/script-text-key",
"material/script-text-outline",
"material/script-text-play-outline",
"material/script-text-play",
"material/script-text",
"material/script",
"material/sd",
"material/seal-variant",
"material/seal",
"material/search-web",
"material/seat-flat-angled",
"material/seat-flat",
"material/seat-individual-suite",
"material/seat-legroom-extra",
"material/seat-legroom-normal",
"material/seat-legroom-reduced",
"material/seat-outline",
"material/seat-passenger",
"material/seat-recline-extra",
"material/seat-recline-normal",
"material/seat",
"material/seatbelt",
"material/security-network",
"material/security",
"material/seed-off-outline",
"material/seed-off",
"material/seed-outline",
"material/seed",
"material/seesaw",
"material/segment",
"material/select-all",
"material/select-color",
"material/select-compare",
"material/select-drag",
"material/select-group",
"material/select-inverse",
"material/select-marker",
"material/select-multiple-marker",
"material/select-multiple",
"material/select-off",
"material/select-place",
"material/select-remove",
"material/select-search",
"material/select",
"material/selection-drag",
"material/selection-ellipse-arrow-inside",
"material/selection-ellipse-remove",
"material/selection-ellipse",
"material/selection-marker",
"material/selection-multiple-marker",
"material/selection-multiple",
"material/selection-off",
"material/selection-remove",
"material/selection-search",
"material/selection",
"material/semantic-web",
"material/send-check-outline",
"material/send-check",
"material/send-circle-outline",
"material/send-circle",
"material/send-clock-outline",
"material/send-clock",
"material/send-lock-outline",
"material/send-lock",
"material/send-outline",
"material/send",
"material/serial-port",
"material/server-minus",
"material/server-network-off",
"material/server-network",
"material/server-off",
"material/server-plus",
"material/server-remove",
"material/server-security",
"material/server",
"material/set-all",
"material/set-center-right",
"material/set-center",
"material/set-left-center",
"material/set-left-right",
"material/set-left",
"material/set-merge",
"material/set-none",
"material/set-right",
"material/set-split",
"material/set-square",
"material/set-top-box",
"material/settings-helper",
"material/shaker-outline",
"material/shaker",
"material/shape-circle-plus",
"material/shape-outline",
"material/shape-oval-plus",
"material/shape-plus",
"material/shape-polygon-plus",
"material/shape-rectangle-plus",
"material/shape-square-plus",
"material/shape-square-rounded-plus",
"material/shape",
"material/share-all-outline",
"material/share-all",
"material/share-circle",
"material/share-off-outline",
"material/share-off",
"material/share-outline",
"material/share-variant-outline",
"material/share-variant",
"material/share",
"material/shark-fin-outline",
"material/shark-fin",
"material/shark-off",
"material/shark",
"material/sheep",
"material/shield-account-outline",
"material/shield-account-variant-outline",
"material/shield-account-variant",
"material/shield-account",
"material/shield-airplane-outline",
"material/shield-airplane",
"material/shield-alert-outline",
"material/shield-alert",
"material/shield-bug-outline",
"material/shield-bug",
"material/shield-car",
"material/shield-check-outline",
"material/shield-check",
"material/shield-cross-outline",
"material/shield-cross",
"material/shield-crown-outline",
"material/shield-crown",
"material/shield-edit-outline",
"material/shield-edit",
"material/shield-half-full",
"material/shield-half",
"material/shield-home-outline",
"material/shield-home",
"material/shield-key-outline",
"material/shield-key",
"material/shield-link-variant-outline",
"material/shield-link-variant",
"material/shield-lock-open-outline",
"material/shield-lock-open",
"material/shield-lock-outline",
"material/shield-lock",
"material/shield-moon-outline",
"material/shield-moon",
"material/shield-off-outline",
"material/shield-off",
"material/shield-outline",
"material/shield-plus-outline",
"material/shield-plus",
"material/shield-refresh-outline",
"material/shield-refresh",
"material/shield-remove-outline",
"material/shield-remove",
"material/shield-search",
"material/shield-star-outline",
"material/shield-star",
"material/shield-sun-outline",
"material/shield-sun",
"material/shield-sword-outline",
"material/shield-sword",
"material/shield-sync-outline",
"material/shield-sync",
"material/shield",
"material/shimmer",
"material/ship-wheel",
"material/shipping-pallet",
"material/shoe-ballet",
"material/shoe-cleat",
"material/shoe-formal",
"material/shoe-heel",
"material/shoe-print",
"material/shoe-sneaker",
"material/shopping-music",
"material/shopping-outline",
"material/shopping-search",
"material/shopping",
"material/shore",
"material/shovel-off",
"material/shovel",
"material/shower-head",
"material/shower",
"material/shredder",
"material/shuffle-disabled",
"material/shuffle-variant",
"material/shuffle",
"material/shuriken",
"material/sickle",
"material/sigma-lower",
"material/sigma",
"material/sign-caution",
"material/sign-direction-minus",
"material/sign-direction-plus",
"material/sign-direction-remove",
"material/sign-direction",
"material/sign-pole",
"material/sign-real-estate",
"material/sign-text",
"material/signal-2g",
"material/signal-3g",
"material/signal-4g",
"material/signal-5g",
"material/signal-cellular-1",
"material/signal-cellular-2",
"material/signal-cellular-3",
"material/signal-cellular-outline",
"material/signal-distance-variant",
"material/signal-hspa-plus",
"material/signal-hspa",
"material/signal-off",
"material/signal-variant",
"material/signal",
"material/signature-freehand",
"material/signature-image",
"material/signature-text",
"material/signature",
"material/silo",
"material/silverware-clean",
"material/silverware-fork-knife",
"material/silverware-fork",
"material/silverware-spoon",
"material/silverware-variant",
"material/silverware",
"material/sim-alert-outline",
"material/sim-alert",
"material/sim-off-outline",
"material/sim-off",
"material/sim-outline",
"material/sim",
"material/simple-icons",
"material/sina-weibo",
"material/sine-wave",
"material/sitemap-outline",
"material/sitemap",
"material/size-l",
"material/size-m",
"material/size-s",
"material/size-xl",
"material/size-xs",
"material/size-xxl",
"material/size-xxs",
"material/size-xxxl",
"material/skate-off",
"material/skate",
"material/skateboard",
"material/skateboarding",
"material/skew-less",
"material/skew-more",
"material/ski-cross-country",
"material/ski-water",
"material/ski",
"material/skip-backward-outline",
"material/skip-backward",
"material/skip-forward-outline",
"material/skip-forward",
"material/skip-next-circle-outline",
"material/skip-next-circle",
"material/skip-next-outline",
"material/skip-next",
"material/skip-previous-circle-outline",
"material/skip-previous-circle",
"material/skip-previous-outline",
"material/skip-previous",
"material/skull-crossbones-outline",
"material/skull-crossbones",
"material/skull-outline",
"material/skull-scan-outline",
"material/skull-scan",
"material/skull",
"material/skype-business",
"material/skype",
"material/slack",
"material/slash-forward-box",
"material/slash-forward",
"material/sledding",
"material/sleep-off",
"material/sleep",
"material/slide",
"material/slope-downhill",
"material/slope-uphill",
"material/slot-machine-outline",
"material/slot-machine",
"material/smart-card-off-outline",
"material/smart-card-off",
"material/smart-card-outline",
"material/smart-card-reader-outline",
"material/smart-card-reader",
"material/smart-card",
"material/smog",
"material/smoke-detector-alert-outline",
"material/smoke-detector-alert",
"material/smoke-detector-off-outline",
"material/smoke-detector-off",
"material/smoke-detector-outline",
"material/smoke-detector-variant-alert",
"material/smoke-detector-variant-off",
"material/smoke-detector-variant",
"material/smoke-detector",
"material/smoke",
"material/smoking-off",
"material/smoking-pipe-off",
"material/smoking-pipe",
"material/smoking",
"material/snail",
"material/snake",
"material/snapchat",
"material/snowboard",
"material/snowflake-alert",
"material/snowflake-melt",
"material/snowflake-off",
"material/snowflake-variant",
"material/snowflake",
"material/snowman",
"material/snowmobile",
"material/soccer-field",
"material/soccer",
"material/social-distance-2-meters",
"material/social-distance-6-feet",
"material/sofa-outline",
"material/sofa-single-outline",
"material/sofa-single",
"material/sofa",
"material/solar-panel-large",
"material/solar-panel",
"material/solar-power",
"material/soldering-iron",
"material/solid",
"material/sony-playstation",
"material/sort-alphabetical-ascending-variant",
"material/sort-alphabetical-ascending",
"material/sort-alphabetical-descending-variant",
"material/sort-alphabetical-descending",
"material/sort-alphabetical-variant",
"material/sort-ascending",
"material/sort-bool-ascending-variant",
"material/sort-bool-ascending",
"material/sort-bool-descending-variant",
"material/sort-bool-descending",
"material/sort-calendar-ascending",
"material/sort-calendar-descending",
"material/sort-clock-ascending-outline",
"material/sort-clock-ascending",
"material/sort-clock-descending-outline",
"material/sort-clock-descending",
"material/sort-descending",
"material/sort-numeric-ascending-variant",
"material/sort-numeric-ascending",
"material/sort-numeric-descending-variant",
"material/sort-numeric-descending",
"material/sort-numeric-variant",
"material/sort-reverse-variant",
"material/sort-variant-lock-open",
"material/sort-variant-lock",
"material/sort-variant-remove",
"material/sort-variant",
"material/sort",
"material/soundbar",
"material/soundcloud",
"material/source-branch-check",
"material/source-branch-minus",
"material/source-branch-plus",
"material/source-branch-refresh",
"material/source-branch-remove",
"material/source-branch-sync",
"material/source-branch",
"material/source-commit-end-local",
"material/source-commit-end",
"material/source-commit-local",
"material/source-commit-next-local",
"material/source-commit-start-next-local",
"material/source-commit-start",
"material/source-commit",
"material/source-fork",
"material/source-merge",
"material/source-pull",
"material/source-repository-multiple",
"material/source-repository",
"material/soy-sauce-off",
"material/soy-sauce",
"material/spa-outline",
"material/spa",
"material/space-invaders",
"material/space-station",
"material/spade",
"material/speaker-bluetooth",
"material/speaker-multiple",
"material/speaker-off",
"material/speaker-wireless",
"material/speaker",
"material/spear",
"material/speedometer-medium",
"material/speedometer-slow",
"material/speedometer",
"material/spellcheck",
"material/sphere-off",
"material/sphere",
"material/spider-thread",
"material/spider-web",
"material/spider",
"material/spirit-level",
"material/spoon-sugar",
"material/spotify",
"material/spotlight-beam",
"material/spotlight",
"material/spray-bottle",
"material/spray",
"material/sprinkler-fire",
"material/sprinkler-variant",
"material/sprinkler",
"material/sprout-outline",
"material/sprout",
"material/square-circle",
"material/square-edit-outline",
"material/square-medium-outline",
"material/square-medium",
"material/square-off-outline",
"material/square-off",
"material/square-opacity",
"material/square-outline",
"material/square-root-box",
"material/square-root",
"material/square-rounded-outline",
"material/square-rounded",
"material/square-small",
"material/square-wave",
"material/square",
"material/squeegee",
"material/ssh",
"material/stack-exchange",
"material/stack-overflow",
"material/stackpath",
"material/stadium-variant",
"material/stadium",
"material/stairs-box",
"material/stairs-down",
"material/stairs-up",
"material/stairs",
"material/stamper",
"material/standard-definition",
"material/star-box-multiple-outline",
"material/star-box-multiple",
"material/star-box-outline",
"material/star-box",
"material/star-check-outline",
"material/star-check",
"material/star-circle-outline",
"material/star-circle",
"material/star-cog-outline",
"material/star-cog",
"material/star-crescent",
"material/star-david",
"material/star-face",
"material/star-four-points-outline",
"material/star-four-points",
"material/star-half-full",
"material/star-half",
"material/star-minus-outline",
"material/star-minus",
"material/star-off-outline",
"material/star-off",
"material/star-outline",
"material/star-plus-outline",
"material/star-plus",
"material/star-remove-outline",
"material/star-remove",
"material/star-settings-outline",
"material/star-settings",
"material/star-shooting-outline",
"material/star-shooting",
"material/star-three-points-outline",
"material/star-three-points",
"material/star",
"material/state-machine",
"material/steam",
"material/steering-off",
"material/steering",
"material/step-backward-2",
"material/step-backward",
"material/step-forward-2",
"material/step-forward",
"material/stethoscope",
"material/sticker-alert-outline",
"material/sticker-alert",
"material/sticker-check-outline",
"material/sticker-check",
"material/sticker-circle-outline",
"material/sticker-emoji",
"material/sticker-minus-outline",
"material/sticker-minus",
"material/sticker-outline",
"material/sticker-plus-outline",
"material/sticker-plus",
"material/sticker-remove-outline",
"material/sticker-remove",
"material/sticker-text-outline",
"material/sticker-text",
"material/sticker",
"material/stocking",
"material/stomach",
"material/stool-outline",
"material/stool",
"material/stop-circle-outline",
"material/stop-circle",
"material/stop",
"material/store-24-hour",
"material/store-alert-outline",
"material/store-alert",
"material/store-check-outline",
"material/store-check",
"material/store-clock-outline",
"material/store-clock",
"material/store-cog-outline",
"material/store-cog",
"material/store-edit-outline",
"material/store-edit",
"material/store-marker-outline",
"material/store-marker",
"material/store-minus-outline",
"material/store-minus",
"material/store-off-outline",
"material/store-off",
"material/store-outline",
"material/store-plus-outline",
"material/store-plus",
"material/store-remove-outline",
"material/store-remove",
"material/store-search-outline",
"material/store-search",
"material/store-settings-outline",
"material/store-settings",
"material/store",
"material/storefront-outline",
"material/storefront",
"material/stove",
"material/strategy",
"material/stretch-to-page-outline",
"material/stretch-to-page",
"material/string-lights-off",
"material/string-lights",
"material/subdirectory-arrow-left",
"material/subdirectory-arrow-right",
"material/submarine",
"material/subtitles-outline",
"material/subtitles",
"material/subway-alert-variant",
"material/subway-variant",
"material/subway",
"material/summit",
"material/sun-compass",
"material/sun-snowflake",
"material/sun-thermometer-outline",
"material/sun-thermometer",
"material/sun-wireless-outline",
"material/sun-wireless",
"material/sunglasses",
"material/surfing",
"material/surround-sound-2-0",
"material/surround-sound-2-1",
"material/surround-sound-3-1",
"material/surround-sound-5-1-2",
"material/surround-sound-5-1",
"material/surround-sound-7-1",
"material/surround-sound",
"material/svg",
"material/swap-horizontal-bold",
"material/swap-horizontal-circle-outline",
"material/swap-horizontal-circle",
"material/swap-horizontal-variant",
"material/swap-horizontal",
"material/swap-vertical-bold",
"material/swap-vertical-circle-outline",
"material/swap-vertical-circle",
"material/swap-vertical-variant",
"material/swap-vertical",
"material/swim",
"material/switch",
"material/sword-cross",
"material/sword",
"material/syllabary-hangul",
"material/syllabary-hiragana",
"material/syllabary-katakana-halfwidth",
"material/syllabary-katakana",
"material/symbol",
"material/symfony",
"material/sync-alert",
"material/sync-circle",
"material/sync-off",
"material/sync",
"material/tab-minus",
"material/tab-plus",
"material/tab-remove",
"material/tab-search",
"material/tab-unselected",
"material/tab",
"material/table-account",
"material/table-alert",
"material/table-arrow-down",
"material/table-arrow-left",
"material/table-arrow-right",
"material/table-arrow-up",
"material/table-border",
"material/table-cancel",
"material/table-chair",
"material/table-check",
"material/table-clock",
"material/table-cog",
"material/table-column-plus-after",
"material/table-column-plus-before",
"material/table-column-remove",
"material/table-column-width",
"material/table-column",
"material/table-edit",
"material/table-eye-off",
"material/table-eye",
"material/table-furniture",
"material/table-headers-eye-off",
"material/table-headers-eye",
"material/table-heart",
"material/table-key",
"material/table-large-plus",
"material/table-large-remove",
"material/table-large",
"material/table-lock",
"material/table-merge-cells",
"material/table-minus",
"material/table-multiple",
"material/table-network",
"material/table-of-contents",
"material/table-off",
"material/table-picnic",
"material/table-pivot",
"material/table-plus",
"material/table-refresh",
"material/table-remove",
"material/table-row-height",
"material/table-row-plus-after",
"material/table-row-plus-before",
"material/table-row-remove",
"material/table-row",
"material/table-search",
"material/table-settings",
"material/table-split-cell",
"material/table-star",
"material/table-sync",
"material/table-tennis",
"material/table",
"material/tablet-android",
"material/tablet-cellphone",
"material/tablet-dashboard",
"material/tablet",
"material/taco",
"material/tag-arrow-down-outline",
"material/tag-arrow-down",
"material/tag-arrow-left-outline",
"material/tag-arrow-left",
"material/tag-arrow-right-outline",
"material/tag-arrow-right",
"material/tag-arrow-up-outline",
"material/tag-arrow-up",
"material/tag-faces",
"material/tag-heart-outline",
"material/tag-heart",
"material/tag-minus-outline",
"material/tag-minus",
"material/tag-multiple-outline",
"material/tag-multiple",
"material/tag-off-outline",
"material/tag-off",
"material/tag-outline",
"material/tag-plus-outline",
"material/tag-plus",
"material/tag-remove-outline",
"material/tag-remove",
"material/tag-search-outline",
"material/tag-search",
"material/tag-text-outline",
"material/tag-text",
"material/tag",
"material/tailwind",
"material/tangram",
"material/tank",
"material/tanker-truck",
"material/tape-drive",
"material/tape-measure",
"material/target-account",
"material/target-variant",
"material/target",
"material/taxi",
"material/tea-outline",
"material/tea",
"material/teamviewer",
"material/teddy-bear",
"material/telescope",
"material/television-ambient-light",
"material/television-box",
"material/television-classic-off",
"material/television-classic",
"material/television-guide",
"material/television-off",
"material/television-pause",
"material/television-play",
"material/television-shimmer",
"material/television-stop",
"material/television",
"material/temperature-celsius",
"material/temperature-fahrenheit",
"material/temperature-kelvin",
"material/tennis-ball",
"material/tennis",
"material/tent",
"material/terraform",
"material/terrain",
"material/test-tube-empty",
"material/test-tube-off",
"material/test-tube",
"material/text-account",
"material/text-box-check-outline",
"material/text-box-check",
"material/text-box-minus-outline",
"material/text-box-minus",
"material/text-box-multiple-outline",
"material/text-box-multiple",
"material/text-box-outline",
"material/text-box-plus-outline",
"material/text-box-plus",
"material/text-box-remove-outline",
"material/text-box-remove",
"material/text-box-search-outline",
"material/text-box-search",
"material/text-box",
"material/text-long",
"material/text-recognition",
"material/text-search",
"material/text-shadow",
"material/text-short",
"material/text-to-speech-off",
"material/text-to-speech",
"material/text",
"material/texture-box",
"material/texture",
"material/theater",
"material/theme-light-dark",
"material/thermometer-alert",
"material/thermometer-bluetooth",
"material/thermometer-chevron-down",
"material/thermometer-chevron-up",
"material/thermometer-high",
"material/thermometer-lines",
"material/thermometer-low",
"material/thermometer-minus",
"material/thermometer-off",
"material/thermometer-plus",
"material/thermometer",
"material/thermostat-box",
"material/thermostat",
"material/thought-bubble-outline",
"material/thought-bubble",
"material/thumb-down-outline",
"material/thumb-down",
"material/thumb-up-outline",
"material/thumb-up",
"material/thumbs-up-down-outline",
"material/thumbs-up-down",
"material/ticket-account",
"material/ticket-confirmation-outline",
"material/ticket-confirmation",
"material/ticket-outline",
"material/ticket-percent-outline",
"material/ticket-percent",
"material/ticket",
"material/tie",
"material/tilde-off",
"material/tilde",
"material/timelapse",
"material/timeline-alert-outline",
"material/timeline-alert",
"material/timeline-check-outline",
"material/timeline-check",
"material/timeline-clock-outline",
"material/timeline-clock",
"material/timeline-help-outline",
"material/timeline-help",
"material/timeline-minus-outline",
"material/timeline-minus",
"material/timeline-outline",
"material/timeline-plus-outline",
"material/timeline-plus",
"material/timeline-remove-outline",
"material/timeline-remove",
"material/timeline-text-outline",
"material/timeline-text",
"material/timeline",
"material/timer-10",
"material/timer-3",
"material/timer-cog-outline",
"material/timer-cog",
"material/timer-off-outline",
"material/timer-off",
"material/timer-outline",
"material/timer-sand-complete",
"material/timer-sand-empty",
"material/timer-sand-full",
"material/timer-sand-paused",
"material/timer-sand",
"material/timer-settings-outline",
"material/timer-settings",
"material/timer",
"material/timetable",
"material/tire",
"material/toaster-off",
"material/toaster-oven",
"material/toaster",
"material/toggle-switch-off-outline",
"material/toggle-switch-off",
"material/toggle-switch-outline",
"material/toggle-switch",
"material/toilet",
"material/toolbox-outline",
"material/toolbox",
"material/tools",
"material/tooltip-account",
"material/tooltip-cellphone",
"material/tooltip-check-outline",
"material/tooltip-check",
"material/tooltip-edit-outline",
"material/tooltip-edit",
"material/tooltip-image-outline",
"material/tooltip-image",
"material/tooltip-minus-outline",
"material/tooltip-minus",
"material/tooltip-outline",
"material/tooltip-plus-outline",
"material/tooltip-plus",
"material/tooltip-remove-outline",
"material/tooltip-remove",
"material/tooltip-text-outline",
"material/tooltip-text",
"material/tooltip",
"material/tooth-outline",
"material/tooth",
"material/toothbrush-electric",
"material/toothbrush-paste",
"material/toothbrush",
"material/torch",
"material/tortoise",
"material/toslink",
"material/tournament",
"material/tow-truck",
"material/tower-beach",
"material/tower-fire",
"material/town-hall",
"material/toy-brick-marker-outline",
"material/toy-brick-marker",
"material/toy-brick-minus-outline",
"material/toy-brick-minus",
"material/toy-brick-outline",
"material/toy-brick-plus-outline",
"material/toy-brick-plus",
"material/toy-brick-remove-outline",
"material/toy-brick-remove",
"material/toy-brick-search-outline",
"material/toy-brick-search",
"material/toy-brick",
"material/track-light",
"material/trackpad-lock",
"material/trackpad",
"material/tractor-variant",
"material/tractor",
"material/trademark",
"material/traffic-cone",
"material/traffic-light-outline",
"material/traffic-light",
"material/train-car-passenger-door-open",
"material/train-car-passenger-door",
"material/train-car-passenger-variant",
"material/train-car-passenger",
"material/train-car",
"material/train-variant",
"material/train",
"material/tram-side",
"material/tram",
"material/transcribe-close",
"material/transcribe",
"material/transfer-down",
"material/transfer-left",
"material/transfer-right",
"material/transfer-up",
"material/transfer",
"material/transit-connection-horizontal",
"material/transit-connection-variant",
"material/transit-connection",
"material/transit-detour",
"material/transit-skip",
"material/transit-transfer",
"material/transition-masked",
"material/transition",
"material/translate-off",
"material/translate",
"material/transmission-tower-export",
"material/transmission-tower-import",
"material/transmission-tower",
"material/trash-can-outline",
"material/trash-can",
"material/tray-alert",
"material/tray-arrow-down",
"material/tray-arrow-up",
"material/tray-full",
"material/tray-minus",
"material/tray-plus",
"material/tray-remove",
"material/tray",
"material/treasure-chest",
"material/tree-outline",
"material/tree",
"material/trello",
"material/trending-down",
"material/trending-neutral",
"material/trending-up",
"material/triangle-outline",
"material/triangle-wave",
"material/triangle",
"material/triforce",
"material/trophy-award",
"material/trophy-broken",
"material/trophy-outline",
"material/trophy-variant-outline",
"material/trophy-variant",
"material/trophy",
"material/truck-cargo-container",
"material/truck-check-outline",
"material/truck-check",
"material/truck-delivery-outline",
"material/truck-delivery",
"material/truck-fast-outline",
"material/truck-fast",
"material/truck-flatbed",
"material/truck-minus-outline",
"material/truck-minus",
"material/truck-outline",
"material/truck-plus-outline",
"material/truck-plus",
"material/truck-remove-outline",
"material/truck-remove",
"material/truck-snowflake",
"material/truck-trailer",
"material/truck",
"material/trumpet",
"material/tshirt-crew-outline",
"material/tshirt-crew",
"material/tshirt-v-outline",
"material/tshirt-v",
"material/tumble-dryer-alert",
"material/tumble-dryer-off",
"material/tumble-dryer",
"material/tune-variant",
"material/tune-vertical-variant",
"material/tune-vertical",
"material/tune",
"material/tunnel-outline",
"material/tunnel",
"material/turkey",
"material/turnstile-outline",
"material/turnstile",
"material/turtle",
"material/twitch",
"material/twitter",
"material/two-factor-authentication",
"material/typewriter",
"material/ubisoft",
"material/ubuntu",
"material/ufo-outline",
"material/ufo",
"material/ultra-high-definition",
"material/umbraco",
"material/umbrella-beach-outline",
"material/umbrella-beach",
"material/umbrella-closed-outline",
"material/umbrella-closed-variant",
"material/umbrella-closed",
"material/umbrella-outline",
"material/umbrella",
"material/undo-variant",
"material/undo",
"material/unfold-less-horizontal",
"material/unfold-less-vertical",
"material/unfold-more-horizontal",
"material/unfold-more-vertical",
"material/ungroup",
"material/unicode",
"material/unicorn-variant",
"material/unicorn",
"material/unicycle",
"material/unity",
"material/unreal",
"material/update",
"material/upload-lock-outline",
"material/upload-lock",
"material/upload-multiple",
"material/upload-network-outline",
"material/upload-network",
"material/upload-off-outline",
"material/upload-off",
"material/upload-outline",
"material/upload",
"material/usb-flash-drive-outline",
"material/usb-flash-drive",
"material/usb-port",
"material/usb",
"material/vacuum-outline",
"material/vacuum",
"material/valve-closed",
"material/valve-open",
"material/valve",
"material/van-passenger",
"material/van-utility",
"material/vanish-quarter",
"material/vanish",
"material/vanity-light",
"material/variable-box",
"material/variable",
"material/vector-arrange-above",
"material/vector-arrange-below",
"material/vector-bezier",
"material/vector-circle-variant",
"material/vector-circle",
"material/vector-combine",
"material/vector-curve",
"material/vector-difference-ab",
"material/vector-difference-ba",
"material/vector-difference",
"material/vector-ellipse",
"material/vector-intersection",
"material/vector-line",
"material/vector-link",
"material/vector-point",
"material/vector-polygon-variant",
"material/vector-polygon",
"material/vector-polyline-edit",
"material/vector-polyline-minus",
"material/vector-polyline-plus",
"material/vector-polyline-remove",
"material/vector-polyline",
"material/vector-radius",
"material/vector-rectangle",
"material/vector-selection",
"material/vector-square-close",
"material/vector-square-edit",
"material/vector-square-minus",
"material/vector-square-open",
"material/vector-square-plus",
"material/vector-square-remove",
"material/vector-square",
"material/vector-triangle",
"material/vector-union",
"material/vhs",
"material/vibrate-off",
"material/vibrate",
"material/video-3d-off",
"material/video-3d-variant",
"material/video-3d",
"material/video-4k-box",
"material/video-account",
"material/video-box-off",
"material/video-box",
"material/video-check-outline",
"material/video-check",
"material/video-high-definition",
"material/video-image",
"material/video-input-antenna",
"material/video-input-component",
"material/video-input-hdmi",
"material/video-input-scart",
"material/video-input-svideo",
"material/video-marker-outline",
"material/video-marker",
"material/video-minus-outline",
"material/video-minus",
"material/video-off-outline",
"material/video-off",
"material/video-outline",
"material/video-plus-outline",
"material/video-plus",
"material/video-stabilization",
"material/video-switch-outline",
"material/video-switch",
"material/video-vintage",
"material/video-wireless-outline",
"material/video-wireless",
"material/video",
"material/view-agenda-outline",
"material/view-agenda",
"material/view-array-outline",
"material/view-array",
"material/view-carousel-outline",
"material/view-carousel",
"material/view-column-outline",
"material/view-column",
"material/view-comfy-outline",
"material/view-comfy",
"material/view-compact-outline",
"material/view-compact",
"material/view-dashboard-edit-outline",
"material/view-dashboard-edit",
"material/view-dashboard-outline",
"material/view-dashboard-variant-outline",
"material/view-dashboard-variant",
"material/view-dashboard",
"material/view-day-outline",
"material/view-day",
"material/view-gallery-outline",
"material/view-gallery",
"material/view-grid-outline",
"material/view-grid-plus-outline",
"material/view-grid-plus",
"material/view-grid",
"material/view-headline",
"material/view-list-outline",
"material/view-list",
"material/view-module-outline",
"material/view-module",
"material/view-parallel-outline",
"material/view-parallel",
"material/view-quilt-outline",
"material/view-quilt",
"material/view-sequential-outline",
"material/view-sequential",
"material/view-split-horizontal",
"material/view-split-vertical",
"material/view-stream-outline",
"material/view-stream",
"material/view-week-outline",
"material/view-week",
"material/vimeo",
"material/violin",
"material/virtual-reality",
"material/virus-off-outline",
"material/virus-off",
"material/virus-outline",
"material/virus",
"material/vlc",
"material/voicemail",
"material/volleyball",
"material/volume-high",
"material/volume-low",
"material/volume-medium",
"material/volume-minus",
"material/volume-mute",
"material/volume-off",
"material/volume-plus",
"material/volume-source",
"material/volume-variant-off",
"material/volume-vibrate",
"material/vote-outline",
"material/vote",
"material/vpn",
"material/vuejs",
"material/vuetify",
"material/walk",
"material/wall-sconce-flat-outline",
"material/wall-sconce-flat-variant-outline",
"material/wall-sconce-flat-variant",
"material/wall-sconce-flat",
"material/wall-sconce-outline",
"material/wall-sconce-round-outline",
"material/wall-sconce-round-variant-outline",
"material/wall-sconce-round-variant",
"material/wall-sconce-round",
"material/wall-sconce",
"material/wall",
"material/wallet-giftcard",
"material/wallet-membership",
"material/wallet-outline",
"material/wallet-plus-outline",
"material/wallet-plus",
"material/wallet-travel",
"material/wallet",
"material/wallpaper",
"material/wan",
"material/wardrobe-outline",
"material/wardrobe",
"material/warehouse",
"material/washing-machine-alert",
"material/washing-machine-off",
"material/washing-machine",
"material/watch-export-variant",
"material/watch-export",
"material/watch-import-variant",
"material/watch-import",
"material/watch-variant",
"material/watch-vibrate-off",
"material/watch-vibrate",
"material/watch",
"material/water-alert-outline",
"material/water-alert",
"material/water-boiler-alert",
"material/water-boiler-off",
"material/water-boiler",
"material/water-check-outline",
"material/water-check",
"material/water-circle",
"material/water-minus-outline",
"material/water-minus",
"material/water-off-outline",
"material/water-off",
"material/water-opacity",
"material/water-outline",
"material/water-percent-alert",
"material/water-percent",
"material/water-plus-outline",
"material/water-plus",
"material/water-polo",
"material/water-pump-off",
"material/water-pump",
"material/water-remove-outline",
"material/water-remove",
"material/water-sync",
"material/water-well-outline",
"material/water-well",
"material/water",
"material/waterfall",
"material/watering-can-outline",
"material/watering-can",
"material/watermark",
"material/wave",
"material/waveform",
"material/waves-arrow-left",
"material/waves-arrow-right",
"material/waves-arrow-up",
"material/waves",
"material/waze",
"material/weather-cloudy-alert",
"material/weather-cloudy-arrow-right",
"material/weather-cloudy-clock",
"material/weather-cloudy",
"material/weather-fog",
"material/weather-hail",
"material/weather-hazy",
"material/weather-hurricane",
"material/weather-lightning-rainy",
"material/weather-lightning",
"material/weather-night-partly-cloudy",
"material/weather-night",
"material/weather-partly-cloudy",
"material/weather-partly-lightning",
"material/weather-partly-rainy",
"material/weather-partly-snowy-rainy",
"material/weather-partly-snowy",
"material/weather-pouring",
"material/weather-rainy",
"material/weather-snowy-heavy",
"material/weather-snowy-rainy",
"material/weather-snowy",
"material/weather-sunny-alert",
"material/weather-sunny-off",
"material/weather-sunny",
"material/weather-sunset-down",
"material/weather-sunset-up",
"material/weather-sunset",
"material/weather-tornado",
"material/weather-windy-variant",
"material/weather-windy",
"material/web-box",
"material/web-cancel",
"material/web-check",
"material/web-clock",
"material/web-minus",
"material/web-off",
"material/web-plus",
"material/web-refresh",
"material/web-remove",
"material/web-sync",
"material/web",
"material/webcam-off",
"material/webcam",
"material/webhook",
"material/webpack",
"material/webrtc",
"material/wechat",
"material/weight-gram",
"material/weight-kilogram",
"material/weight-lifter",
"material/weight-pound",
"material/weight",
"material/whatsapp",
"material/wheel-barrow",
"material/wheelchair-accessibility",
"material/whistle-outline",
"material/whistle",
"material/white-balance-auto",
"material/white-balance-incandescent",
"material/white-balance-iridescent",
"material/white-balance-sunny",
"material/widgets-outline",
"material/widgets",
"material/wifi-alert",
"material/wifi-arrow-down",
"material/wifi-arrow-left-right",
"material/wifi-arrow-left",
"material/wifi-arrow-right",
"material/wifi-arrow-up-down",
"material/wifi-arrow-up",
"material/wifi-cancel",
"material/wifi-check",
"material/wifi-cog",
"material/wifi-lock-open",
"material/wifi-lock",
"material/wifi-marker",
"material/wifi-minus",
"material/wifi-off",
"material/wifi-plus",
"material/wifi-refresh",
"material/wifi-remove",
"material/wifi-settings",
"material/wifi-star",
"material/wifi-strength-1-alert",
"material/wifi-strength-1-lock-open",
"material/wifi-strength-1-lock",
"material/wifi-strength-1",
"material/wifi-strength-2-alert",
"material/wifi-strength-2-lock-open",
"material/wifi-strength-2-lock",
"material/wifi-strength-2",
"material/wifi-strength-3-alert",
"material/wifi-strength-3-lock-open",
"material/wifi-strength-3-lock",
"material/wifi-strength-3",
"material/wifi-strength-4-alert",
"material/wifi-strength-4-lock-open",
"material/wifi-strength-4-lock",
"material/wifi-strength-4",
"material/wifi-strength-alert-outline",
"material/wifi-strength-lock-open-outline",
"material/wifi-strength-lock-outline",
"material/wifi-strength-off-outline",
"material/wifi-strength-off",
"material/wifi-strength-outline",
"material/wifi-sync",
"material/wifi",
"material/wikipedia",
"material/wind-turbine-alert",
"material/wind-turbine-check",
"material/wind-turbine",
"material/window-close",
"material/window-closed-variant",
"material/window-closed",
"material/window-maximize",
"material/window-minimize",
"material/window-open-variant",
"material/window-open",
"material/window-restore",
"material/window-shutter-alert",
"material/window-shutter-open",
"material/window-shutter",
"material/windsock",
"material/wiper-wash-alert",
"material/wiper-wash",
"material/wiper",
"material/wizard-hat",
"material/wordpress",
"material/wrap-disabled",
"material/wrap",
"material/wrench-clock",
"material/wrench-outline",
"material/wrench",
"material/xamarin",
"material/xml",
"material/xmpp",
"material/yahoo",
"material/yeast",
"material/yin-yang",
"material/yoga",
"material/youtube-gaming",
"material/youtube-studio",
"material/youtube-subscription",
"material/youtube-tv",
"material/youtube",
"material/yurt",
"material/z-wave",
"material/zend",
"material/zigbee",
"material/zip-box-outline",
"material/zip-box",
"material/zip-disk",
"material/zodiac-aquarius",
"material/zodiac-aries",
"material/zodiac-cancer",
"material/zodiac-capricorn",
"material/zodiac-gemini",
"material/zodiac-leo",
"material/zodiac-libra",
"material/zodiac-pisces",
"material/zodiac-sagittarius",
"material/zodiac-scorpio",
"material/zodiac-taurus",
"material/zodiac-virgo",
"octicons/accessibility-16",
"octicons/alert-16",
"octicons/alert-24",
"octicons/alert-fill-12",
"octicons/apps-16",
"octicons/archive-16",
"octicons/archive-24",
"octicons/arrow-both-16",
"octicons/arrow-both-24",
"octicons/arrow-down-16",
"octicons/arrow-down-24",
"octicons/arrow-down-left-24",
"octicons/arrow-down-right-24",
"octicons/arrow-left-16",
"octicons/arrow-left-24",
"octicons/arrow-right-16",
"octicons/arrow-right-24",
"octicons/arrow-switch-16",
"octicons/arrow-switch-24",
"octicons/arrow-up-16",
"octicons/arrow-up-24",
"octicons/arrow-up-left-24",
"octicons/arrow-up-right-24",
"octicons/beaker-16",
"octicons/beaker-24",
"octicons/bell-16",
"octicons/bell-24",
"octicons/bell-fill-16",
"octicons/bell-fill-24",
"octicons/bell-slash-16",
"octicons/bell-slash-24",
"octicons/blocked-16",
"octicons/blocked-24",
"octicons/bold-16",
"octicons/bold-24",
"octicons/book-16",
"octicons/book-24",
"octicons/bookmark-16",
"octicons/bookmark-24",
"octicons/bookmark-fill-24",
"octicons/bookmark-slash-16",
"octicons/bookmark-slash-24",
"octicons/bookmark-slash-fill-24",
"octicons/briefcase-16",
"octicons/briefcase-24",
"octicons/broadcast-16",
"octicons/broadcast-24",
"octicons/browser-16",
"octicons/browser-24",
"octicons/bug-16",
"octicons/bug-24",
"octicons/calendar-16",
"octicons/calendar-24",
"octicons/check-16",
"octicons/check-24",
"octicons/check-circle-16",
"octicons/check-circle-24",
"octicons/check-circle-fill-12",
"octicons/check-circle-fill-16",
"octicons/check-circle-fill-24",
"octicons/checklist-16",
"octicons/checklist-24",
"octicons/chevron-down-16",
"octicons/chevron-down-24",
"octicons/chevron-left-16",
"octicons/chevron-left-24",
"octicons/chevron-right-16",
"octicons/chevron-right-24",
"octicons/chevron-up-16",
"octicons/chevron-up-24",
"octicons/circle-16",
"octicons/circle-24",
"octicons/circle-slash-16",
"octicons/circle-slash-24",
"octicons/clock-16",
"octicons/clock-24",
"octicons/code-16",
"octicons/code-24",
"octicons/code-of-conduct-16",
"octicons/code-of-conduct-24",
"octicons/code-review-16",
"octicons/code-review-24",
"octicons/code-square-16",
"octicons/code-square-24",
"octicons/codescan-16",
"octicons/codescan-24",
"octicons/codescan-checkmark-16",
"octicons/codescan-checkmark-24",
"octicons/codespaces-16",
"octicons/codespaces-24",
"octicons/columns-16",
"octicons/columns-24",
"octicons/comment-16",
"octicons/comment-24",
"octicons/comment-discussion-16",
"octicons/comment-discussion-24",
"octicons/commit-24",
"octicons/container-16",
"octicons/container-24",
"octicons/copy-16",
"octicons/copy-24",
"octicons/cpu-16",
"octicons/cpu-24",
"octicons/credit-card-16",
"octicons/credit-card-24",
"octicons/cross-reference-16",
"octicons/cross-reference-24",
"octicons/dash-16",
"octicons/dash-24",
"octicons/database-16",
"octicons/database-24",
"octicons/dependabot-16",
"octicons/dependabot-24",
"octicons/desktop-download-16",
"octicons/desktop-download-24",
"octicons/device-camera-16",
"octicons/device-camera-video-16",
"octicons/device-camera-video-24",
"octicons/device-desktop-16",
"octicons/device-desktop-24",
"octicons/device-mobile-16",
"octicons/device-mobile-24",
"octicons/diamond-16",
"octicons/diamond-24",
"octicons/diff-16",
"octicons/diff-24",
"octicons/diff-added-16",
"octicons/diff-ignored-16",
"octicons/diff-modified-16",
"octicons/diff-removed-16",
"octicons/diff-renamed-16",
"octicons/dot-16",
"octicons/dot-24",
"octicons/dot-fill-16",
"octicons/dot-fill-24",
"octicons/download-16",
"octicons/download-24",
"octicons/duplicate-16",
"octicons/duplicate-24",
"octicons/ellipsis-16",
"octicons/eye-16",
"octicons/eye-24",
"octicons/eye-closed-16",
"octicons/eye-closed-24",
"octicons/feed-discussion-16",
"octicons/feed-forked-16",
"octicons/feed-heart-16",
"octicons/feed-merged-16",
"octicons/feed-person-16",
"octicons/feed-repo-16",
"octicons/feed-rocket-16",
"octicons/feed-star-16",
"octicons/feed-tag-16",
"octicons/feed-trophy-16",
"octicons/file-16",
"octicons/file-24",
"octicons/file-badge-16",
"octicons/file-binary-16",
"octicons/file-binary-24",
"octicons/file-code-16",
"octicons/file-code-24",
"octicons/file-diff-16",
"octicons/file-diff-24",
"octicons/file-directory-16",
"octicons/file-directory-24",
"octicons/file-directory-fill-16",
"octicons/file-directory-fill-24",
"octicons/file-media-24",
"octicons/file-submodule-16",
"octicons/file-submodule-24",
"octicons/file-symlink-file-16",
"octicons/file-symlink-file-24",
"octicons/file-zip-16",
"octicons/file-zip-24",
"octicons/filter-16",
"octicons/filter-24",
"octicons/flame-16",
"octicons/flame-24",
"octicons/fold-16",
"octicons/fold-24",
"octicons/fold-down-16",
"octicons/fold-down-24",
"octicons/fold-up-16",
"octicons/fold-up-24",
"octicons/gear-16",
"octicons/gear-24",
"octicons/gift-16",
"octicons/gift-24",
"octicons/git-branch-16",
"octicons/git-branch-24",
"octicons/git-commit-16",
"octicons/git-commit-24",
"octicons/git-compare-16",
"octicons/git-compare-24",
"octicons/git-merge-16",
"octicons/git-merge-24",
"octicons/git-pull-request-16",
"octicons/git-pull-request-24",
"octicons/git-pull-request-closed-16",
"octicons/git-pull-request-closed-24",
"octicons/git-pull-request-draft-16",
"octicons/git-pull-request-draft-24",
"octicons/globe-16",
"octicons/globe-24",
"octicons/grabber-16",
"octicons/grabber-24",
"octicons/graph-16",
"octicons/graph-24",
"octicons/hash-16",
"octicons/hash-24",
"octicons/heading-16",
"octicons/heading-24",
"octicons/heart-16",
"octicons/heart-24",
"octicons/heart-fill-16",
"octicons/heart-fill-24",
"octicons/history-16",
"octicons/history-24",
"octicons/home-16",
"octicons/home-24",
"octicons/home-fill-24",
"octicons/horizontal-rule-16",
"octicons/horizontal-rule-24",
"octicons/hourglass-16",
"octicons/hourglass-24",
"octicons/hubot-16",
"octicons/hubot-24",
"octicons/id-badge-16",
"octicons/image-16",
"octicons/image-24",
"octicons/inbox-16",
"octicons/inbox-24",
"octicons/infinity-16",
"octicons/infinity-24",
"octicons/info-16",
"octicons/info-24",
"octicons/issue-closed-16",
"octicons/issue-closed-24",
"octicons/issue-draft-16",
"octicons/issue-draft-24",
"octicons/issue-opened-16",
"octicons/issue-opened-24",
"octicons/issue-reopened-16",
"octicons/issue-reopened-24",
"octicons/italic-16",
"octicons/italic-24",
"octicons/iterations-16",
"octicons/iterations-24",
"octicons/kebab-horizontal-16",
"octicons/kebab-horizontal-24",
"octicons/key-16",
"octicons/key-24",
"octicons/key-asterisk-16",
"octicons/law-16",
"octicons/law-24",
"octicons/light-bulb-16",
"octicons/light-bulb-24",
"octicons/link-16",
"octicons/link-24",
"octicons/link-external-16",
"octicons/link-external-24",
"octicons/list-ordered-16",
"octicons/list-ordered-24",
"octicons/list-unordered-16",
"octicons/list-unordered-24",
"octicons/location-16",
"octicons/location-24",
"octicons/lock-16",
"octicons/lock-24",
"octicons/log-16",
"octicons/logo-gist-16",
"octicons/logo-github-16",
"octicons/mail-16",
"octicons/mail-24",
"octicons/mark-github-16",
"octicons/markdown-16",
"octicons/megaphone-16",
"octicons/megaphone-24",
"octicons/mention-16",
"octicons/mention-24",
"octicons/meter-16",
"octicons/milestone-16",
"octicons/milestone-24",
"octicons/mirror-16",
"octicons/mirror-24",
"octicons/moon-16",
"octicons/moon-24",
"octicons/mortar-board-16",
"octicons/mortar-board-24",
"octicons/multi-select-16",
"octicons/multi-select-24",
"octicons/mute-16",
"octicons/mute-24",
"octicons/no-entry-16",
"octicons/no-entry-24",
"octicons/no-entry-fill-12",
"octicons/north-star-16",
"octicons/north-star-24",
"octicons/note-16",
"octicons/note-24",
"octicons/number-16",
"octicons/number-24",
"octicons/organization-16",
"octicons/organization-24",
"octicons/package-16",
"octicons/package-24",
"octicons/package-dependencies-16",
"octicons/package-dependencies-24",
"octicons/package-dependents-16",
"octicons/package-dependents-24",
"octicons/paintbrush-16",
"octicons/paper-airplane-16",
"octicons/paper-airplane-24",
"octicons/paste-16",
"octicons/paste-24",
"octicons/pencil-16",
"octicons/pencil-24",
"octicons/people-16",
"octicons/people-24",
"octicons/person-16",
"octicons/person-24",
"octicons/person-add-16",
"octicons/person-add-24",
"octicons/person-fill-16",
"octicons/person-fill-24",
"octicons/pin-16",
"octicons/pin-24",
"octicons/play-16",
"octicons/play-24",
"octicons/plug-16",
"octicons/plug-24",
"octicons/plus-16",
"octicons/plus-24",
"octicons/plus-circle-16",
"octicons/plus-circle-24",
"octicons/project-16",
"octicons/project-24",
"octicons/pulse-16",
"octicons/pulse-24",
"octicons/question-16",
"octicons/question-24",
"octicons/quote-16",
"octicons/quote-24",
"octicons/reply-16",
"octicons/reply-24",
"octicons/repo-16",
"octicons/repo-24",
"octicons/repo-clone-16",
"octicons/repo-deleted-16",
"octicons/repo-forked-16",
"octicons/repo-forked-24",
"octicons/repo-locked-16",
"octicons/repo-pull-16",
"octicons/repo-push-16",
"octicons/repo-push-24",
"octicons/repo-template-16",
"octicons/repo-template-24",
"octicons/report-16",
"octicons/report-24",
"octicons/rocket-16",
"octicons/rocket-24",
"octicons/rows-16",
"octicons/rows-24",
"octicons/rss-16",
"octicons/rss-24",
"octicons/ruby-16",
"octicons/ruby-24",
"octicons/screen-full-16",
"octicons/screen-full-24",
"octicons/screen-normal-16",
"octicons/screen-normal-24",
"octicons/search-16",
"octicons/search-24",
"octicons/server-16",
"octicons/server-24",
"octicons/share-16",
"octicons/share-24",
"octicons/share-android-16",
"octicons/share-android-24",
"octicons/shield-16",
"octicons/shield-24",
"octicons/shield-check-16",
"octicons/shield-check-24",
"octicons/shield-lock-16",
"octicons/shield-lock-24",
"octicons/shield-x-16",
"octicons/shield-x-24",
"octicons/sidebar-collapse-16",
"octicons/sidebar-collapse-24",
"octicons/sidebar-expand-16",
"octicons/sidebar-expand-24",
"octicons/sign-in-16",
"octicons/sign-in-24",
"octicons/sign-out-16",
"octicons/sign-out-24",
"octicons/single-select-16",
"octicons/single-select-24",
"octicons/skip-16",
"octicons/skip-24",
"octicons/smiley-16",
"octicons/smiley-24",
"octicons/sort-asc-16",
"octicons/sort-asc-24",
"octicons/sort-desc-16",
"octicons/sort-desc-24",
"octicons/square-16",
"octicons/square-24",
"octicons/square-fill-16",
"octicons/square-fill-24",
"octicons/squirrel-16",
"octicons/squirrel-24",
"octicons/stack-16",
"octicons/stack-24",
"octicons/star-16",
"octicons/star-24",
"octicons/star-fill-16",
"octicons/star-fill-24",
"octicons/stop-16",
"octicons/stop-24",
"octicons/stopwatch-16",
"octicons/stopwatch-24",
"octicons/strikethrough-16",
"octicons/strikethrough-24",
"octicons/sun-16",
"octicons/sun-24",
"octicons/sync-16",
"octicons/sync-24",
"octicons/tab-24",
"octicons/tab-external-16",
"octicons/table-16",
"octicons/table-24",
"octicons/tag-16",
"octicons/tag-24",
"octicons/tasklist-16",
"octicons/tasklist-24",
"octicons/telescope-16",
"octicons/telescope-24",
"octicons/telescope-fill-16",
"octicons/telescope-fill-24",
"octicons/terminal-16",
"octicons/terminal-24",
"octicons/three-bars-16",
"octicons/thumbsdown-16",
"octicons/thumbsdown-24",
"octicons/thumbsup-16",
"octicons/thumbsup-24",
"octicons/tools-16",
"octicons/tools-24",
"octicons/trash-16",
"octicons/trash-24",
"octicons/triangle-down-16",
"octicons/triangle-down-24",
"octicons/triangle-left-16",
"octicons/triangle-left-24",
"octicons/triangle-right-16",
"octicons/triangle-right-24",
"octicons/triangle-up-16",
"octicons/triangle-up-24",
"octicons/trophy-16",
"octicons/trophy-24",
"octicons/typography-16",
"octicons/typography-24",
"octicons/unfold-16",
"octicons/unfold-24",
"octicons/unlock-16",
"octicons/unlock-24",
"octicons/unmute-16",
"octicons/unmute-24",
"octicons/unverified-16",
"octicons/unverified-24",
"octicons/upload-16",
"octicons/upload-24",
"octicons/verified-16",
"octicons/verified-24",
"octicons/versions-16",
"octicons/versions-24",
"octicons/video-16",
"octicons/video-24",
"octicons/webhook-16",
"octicons/workflow-16",
"octicons/workflow-24",
"octicons/x-16",
"octicons/x-24",
"octicons/x-circle-16",
"octicons/x-circle-24",
"octicons/x-circle-fill-12",
"octicons/x-circle-fill-16",
"octicons/x-circle-fill-24",
"octicons/zap-16",
"octicons/zap-24"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#search",
"title": "Icon",
"type": "string"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/extensions/markdown.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"toc": {
"additionalProperties": false,
"defaultSnippets": [
{
"body": "permalink: true",
"label": "permalink"
}
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents",
"properties": {
"anchorlink": {
"default": false,
"markdownDescription": "https://python-markdown.github.io/extensions/toc/#usage",
"type": "boolean"
},
"permalink": {
"default": true,
"oneOf": [
{
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#toc-permalink",
"type": "boolean"
},
{
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#toc-permalink",
"type": "string"
}
]
},
"permalink_title": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#toc-permalink-title",
"type": "string"
},
"slugify": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#toc-slugify",
"type": "string"
},
"title": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#toc-title",
"type": "string"
},
"toc_depth": {
"enum": [
0,
1,
2,
3,
4,
5,
6
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#toc-depth",
"type": "number"
}
},
"title": "Table Of Contents \u2013 Python Markdown",
"type": "object"
}
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/",
"oneOf": [
{
"enum": [
"markdown.extensions.abbr",
"abbr"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#abbreviations",
"title": "Abbreviations \u2013 Python Markdown"
},
{
"enum": [
"markdown.extensions.admonition",
"admonition"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#admonition",
"title": "Admonition \u2013 Python Markdown"
},
{
"enum": [
"markdown.extensions.attr_list",
"attr_list"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#attribute-lists",
"title": "Attribute Lists \u2013 Python Markdown"
},
{
"enum": [
"markdown.extensions.def_list",
"def_list"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#definition-lists",
"title": "Definition Lists \u2013 Python Markdown"
},
{
"enum": [
"markdown.extensions.footnotes",
"footnotes"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#footnotes",
"title": "Footnotes \u2013 Python Markdown"
},
{
"enum": [
"markdown.extensions.meta",
"meta"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#metadata",
"title": "Metadata \u2013 Python Markdown"
},
{
"enum": [
"markdown.extensions.md_in_html",
"md_in_html"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#markdown-in-html",
"title": "Markdown in HTML \u2013 Python Markdown"
},
{
"enum": [
"markdown.extensions.tables",
"tables"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#tables",
"title": "Tables \u2013 Python Markdown"
},
{
"oneOf": [
{
"additionalProperties": false,
"properties": {
"markdown.extensions.toc": {
"$ref": "#/definitions/toc"
},
"toc": {
"$ref": "#/definitions/toc"
}
},
"type": "object"
},
{
"enum": [
"markdown.extensions.toc",
"toc"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents",
"title": "Table Of Contents \u2013 Python Markdown"
}
]
}
],
"title": "Markdown extensions"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/theme.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"definitions": {
"accent": {
"enum": [
"red",
"pink",
"purple",
"deep purple",
"indigo",
"blue",
"light blue",
"cyan",
"teal",
"green",
"light green",
"lime",
"yellow",
"amber",
"orange",
"deep orange",
"brown",
"grey",
"blue grey",
"black",
"white"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color",
"title": "Accent color"
},
"icon": {
"oneOf": [
{
"$ref": "assets/icons.json"
},
{
"title": "Unknown icon",
"type": "string"
}
]
},
"primary": {
"enum": [
"red",
"pink",
"purple",
"deep purple",
"indigo",
"blue",
"light blue",
"cyan",
"teal",
"green",
"light green",
"lime",
"yellow",
"amber",
"orange",
"deep orange",
"brown",
"grey",
"blue grey",
"black",
"white"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color",
"title": "Primary color"
},
"scheme": {
"defaultSnippets": [
{
"body": "${1:default}",
"label": "default"
}
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-scheme",
"oneOf": [
{
"enum": [
"default",
"slate"
]
},
{
"type": "string"
}
],
"title": "Color scheme"
}
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/",
"properties": {
"custom_dir": {
"defaultSnippets": [
{
"body": "${1:overrides}"
}
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#setup-and-theme-structure",
"title": "Directory with theme overrides",
"type": "string"
},
"direction": {
"enum": [
"ltr",
"rtl"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#directionality",
"title": "Directionality"
},
"favicon": {
"defaultSnippets": [
{
"body": "${1}.png"
}
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#favicon",
"pattern": "\\.(ico|png|svg|jpe?g)$",
"title": "Favicon"
},
"features": {
"items": {
"oneOf": [
{
"enum": [
"announce.dismiss"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#mark-as-read",
"title": "Mark as read"
},
{
"enum": [
"content.code.annotate"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-annotations",
"title": "Code annotations"
},
{
"enum": [
"content.tabs.link"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#linked-content-tabs",
"title": "Linked content tabs"
},
{
"enum": [
"header.autohide"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#automatic-hiding",
"title": "Header hides automatically when scrolling"
},
{
"enum": [
"navigation.expand"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-expansion",
"title": "Navigation expansion"
},
{
"enum": [
"navigation.indexes"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages",
"title": "Section index pages"
},
{
"enum": [
"navigation.instant"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading",
"title": "Instant loading"
},
{
"enum": [
"navigation.sections"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections",
"title": "Navigation sections"
},
{
"enum": [
"navigation.tabs"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-tabs",
"title": "Navigation tabs"
},
{
"enum": [
"navigation.tabs.sticky"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#sticky-navigation-tabs",
"title": "Sticky navigation tabs"
},
{
"enum": [
"navigation.top"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#back-to-top-button",
"title": "Back-to-top button"
},
{
"enum": [
"navigation.tracking"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-tracking",
"title": "Anchor tracking"
},
{
"enum": [
"search.highlight"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-highlighting",
"title": "Search higlighting"
},
{
"enum": [
"search.share"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-sharing",
"title": "Search sharing"
},
{
"enum": [
"search.suggest"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-suggestions",
"title": "Search suggestions"
},
{
"enum": [
"toc.follow"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-following",
"title": "Integrated table of contents"
},
{
"enum": [
"toc.integrate"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-integration",
"title": "Integrated table of contents"
}
]
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/",
"minItems": 1,
"title": "Feature flags",
"type": "array",
"uniqueItems": true
},
"font": {
"defaultSnippets": [
{
"body": {
"code": "${2:Roboto Mono}",
"text": "${1:Roboto}"
}
}
],
"oneOf": [
{
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/",
"properties": {
"code": {
"$ref": "assets/fonts.json"
},
"text": {
"$ref": "assets/fonts.json"
}
},
"title": "Google Fonts"
},
{
"enum": [
false
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading",
"title": "Disable Google Fonts"
}
]
},
"icon": {
"additionalProperties": false,
"defaultSnippets": [
{
"body": "logo: ${1:material/library}",
"label": "logo"
},
{
"body": "repo: ${1:fontawesome/brands/git-alt}",
"label": "repo"
}
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/",
"properties": {
"admonition": {
"additionalProperties": false,
"defaultSnippets": [
{
"body": "note: ${1:material/pencil}",
"label": "note"
},
{
"body": "abstract: ${1:material/clipboard-text}",
"label": "abstract"
},
{
"body": "info: ${1:material/information}",
"label": "info"
},
{
"body": "tip: ${1:material/fire}",
"label": "tip"
},
{
"body": "success: ${1:material/check-bold}",
"label": "success"
},
{
"body": "question: ${1:material/help-circle}",
"label": "question"
},
{
"body": "warning: ${1:material/alert}",
"label": "warning"
},
{
"body": "failure: ${1:material/close-thick}",
"label": "failure"
},
{
"body": "danger: ${1:material/lightning-bolt}",
"label": "danger"
},
{
"body": "bug: ${1:material/bug}",
"label": "bug"
},
{
"body": "example: ${1:material/format-list-numbered}",
"label": "example"
},
{
"body": "quote: ${1:material/format-quote-close}",
"label": "quote"
}
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/reference/admonitions/#admonition-icons",
"properties": {
"abstract": {
"$ref": "#/definitions/icon"
},
"bug": {
"$ref": "#/definitions/icon"
},
"danger": {
"$ref": "#/definitions/icon"
},
"example": {
"$ref": "#/definitions/icon"
},
"failure": {
"$ref": "#/definitions/icon"
},
"info": {
"$ref": "#/definitions/icon"
},
"note": {
"$ref": "#/definitions/icon"
},
"question": {
"$ref": "#/definitions/icon"
},
"quote": {
"$ref": "#/definitions/icon"
},
"success": {
"$ref": "#/definitions/icon"
},
"tip": {
"$ref": "#/definitions/icon"
},
"warning": {
"$ref": "#/definitions/icon"
}
},
"title": "Admonition icon",
"type": "object"
},
"logo": {
"$ref": "#/definitions/icon"
},
"repo": {
"$ref": "#/definitions/icon"
}
},
"title": "Icons",
"type": "object"
},
"include_search_page": {
"enum": [
false
],
"markdownDescription": "Must be set to `false`",
"title": "Only necessary when installing from git"
},
"language": {
"default": "en",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/",
"oneOf": [
{
"enum": [
"custom"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#custom-translations",
"title": "Site language: Custom"
},
{
"enum": [
"af"
],
"title": "Site language: Afrikaans"
},
{
"enum": [
"ar"
],
"title": "Site language: Arabic"
},
{
"enum": [
"bg"
],
"title": "Site language: Bulgarian"
},
{
"enum": [
"bn"
],
"title": "Site language: Bengali (Bangla)"
},
{
"enum": [
"ca"
],
"title": "Site language: Catalan"
},
{
"enum": [
"cs"
],
"title": "Site language: Czech"
},
{
"enum": [
"da"
],
"title": "Site language: Danish"
},
{
"enum": [
"de"
],
"title": "Site language: German"
},
{
"enum": [
"el"
],
"title": "Site language: Greek"
},
{
"enum": [
"en"
],
"title": "Site language: English"
},
{
"enum": [
"eo"
],
"title": "Site language: Esperanto"
},
{
"enum": [
"es"
],
"title": "Site language: Spanish"
},
{
"enum": [
"et"
],
"title": "Site language: Estonian"
},
{
"enum": [
"fa"
],
"title": "Site language: Persian (Farsi)"
},
{
"enum": [
"fi"
],
"title": "Site language: Finnish"
},
{
"enum": [
"fr"
],
"title": "Site language: French"
},
{
"enum": [
"gl"
],
"title": "Site language: Galician"
},
{
"enum": [
"he"
],
"title": "Site language: Hebrew"
},
{
"enum": [
"hi"
],
"title": "Site language: Hindi"
},
{
"enum": [
"hr"
],
"title": "Site language: Croatian"
},
{
"enum": [
"hu"
],
"title": "Site language: Hungarian"
},
{
"enum": [
"id"
],
"title": "Site language: Indonesian"
},
{
"enum": [
"is"
],
"title": "Site language: Icelandic"
},
{
"enum": [
"it"
],
"title": "Site language: Italian"
},
{
"enum": [
"ja"
],
"title": "Site language: Japanese"
},
{
"enum": [
"ka"
],
"title": "Site language: Georgian"
},
{
"enum": [
"kr"
],
"title": "Site language: Korean"
},
{
"enum": [
"lv"
],
"title": "Site language: Latvian"
},
{
"enum": [
"mn"
],
"title": "Site language: Mongolian"
},
{
"enum": [
"ms"
],
"title": "Site language: Bahasa Malaysia"
},
{
"enum": [
"my"
],
"title": "Site language: Burmese"
},
{
"enum": [
"nl"
],
"title": "Site language: Dutch"
},
{
"enum": [
"nn"
],
"title": "Site language: Norwegian (Nynorsk)"
},
{
"enum": [
"no"
],
"title": "Site language: Norwegian"
},
{
"enum": [
"pl"
],
"title": "Site language: Polish"
},
{
"enum": [
"pt"
],
"title": "Site language: Portuguese"
},
{
"enum": [
"pt-BR"
],
"title": "Site language: Portuguese (Brasilian)"
},
{
"enum": [
"ro"
],
"title": "Site language: Romanian"
},
{
"enum": [
"ru"
],
"title": "Site language: Russian"
},
{
"enum": [
"sh"
],
"title": "Site language: Serbo-Croatian"
},
{
"enum": [
"si"
],
"title": "Site language: Sinhalese"
},
{
"enum": [
"sk"
],
"title": "Site language: Slovak"
},
{
"enum": [
"sl"
],
"title": "Site language: Slovenian"
},
{
"enum": [
"sr"
],
"title": "Site language: Serbian"
},
{
"enum": [
"sv"
],
"title": "Site language: Swedish"
},
{
"enum": [
"th"
],
"title": "Site language: Thai"
},
{
"enum": [
"tr"
],
"title": "Site language: Turkish"
},
{
"enum": [
"uk"
],
"title": "Site language: Ukrainian"
},
{
"enum": [
"vi"
],
"title": "Site language: Vietnamese"
},
{
"enum": [
"zh"
],
"title": "Site language: Chinese (Simplified)"
},
{
"enum": [
"zh-Hant"
],
"title": "Site language: Chinese (Traditional)"
},
{
"enum": [
"zh-TW"
],
"title": "Site language: Chinese (Taiwanese)"
}
],
"title": "Site language"
},
"logo": {
"defaultSnippets": [
{
"body": "${1}.png"
}
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo",
"pattern": "\\.(png|svg|jpe?g)$",
"title": "Logo"
},
"name": {
"default": "material",
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#name",
"oneOf": [
{
"enum": [
"material"
]
},
{
"type": "null"
}
],
"title": "Theme name"
},
"palette": {
"default": {
"accent": "indigo",
"primary": "indigo",
"scheme": "default"
},
"oneOf": [
{
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/",
"properties": {
"accent": {
"$ref": "#/definitions/accent"
},
"primary": {
"$ref": "#/definitions/primary"
},
"scheme": {
"$ref": "#/definitions/scheme"
}
},
"title": "Color palette",
"type": "object"
},
{
"items": {
"additionalProperties": false,
"properties": {
"accent": {
"$ref": "#/definitions/accent"
},
"media": {
"defaultSnippets": [
{
"body": "\"(prefers-color-scheme: ${1:light})\"",
"label": "\"(prefers-color-scheme: light)\""
}
],
"oneOf": [
{
"enum": [
"\"(prefers-color-scheme: light)\"",
"\"(prefers-color-scheme: dark)\""
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#system-preference",
"title": "System preference",
"type": "string"
},
{
"type": "string"
}
]
},
"primary": {
"$ref": "#/definitions/primary"
},
"scheme": {
"$ref": "#/definitions/scheme"
},
"toggle": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-palette-toggle",
"properties": {
"icon": {
"$ref": "#/definitions/icon"
},
"name": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#toggle-name",
"title": "Color palette toggle name",
"type": "string"
}
},
"required": [
"icon",
"name"
],
"title": "Color palette toggle"
}
},
"required": [
"toggle"
],
"type": "object"
},
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/",
"minItems": 1,
"title": "Color palette",
"type": "array",
"uniqueItems": true
}
]
},
"search_index_only": {
"enum": [
true
],
"markdownDescription": "Must be set to `false`",
"title": "Only necessary when installing from git"
},
"static_templates": {
"items": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#static_templates",
"pattern": "\\.html$",
"title": "Path to HTML file"
},
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#static_templates",
"minItems": 1,
"title": "Static templates to render",
"type": "array",
"uniqueItems": true
}
},
"required": [
"name"
],
"title": "Theme configuration",
"type": "object"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/plugins/search.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"lang": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-lang",
"oneOf": [
{
"enum": [
"ar"
],
"title": "Site search language: Arabic"
},
{
"enum": [
"da"
],
"title": "Site search language: Danish"
},
{
"enum": [
"de"
],
"title": "Site search language: German"
},
{
"enum": [
"du"
],
"title": "Site search language: Dutch"
},
{
"enum": [
"en"
],
"title": "Site search language: English"
},
{
"enum": [
"es"
],
"title": "Site search language: Spanish"
},
{
"enum": [
"fi"
],
"title": "Site search language: Finnish"
},
{
"enum": [
"fr"
],
"title": "Site search language: French"
},
{
"enum": [
"hu"
],
"title": "Site search language: Hungarian"
},
{
"enum": [
"it"
],
"title": "Site search language: Italian"
},
{
"enum": [
"ja"
],
"title": "Site search language: Japanese"
},
{
"enum": [
"no"
],
"title": "Site search language: Norwegian"
},
{
"enum": [
"pt"
],
"title": "Site search language: Portuguese"
},
{
"enum": [
"ro"
],
"title": "Site search language: Romanian"
},
{
"enum": [
"ru"
],
"title": "Site search language: Russian"
},
{
"enum": [
"sv"
],
"title": "Site search language: Swedish"
},
{
"enum": [
"th"
],
"title": "Site search language: Thai"
},
{
"enum": [
"tr"
],
"title": "Site search language: Turkish"
},
{
"enum": [
"vi"
],
"title": "Site search language: Vietnamese"
}
],
"title": "Site search language"
}
},
"oneOf": [
{
"enum": [
"search"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/"
},
{
"additionalProperties": false,
"properties": {
"search": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/",
"properties": {
"lang": {
"default": "en",
"oneOf": [
{
"$ref": "#/definitions/lang"
},
{
"items": {
"$ref": "#/definitions/lang"
},
"minItems": 1,
"type": "array",
"uniqueItems": true
}
]
},
"separator": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-separator",
"title": "Separator for indexing and query tokenization",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
],
"title": "Built-in search plugin"
} | MIT | en |
CSWU-Challenge/CSWU-Challenge.github.io | 52dee025ef8333c3ea2ba08afa3178c6303fce7f | 2022-03-12T08:56:24 | docs/schema/plugins/external/git-revision-date.json | 14 | 2024-05-27T05:55:58.859188Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"git-revision-date"
],
"markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin"
},
{
"additionalProperties": false,
"properties": {
"git-revision-date": {
"additionalProperties": false,
"markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin",
"properties": {
"as_datetime": {
"default": false,
"markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options",
"title": "Output as Python datetime",
"type": "boolean"
},
"enable_if_env": {
"markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options",
"title": "Enable plugin when environment variable is set",
"type": "string"
},
"modify_md": {
"default": true,
"markdownDescription": "https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin#options",
"title": "Enable plugin to be used in Markdown files",
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
],
"title": "Git revision date plugin"
} | MIT | en |
Subsets and Splits