FakerAPI · JSON Structure

Fakerapi Image Structure

A fake image reference produced by FakerAPI /api/v1/images.

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

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

Properties

title description url

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/image.json",
  "name": "Image",
  "description": "A fake image reference produced by FakerAPI /api/v1/images.",
  "type": "object",
  "properties": {
    "title": { "type": "string" },
    "description": { "type": "string" },
    "url": { "type": "uri" }
  },
  "required": ["url"]
}