Skip to content

RouterOS 7.23rc1: /app YAML schema validation failures #57

@github-actions

Description

@github-actions

RouterOS 7.23rc1 /app YAML Schema Validation Failures

RouterOS 7.23rc1 built-in /app YAML entries failed validation against docs/7.23rc1/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

Assignees

No one assigned

    Labels

    app-yaml-schema/app YAML schema supportbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions