API Snap · JSON Structure

Lorem Lorem Text Structure

Generated lorem ipsum placeholder text

Type: object Properties: 2
API UtilitiesDeveloper ToolsQR CodesScreenshotsImage ProcessingPDF GenerationMarkdownURL MetadataHashingJWTBase64UUIDColor ConversionLorem IpsumPlaceholder Images

LoremText is a JSON Structure definition published by API Snap, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

text paragraphs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/api-snap/refs/heads/main/json-structure/lorem-lorem-text-structure.json",
  "name": "LoremText",
  "description": "Generated lorem ipsum placeholder text",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "All paragraphs joined by double newlines."
    },
    "paragraphs": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of individual paragraph strings."
    }
  }
}