The resolution object for a Comment.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "comment_resolution", "type": "object", "description": "The resolution object for a Comment.", "properties": { "type": { "type": "string" }, "created_on": { "type": "string", "description": "The ISO8601 timestamp the resolution was created." } } }