All Downloads are FREE. Search and download functionalities are using the official Maven repository.

-to-pojo.1.0.5.source-code.simple-api.raml Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
#%RAML 1.0
title: Hello World API
version: v1
baseUri: https://api.github.com
types:
    once:
      properties:
        right: string
    twice:
      properties:
        left: string
#    union:
#      type: once|twice
    foo:
        type: [once, twice]
        properties:
          name: string





© 2015 - 2024 Weber Informatics LLC | Privacy Policy