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

izard.joaswizard.0.9.0.source-code.mapping.json 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
[
  {
    "dbtype": "TIMESTMP",
    "oastype": "string",
    "oasformat": "date-time",
    "oaspattern": ""
  },
  {
    "dbtype": "CHAR",
    "oastype": "string",
    "oasformat": "",
    "oaspattern": ""
  },
  {
    "dbtype": "DATE",
    "oastype": "string",
    "oasformat": "date",
    "oaspattern": "yyyy-mm-dd"
  },
  {
    "dbtype": "SMALLINT",
    "oastype": "integer",
    "oasformat": "int32",
    "oaspattern": ""
  },
  {
    "dbtype": "VARCHAR",
    "oastype": "string",
    "oasformat": "",
    "oaspattern": ""
  },
  {
    "dbtype": "DECIMAL",
    "oastype": "number",
    "oasformat": "double",
    "oaspattern": ""
  },
  {
    "dbtype": "INTEGER",
    "oastype": "integer",
    "oasformat": "int64",
    "oaspattern": ""
  }]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy