<span class="hljs-attribute">dn</span>: cn=schema
<span class="hljs-attribute">objectClass</span>: top
<span class="hljs-attribute">objectClass</span>: ldapSubentry
<span class="hljs-attribute">objectClass</span>: subschema
<span class="hljs-comment"># Single-valued JSON attribute</span>
<span class="hljs-attribute">attributeTypes</span>: ( example-json1-oid NAME &#x27;json1&#x27;
  EQUALITY jsonObjectExactMatch SYNTAX 1.3.6.1.4.1.30221.2.3.4
  SINGLE-VALUE X-ORIGIN &#x27;custom attribute&#x27; )
<span class="hljs-comment"># Multi-valued JSON attribute</span>
<span class="hljs-attribute">attributeTypes</span>: ( example-mjson1-oid NAME &#x27;mjson1&#x27;
  EQUALITY jsonObjectExactMatch SYNTAX 1.3.6.1.4.1.30221.2.3.4
  X-ORIGIN &#x27;custom attribute&#x27; )
<span class="hljs-attribute">objectClasses</span>: ( example-application-oc-oid NAME &#x27;example-application-oc&#x27;
  SUP top AUXILIARY MAY ( json1 $ mjson1 )
  X-ORIGIN &#x27;custom auxiliary object class&#x27; )
