Example of HAX element schema JSON object. It's a pretty simple abstraction of HTML elements that helps with packaging and sanitation. This is effectively HAX version of a VDOM in which all elements in the page must be converted into HAXElement Schema in order to get in and out of the DOM that HAX is controlling.

Examples of where this is used

h2 tag (core HTML)

p tag (core HTML)

video-player (web component)