Memesio · JSON Structure

Memesio Delete Meme Response Structure

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

Type: object Properties: 4 Required: 4
MemesMediaImage GenerationContentDeveloper Tools

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

Properties

ok deleted slug shareSlug

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-deletememeresponse-structure.json",
  "name": "DeleteMemeResponse",
  "description": "JSON Schema for Memesio DeleteMemeResponse, extracted from https://memesio.com/api/openapi (Memesio API Contracts v0.1.0).",
  "type": "object",
  "required": [
    "ok",
    "deleted",
    "slug",
    "shareSlug"
  ],
  "properties": {
    "ok": {
      "type": "boolean"
    },
    "deleted": {
      "type": "boolean"
    },
    "slug": {
      "type": "string"
    },
    "shareSlug": {
      "type": "string"
    }
  }
}