StackShare · JSON Structure

Stackshare Tool Structure

A developer tool or technology tracked by StackShare

Type: object Properties: 0
Developer ToolsSoftware DiscoveryTech Stacks

Stackshare Tool Structure is a JSON Structure definition published by StackShare.

Meta-schema:

JSON Structure

stackshare-tool-structure.json Raw ↑
{
  "title": "StackShare Tool",
  "description": "A developer tool or technology tracked by StackShare",
  "type": "object",
  "fields": [
    { "name": "id", "type": "string", "required": true },
    { "name": "name", "type": "string", "required": true },
    { "name": "slug", "type": "string" },
    { "name": "description", "type": "string" },
    { "name": "websiteUrl", "type": "string", "format": "uri" },
    { "name": "githubUrl", "type": "string", "format": "uri" },
    { "name": "category", "type": "string" },
    { "name": "followers", "type": "integer" }
  ]
}