{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Like", "type": "object", "properties": { "accountId": { "type": "string", "description": "The Atlassian account ID of the user who liked the content." } } }