A team of persons with a specific role.
{ "Team" : { "@context" : "https://grcschema.org/", "@id" : "URL", "@type" : "Team", "coreMetaData" : { "@type" : "CoreMetaData", "checksum" : "String", "created" : { "@type" : "Created", "organization" : { "@id" : "URL", "@type" : "Organization", "elementId" : "String", "name" : "String" }, "person" : { "@id" : "URL", "@type" : "Person", "elementId" : "String", "name" : "String" }, "timeStamp" : "Datetime" }, "deprecatedBy" : "URL", "live" : "Boolean", "modified" : { "@type" : "Modified", "organization" : { "@id" : "URL", "@type" : "Organization", "elementId" : "String", "name" : "String" }, "person" : { "@id" : "URL", "@type" : "Person", "elementId" : "String", "name" : "String" }, "timeStamp" : "Datetime" }, "notes" : "String", "status" : "String", "supersededBy" : "URL", "validated" : "Integer" }, "description" : "String", "elementId" : "String", "members" : [ { "member" : { "@id" : "URL", "@type" : "Member", "elementId" : "String", "person" : { "@id" : "URL", "@type" : "Person", "elementId" : "String", "name" : "String" }, "role" : { "@id" : "URL", "@type" : "Role", "description" : "String", "elementId" : "String", "name" : "String" } } } ], "name" : "String", "schemaVersion" : "" } }