The actor who created the record.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "actor-type", "type": "string", "description": "The actor who created the record.", "enum": [ "api_key", "system", "user" ] }