Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.21 KB

Shared RAML and schema files (raml-util)

Copyright (C) 2016-2023 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

Repository of RAML traits and resource type files.

This repository contains traits and resource types that can be re-used by other projects to limit duplication. It is utilized as a git submodule in each such repository as its "raml-util" directory.

Trait examples:

  • Authorization
  • Pagination
  • etc.

Resource types:

  • Get, Post, Delete, Put, File upload, etc.

This is the master location for the traits and resource types, while each module is the master for its own schemas, examples, and actual RAML files.

Additional information

The raml-module-builder framework.

Other modules.

API reference documentation.

See project RMB at the FOLIO issue tracker.

Other FOLIO Developer documentation is at dev.folio.org