Skip to content

Ensure it is possible to write server-side code that can validate a sequence of A2UI messages based on a generic schema #509

@jacobsimionato

Description

@jacobsimionato

We should ensure that on the server side, we can write a generic validation function that accepts a sequence of A2UI messages and a schema, and validates that they conform to the schema.

e.g in pseudocode:

validate(List<A2uiMessage>, JsonObject catalog)

It should check:

  • JSON schema conformance
  • Valid references between components by ID
  • Valid references to the data model
  • Valid references to functions

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions