Memesio · JSON Structure

Memesio Meme Overlay Image Structure

JSON Schema for Memesio MemeOverlayImage, extracted from https://memesio.com/api/openapi (Memesio API Contracts v0.1.0).

Type: object Properties: 13 Required: 8
MemesMediaImage GenerationContentDeveloper Tools

MemeOverlayImage is a JSON Structure definition published by Memesio, describing 13 properties, of which 8 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id label imageUrl sourceImageUrl x y widthPercent rotationDeg opacity hidden locked flippedX backgroundRemoved

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/memesio/main/json-structure/memesio-memeoverlayimage-structure.json",
  "name": "MemeOverlayImage",
  "description": "JSON Schema for Memesio MemeOverlayImage, extracted from https://memesio.com/api/openapi (Memesio API Contracts v0.1.0).",
  "type": "object",
  "required": [
    "id",
    "label",
    "imageUrl",
    "x",
    "y",
    "widthPercent",
    "rotationDeg",
    "opacity"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "imageUrl": {
      "type": "string"
    },
    "sourceImageUrl": {
      "type": "string"
    },
    "x": {
      "type": "double"
    },
    "y": {
      "type": "double"
    },
    "widthPercent": {
      "type": "double"
    },
    "rotationDeg": {
      "type": "double"
    },
    "opacity": {
      "type": "double"
    },
    "hidden": {
      "type": "boolean"
    },
    "locked": {
      "type": "boolean"
    },
    "flippedX": {
      "type": "boolean"
    },
    "backgroundRemoved": {
      "type": "boolean"
    }
  }
}