schema.org.ai

coda

All-in-one doc for teams.

Extends: Technology

Coda

All-in-one doc for teams.

Overview

Category: Productivity software

All-in-one doc for teams.

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: 'Coda',
  category: 'Productivity software',
  description: 'All-in-one doc for teams.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Coda",
  "applicationCategory": "Productivity software",
  "description": "All-in-one doc for teams."
}