Social account

Social media account

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-social-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/social-account",
  "title": "Social account",
  "description": "Social media account",
  "type": "object",
  "properties": {
    "provider": {
      "type": "string",
      "example": "linkedin"
    },
    "url": {
      "type": "string",
      "example": "https://www.linkedin.com/company/github/"
    }
  },
  "required": [
    "provider",
    "url"
  ]
}