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

izard.joaswizard.0.9.0.source-code.schema.yaml.hbs Maven / Gradle / Ivy

Go to download

Jo as wizard helps to create an OAS3 specification including all CRUD operations from Yaml formatted text.

There is a newer version: 0.9.10
Show newest version
    {{objectName}}:
      type: object
      properties:{{#data}}
        {{lowKey}}:
          type: {{type}}{{#format}}
          format: {{format}}{{/format}}{{#pattern}}
          pattern: {{pattern}}{{/pattern}}{{#enumvalues}}
          enum:
          {{{enumvalues}}}{{/enumvalues}}{{#minlength}}
          minLength: {{minlength}}{{/minlength}}{{#maxLength}}
          maxLength: {{maxLength}}{{/maxLength}}{{#examplevalue}}
          example: {{examplevalue}}{{/examplevalue}}{{#description}}
          description: {{description}}{{/description}}{{/data}}
      required:{{#data}}{{#required}}
      - {{key}}{{/required}}{{/data}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy