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