The resource version in the webhook notification.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/resource_version", "title": "Resource Version", "description": "The resource version in the webhook notification.", "type": "string", "pattern": "^([0-9]+.[0-9]+)$" }