{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "models.ActorType", "enum": [ "user", "system" ], "type": "string", "x-enum-varnames": [ "ActorTypeUser", "ActorTypeSystem" ] }