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