FakerAPI · JSON Structure

Fakerapi Text Structure

A fake titled lorem-style text block produced by FakerAPI /api/v1/texts.

Type: object Properties: 4 Required: 1
Test DataFake DataMockingDeveloper ToolsOpen SourcePublic APIs

Text is a JSON Structure definition published by FakerAPI, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

title author genre content

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://fakerapi.it/structures/text.json",
  "name": "Text",
  "description": "A fake titled lorem-style text block produced by FakerAPI /api/v1/texts.",
  "type": "object",
  "properties": {
    "title": { "type": "string" },
    "author": { "type": "string" },
    "genre": { "type": "string" },
    "content": { "type": "string" }
  },
  "required": ["content"]
}