Skip to main content

[FEATURE] WinCC OA DataPoint Schema Validator

  • Status: open
  • GitHub issue: winccoa-tools-pack/.github#12
  • Last sync: 2026-06-13 06:24:12 UTC
  • Labels:
  • enhancement
  • CI
  • QG
  • vs-code-extension
  • gh-oa-actions

Description:
Create a validator that checks DP structures against defined schemas.

Benefits:

  • Ensures consistency
  • Enables CI checks
  • Supports automatic documentation
  • Prevents errors
  • vs-code support (command)

It might be helpfull by addig sub-projects, if the user DPs are from correct type with correct struct. Also It might be helpfull to check thedata integrite after WinCC OA update or upgrade.

Acceptance Criteria:

  • Validates DP structures against JSON schema
  • Provides CLI and CI integration
  • Outputs validation report
  • Includes usage examples