{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "editorial",
  "allOf": [{ "$ref": "base" }],
  "properties": {
    "type": { "const": "editorial" },
    "category": { "$ref": "enums#/$defs/category" }
  },
  "required": ["category", "body"]
}
