mightstone.services.wiki.models.WikiString

pydantic model mightstone.services.wiki.models.WikiString

Representation of a string in the wiki

Show JSON schema
{
   "title": "WikiString",
   "description": "Representation of a string in the wiki",
   "type": "object",
   "properties": {
      "text": {
         "default": "",
         "title": "Text",
         "type": "string"
      }
   }
}

Fields:
field text: str = ''
as_html() str
as_text()
as_wiki()