Update the PANDIUM.yaml
Update the PANDIUM.yaml for “Pokémon of the Day” to add dynamic pokemon_type and slack_user configs using schema definitions and UISchema so tenants can customize messages.
version: 0.4
base: node:20.9.0
build: npm install --production && npm i --save-dev @types/node && npm run build
run: node .
configs:
schema:
required:
definitions:
properties:
uischema:
elements: pokemon_type:
type: string
$ref: '#/definitions/pokemon_types'
slack_user:
type: string
$ref: '#/definitions/slack_users'Last updated
Was this helpful?