addonscript-spec/docs/schema/api_env_response.md
Timo Ley 006adfec92
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
instance addon overhaul
2023-02-03 16:20:43 +01:00

786 B

Environment Builder Response Object

{
    "addonscript": {},
    "files": [],
    "launch": {}
}

Required properties

addonscript

This is an AddonScript object containing information about the version of AddonScript used in this response. It MUST be equal to the addonscript Property of the request.

files

This is an array of File objects. These files will be concidered to be files of the addon, for which the launch environment was build, and MUST be treated equal to the files in the manifest.

Optional properties

launch

This is a Launch Config object which can be used, to modify the launch configuration of the instance.