Skip to content
MonikaVo edited this page Apr 16, 2024 · 3 revisions

Welcome

This repository provides the schemas used for the demonstration of the FINALES framework using the FINALES2 implementation.

What is a FINALES schema?

  • defined data structure
  • allows for the creation of a JSON schema
  • this enables verification of data versus this schema

What are the schemas used for in FINALES?

  • schemas are used in FINALES to define the input and output structures of methods used by the tenants
  • structures may be shared/commonly used by several tenants
  • reuse in new tenants or future studies possible
  • extension possible

The structure of this repository

  • common classes
  • input classes
  • output classes
Clone this wiki locally