Skip to content

ty-ras/metadata

Repository files navigation

Typesafe REST API Specification - Metadata Related Generic Libraries

CI Pipeline CD Pipeline

The Typesafe REST API Specification is a family of libraries used to enable seamless development of Backend and/or Frontend which communicate via HTTP protocol. The protocol specification is checked both at compile-time and run-time to verify that communication indeed adhers to the protocol. This all is done in such way that it does not make development tedious or boring, but instead robust and fun!

This particular repository contains generic metadata related libraries, and is designed to be consumed by other TyRAS libraries.

  • metadata contains metadata related types and utilities, without specifying which metadata technique (OpenAPI or something else) to use, and
  • metadata-jsonschema contains metadata related types and utilities to work with JSON Schema.

Notice that neither of the above libraries use OpenAPI concepts. See TyRAS OpenAPI library for the library which allows generating OpenAPI data from TyRAS endpoints.