Database_migrations_schemascategoriesposts
JSON Schema
"title": "posts",
"type": "object",
"properties": {
  "id": {
    "type": "integer"
  },
  "title": {
    "type": "string"
  },
  "text": {
    "ui:widget": "textarea",
    "ui:options": {
      "rows": 4
    },
    "type": "string"
  }
},
"required": [
  "title"
]

Create

posts