AirbusDefenceAndSpace / pesto

PESTO provides a set of tools to ease the process of packaging a Python algorithm as a processing web service into a docker image. The deployment of a web service becomes now as easy as filling few configuration files.
https://airbusdefenceandspace.github.io/pesto
Apache License 2.0
24 stars 8 forks source link

user_definitions JSON for input_schema.json #37

Open zfayet opened 10 months ago

zfayet commented 10 months ago

In addition of processing-factory/pesto-cli/pesto/cli/resources/schema/definitions.json, is it possible to use the configuration file api/user_definitions.json in order to use custom refs in my input_schema.json file ?

MatthieuLamothe commented 5 months ago

Hi,

definitions.json defines Object types most commonly used in PESTO. user_definitions.json is the right place to define your custom type to put into your input or output schema.

You can find out more in this documentation page