* `USR` - user * `GIT` - GitHub
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreationTypeEnum", "title": "CreationTypeEnum", "enum": [ "USR", "GIT" ], "type": "string", "description": "* `USR` - user\n* `GIT` - GitHub" }