StackOne · Schema

Image

IntegrationsiPaaS

Properties

Name Type Description
base64 string
url string
View JSON Schema on GitHub

JSON Schema

stackone-image-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Image",
  "title": "Image",
  "type": "object",
  "properties": {
    "base64": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}