IP Addresses
Attribute | Value | Detail |
---|---|---|
name | ip |
Used in schema definitions |
label | IP Address | plural: IP Addresses |
group | ips |
Used in search indexing to query all properties of a given type |
matchable | Suitable for use in entity matching | |
pivot | Suitable for use as a pivot point for connecting to other entities |
Python API
followthemoney.types.HTMLType
Bases: StringType
Properties that contain raw hypertext markup (HTML).
User interfaces rendering properties of this type need to take extreme care not to allow attacks such as cross-site scripting. It is recommended to perform server-side sanitisation, or to not render this property at all.