blob: e7a93fa2a12caf4eb49a8fd38343c7848129d08b [file] [log] [blame] [edit]
{
"$schema": "https://json-schema.org/draft-07/schema#",
"$comment": "This schema was automatically generated. It combines various definitions into new definitions.",
"title": "package:code_assets party:hook shared definitions generated",
"definitions": {
"BuildInput": {
"allOf": [
{
"$ref": "#/definitions/HookInput"
},
{
"$ref": "../../../../hooks/doc/schema/hook/shared_definitions.generated.schema.json#/definitions/BuildInput"
},
{
"$ref": "../shared/shared_definitions.generated.schema.json#/definitions/BuildInput"
},
{
"$ref": "shared_definitions.schema.json#/definitions/BuildInput"
}
]
},
"BuildOutput": {
"allOf": [
{
"$ref": "#/definitions/HookOutput"
},
{
"$ref": "../../../../hooks/doc/schema/hook/shared_definitions.generated.schema.json#/definitions/BuildOutput"
},
{
"$ref": "../shared/shared_definitions.generated.schema.json#/definitions/BuildOutput"
},
{
"$ref": "shared_definitions.schema.json#/definitions/BuildOutput"
}
]
},
"HookInput": {
"allOf": [
{
"$ref": "../../../../hooks/doc/schema/hook/shared_definitions.generated.schema.json#/definitions/HookInput"
},
{
"$ref": "../shared/shared_definitions.generated.schema.json#/definitions/HookInput"
},
{
"$ref": "shared_definitions.schema.json#/definitions/HookInput"
}
]
},
"HookOutput": {
"allOf": [
{
"$ref": "../../../../hooks/doc/schema/hook/shared_definitions.generated.schema.json#/definitions/HookOutput"
},
{
"$ref": "../shared/shared_definitions.generated.schema.json#/definitions/HookOutput"
},
{
"$ref": "shared_definitions.schema.json#/definitions/HookOutput"
}
]
},
"LinkInput": {
"allOf": [
{
"$ref": "#/definitions/HookInput"
},
{
"$ref": "../../../../hooks/doc/schema/hook/shared_definitions.generated.schema.json#/definitions/LinkInput"
},
{
"$ref": "../shared/shared_definitions.generated.schema.json#/definitions/LinkInput"
},
{
"$ref": "shared_definitions.schema.json#/definitions/LinkInput"
}
]
},
"LinkOutput": {
"allOf": [
{
"$ref": "#/definitions/HookOutput"
},
{
"$ref": "../../../../hooks/doc/schema/hook/shared_definitions.generated.schema.json#/definitions/LinkOutput"
},
{
"$ref": "../shared/shared_definitions.generated.schema.json#/definitions/LinkOutput"
},
{
"$ref": "shared_definitions.schema.json#/definitions/LinkOutput"
}
]
}
}
}