Agile Methodology · JSON-LD Context

Agile Methodology Context

JSON-LD context defining the semantic vocabulary for Agile Methodology from Agile Methodology.

2 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ameth: https://api-evangelist.github.io/agile-methodology/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

UserStory description

Properties

Property Type Container
id string
title string
acceptance_criteria string set
story_points integer
priority string
status string

JSON-LD Document

agile-methodology-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ameth": "https://api-evangelist.github.io/agile-methodology/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "UserStory": "ameth:UserStory",
    "id": {
      "@id": "dcterms:identifier",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "acceptance_criteria": {
      "@id": "ameth:acceptance_criteria",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "story_points": {
      "@id": "ameth:story_points",
      "@type": "xsd:integer"
    },
    "priority": {
      "@id": "ameth:priority",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "ameth:status",
      "@type": "xsd:string"
    }
  }
}