{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.story.paragraph_style.schema.json",
  "title": "rig.story.paragraph_style",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "basedOn": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    },
    "listKind": {
      "type": "string",
      "enum": [
        "bullet",
        "numbered"
      ]
    },
    "keepWithNext": {
      "$ref": "./_defs.schema.json#/$defs/bool"
    },
    "keepWithPrevious": {
      "$ref": "./_defs.schema.json#/$defs/bool"
    }
  }
}
