{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://w3id.org/moochub/4.0.0/schemas/richText.json",
  "title": "Localized and formatted text",
  "description": "One or more explicitly formatted and localized TextObjects.",
  "type": "array",
  "minItems": 1,
  "uniqueItems": true,
  "items": {
    "$ref": "https://w3id.org/moochub/4.0.0/schemas/textObject.json"
  }
}
