Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "status": {
      "type": "string",
      "description": "Status of the component"
    },
    "economy_letter": {
      "type": "string",
      "description": " A | B | C | D | E | F | G (default)"
    },
    "img": {
      "src": {
        "type": "string",
        "description": "Url of image"
      },
      "alt": {
        "type": "string",
        "description": "Alt of image"
      },
      "srcset":  {
        "type": "array",
        "description": "Paths to img in format : 'path ...w', 'path ...w'"
      },
      "sizes": {
        "type": "array",
        "description": "Rules of img size in layout in format : 'rule', 'rule'"
      }
    },
    "badges": {
      "variant": {
        "type": "string",
        "description": "horizontal (default)| vertical"
      },
      "badges":{
        "type": "array of object",
        "description": "All props are documented by the component `badge`."
      }
    },
    "overview_buttons": {
      "type": "array of object",
      "description": "All props are documented by the component `overview-button`."
    },
    "price": {
      "type": "string",
      "description": "Price of component"
    },
    "mono_economy_letter":{
      "type": "boolean",
      "description": "true | undefined"
    },
    "infos":{
        "type": "array of object",
        "info":{
        "type": "string",
        "description": "Info about component"
    }},
    "share_buttons":{
      "type": "array of object",
      "description": "All props are documented by the component `share-button`."
    },
    "buttons":{
      "primary":{
        "type": "object",
        "description": "All props are documented by the component `button`."
      },
      "outline": {
        "type": "object",
        "description": "All props are documented by the component `button`."
      },
      "outline_perex":{
        "type": "string",
        "description": "Button perex"
      }
    },
    "cta_button": {
      "type": "object",
      "description": "All props are documented by the component `cta-button`."
    }
  }
}