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