| { | |
| "$schema": "https://json-schema.org/draft-07/schema#", | |
| "title": "package:hooks party:hook shared definitions", | |
| "definitions": { | |
| "BuildInput": {}, | |
| "BuildOutput": { | |
| "$ref": "../shared/shared_definitions.schema.json#/definitions/BuildOutput", | |
| "unevaluatedProperties": false | |
| }, | |
| "HookInput": {}, | |
| "HookOutput": { | |
| "required": [] | |
| }, | |
| "LinkInput": {}, | |
| "LinkOutput": { | |
| "$ref": "../shared/shared_definitions.schema.json#/definitions/LinkOutput", | |
| "unevaluatedProperties": false | |
| } | |
| } | |
| } |