Upwork · JSON Structure

Graphql Skill Structure

A skill associated with a job or profile

Type: object Properties: 2
FreelancingJobsTalentMarketplaceContractsHiring

Skill is a JSON Structure definition published by Upwork, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name uid

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upwork/refs/heads/main/json-structure/graphql-skill-structure.json",
  "name": "Skill",
  "description": "A skill associated with a job or profile",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Skill name",
      "example": "Python"
    },
    "uid": {
      "type": "string",
      "description": "Unique identifier for the skill",
      "example": "skill-123"
    }
  }
}