Klarna · Schema

BackgroundImageV1

FintechBNPLPaymentsCardsShopping

Properties

Name Type Description
url string Url for the image
width integer Width of the image
View JSON Schema on GitHub

JSON Schema

klarna-backgroundimagev1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BackgroundImageV1",
  "title": "BackgroundImageV1",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Url for the image"
    },
    "width": {
      "type": "integer",
      "format": "int64",
      "description": "Width of the image"
    }
  }
}