{ "@context": { "@version": 1.1, "asdlc": "https://api-evangelist.github.io/agile-sdlc/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "SDLCPhase": "asdlc:SDLCPhase", "name": "schema:name", "description": "schema:description", "sprint_id": { "@id": "asdlc:sprint_id", "@type": "xsd:string" }, "start_date": { "@id": "schema:startDate", "@type": "xsd:date" }, "end_date": { "@id": "schema:endDate", "@type": "xsd:date" }, "artifacts": { "@id": "asdlc:artifacts", "@container": "@set", "@type": "xsd:string" } } }