{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CommitStatusState", "description": "CommitStatusState holds the state of a CommitStatus\nIt can be \"pending\", \"success\", \"error\", \"failure\", \"warning\", or \"skipped\"", "type": "string", "x-go-package": "forgejo.org/modules/structs" }