StackOne · Schema

Content

IntegrationsiPaaS

Properties

Name Type Description
html string
plain string
View JSON Schema on GitHub

JSON Schema

stackone-content-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Content",
  "title": "Content",
  "type": "object",
  "properties": {
    "html": {
      "type": "string"
    },
    "plain": {
      "type": "string"
    }
  }
}