schema.org.ai

sanity

Structured content platform with real-time collaboration.

Extends: Technology

Sanity

Structured content platform with real-time collaboration.

Overview

Category: CMS software

Structured content platform with real-time collaboration.

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: 'Sanity',
  category: 'CMS software',
  description: 'Structured content platform with real-time collaboration.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Sanity",
  "applicationCategory": "CMS software",
  "description": "Structured content platform with real-time collaboration."
}