LibreCat/LibreCat

View on GitHub
devel/layers-example/config/schema.yml

Summary

Maintainability
Test Coverage
_prefix:
  schemas:

publication:
    properties:
        foobar:
          type: string
          minItems: 0
          description: "foobar"
        foobar_list:
          type:
            enum:
              - Agriculture and Food Sciences
              - Arts and Architecture
              - Biology and Life Sciences
              - Business and Economics
              - Chemistry
              - Cultural Sciences
              - Earth and Environmental Sciences
              - General Works
              - History and Archaeology
              - Languages and Literatures
              - Law and Political Science
              - Mathematics and Statistics
              - Medicine and Health Sciences
              - Performing Arts
              - Philosophy and Religion
              - Science General
              - Social Sciences
              - Technology and Engineering
              - Veterinary Sciences
          description: "foobar list"