mightstone.services.wiki.models.WikiLink
- pydantic model mightstone.services.wiki.models.WikiLink
Representation of a WikiLink
Show JSON schema
{ "title": "WikiLink", "description": "Representation of a WikiLink", "type": "object", "properties": { "text": { "title": "Text", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "text", "url" ] }
- Fields:
- field text: str [Required]
- field url: str [Required]
- as_html() str
- as_text() str
- as_wiki() str