{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PropertyAttributes", "type": "object", "properties": { "name": { "type": "string" }, "platform": { "type": "string", "description": "Always edge for event forwarding properties." }, "enabled": { "type": "boolean" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }