How the author is associated with the repository.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/author-association", "title": "author_association", "type": "string", "example": "OWNER", "description": "How the author is associated with the repository.", "enum": [ "COLLABORATOR", "CONTRIBUTOR", "FIRST_TIMER", "FIRST_TIME_CONTRIBUTOR", "MANNEQUIN", "MEMBER", "NONE", "OWNER" ] }