{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.story.character_style.schema.json",
  "title": "rig.story.character_style",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "basedOn": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    }
  }
}
