StackOne · Schema

SocialLink

IntegrationsiPaaS

Properties

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

JSON Schema

stackone-sociallink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SocialLink",
  "title": "SocialLink",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "type",
    "url"
  ]
}