Skip to content

RouterOS 7.23beta5: /app YAML schema validation failures #53

@github-actions

Description

@github-actions

RouterOS 7.23beta5 /app YAML Schema Validation Failures

RouterOS 7.23beta5 built-in /app YAML entries failed validation against docs/7.23beta5/routeros-app-yaml-schema.json.

This typically means MikroTik has introduced new YAML syntax not yet covered by the schema.
The schema should be updated to allow the new syntax and re-validated.

Failing /app entries

  • lorawan-stack: YAML parse error: duplicated mapping key (61:7)

58 | TTN_LW_CONSOLE_UI_QRG_BASE_URL: ...
59 | TTN_LW_CONSOLE_UI_GCS_BASE_URL: ...
60 | TTN_LW_CONSOLE_UI_DCS_BASE_URL: ...
61 | TTN_LW_CONSOLE_UI_IS_BASE_URL: ...
------------^
62 | TTN_LW_CONSOLE_UI_ACCOUNT_URL: ...
63 | ports:

  • mikrodash: / must NOT have additional properties; /services/mikrodash/environment/ROUTER_HOST must be string; /services/mikrodash/environment/ROUTER_HOST must be number; /services/mikrodash/environment/ROUTER_HOST must be boolean; /services/mikrodash/environment/ROUTER_HOST must be null; /services/mikrodash/environment/ROUTER_HOST must match exactly one schema in oneOf; /services/mikrodash/environment must be array; /services/mikrodash/environment must be null; /services/mikrodash/environment must match exactly one schema in oneOf

Workflow run

View run logs

Metadata

Metadata

Labels

app-yaml-schema/app YAML schema supportmikrotik-issueUnderlying issue may lay with MikroTikquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions