{ "@context": { "@version": 1.1, "adel": "https://api-evangelist.github.io/agile-delivery/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Sprint": "adel:Sprint", "id": { "@id": "dcterms:identifier", "@type": "xsd:string" }, "name": "schema:name", "goal": { "@id": "adel:goal", "@type": "xsd:string" }, "start_date": { "@id": "schema:startDate", "@type": "xsd:date" }, "end_date": { "@id": "schema:endDate", "@type": "xsd:date" }, "velocity": { "@id": "adel:velocity", "@type": "xsd:integer" }, "status": { "@id": "adel:status", "@type": "xsd:string" } } }