Videogamesoftware
Action games
Extends: Technology
Video game software
Action games
Overview
Category: Action games
Action games
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 31-2021.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Video game software',
category: 'Action games',
description: 'Action games',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Video game software",
"applicationCategory": "Action games",
"description": "Action games"
}