adobe / aio-cli-lib-app-config

App config loader for App Builder apps
https://developer.adobe.com/app-builder/
Apache License 2.0
1 stars 5 forks source link

Use a JSON schema to describe app.config.yaml and output of the lib #11

Open moritzraho opened 1 year ago

moritzraho commented 1 year ago

The output configuration object is used as input to multiple aio libraries such as aio-lib-runtime and aio-lib-web. It is also used in standalone environments.

Clearly defining the schema will help us avoid bugs.

moritzraho commented 1 year ago

This would help with testing too. And we could provide some autocompletion and validation for app.config.yaml

shazron commented 1 year ago

See https://github.com/adobe/aio-cli-plugin-app/issues/667

aiojbot commented 1 year ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2243