schema.org.ai

discord

Voice, video, and text communication platform originally for gamers.

Extends: Technology

Discord

Voice, video, and text communication platform originally for gamers.

Overview

Category: Communication software

Voice, video, and text communication platform originally for gamers.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Discord',
  category: 'Communication software',
  description: 'Voice, video, and text communication platform originally for gamers.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Discord",
  "applicationCategory": "Communication software",
  "description": "Voice, video, and text communication platform originally for gamers."
}