izard.joaswizard.0.9.0.source-code.componentsErrorModel.yaml.hbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of joaswizard Show documentation
Show all versions of joaswizard Show documentation
Jo as wizard helps to create an OAS3 specification including all CRUD operations from Yaml formatted text.
components:
schemas:
ErrorModel:
type: object
required:
- code
- message
properties:
code:
type: integer
format: int32
message:
type: string