Next: , Previous: , Up: JSON object keys   [Contents]


7.2.2.1 JSON keys for markup ranges

User Option: standoff-json/markup-array-key

The JSON key of array of markup ranges/elements. Defaults to MarkupRanges.

User Option: standoff-json/markup-tag-key

The JSON key for the tag of a markup range/element. Defaults to tag.

User Option: standoff-json/markup-tag-value

The JSON value of the tag of a markup range/element. Defaults to MarkupRange. The tag’s value is used to identify, which type of object this is.

User Option: standoff-json/markup-element-id-key

The JSON key of the Id of a markup element. Defaults to elementId.

User Option: standoff-json/markup-range-id-key

The JSON key of the Id of a markup range. Defaults to rangeId.

User Option: standoff-json/markup-type-key

The JSON key for the markup type. Defaults to type.

User Option: standoff-json/markup-start-key

The JSON key of the Id of the start character offset. Defaults to sourceStart.

User Option: standoff-json/markup-end-key

The JSON key of the Id of the end character offset. Defaults to sourceEnd.