Template:CJEUdecisionBOX/doc

From GDPRhub



<templatedata> {

   "description": "Template for providing details about CJEU cases.",
   "params": {
       "Case_Number_Name": {
           "label": "Case Number/Name",
           "type": "string",
           "required": true,
           "description": "The case number and name, such as 'Case C‑311/18, Data Protection Commissioner v Facebook Ireland Ltd, Maximillian Schrems'. This is a unique identifier for the case."
       },
       "Judgement_Link": {
           "label": "Judgement Link",
           "type": "url",
           "required": false,
           "description": "Web address (URL) link to the official judgement document. You may remove all other parameters from the URL except 'docid' and 'doclang'. For example: 'https://curia.europa.eu/juris/document/document.jsf?docid=228677&doclang=EN'."
       },
       "Opinion_Link": {
           "label": "Opinion Link",
           "type": "url",
           "required": false,
           "description": "Web address (URL) link to the Advocate General's opinion document. You may remove all other parameters from the URL except 'docid' and 'doclang'."
       },
       "GDPR_Article_1": {
           "label": "GDPR Article 1",
           "type": "string",
           "required": false,
           "description": "First GDPR article related to the case, such as 'Article 5'. This is the first relevant legal reference."
       },
       "GDPR_Article_Link_1": {
           "label": "GDPR Article Link 1",
           "type": "wiki-page-name",
           "required": false,
           "description": "The name of the wiki page for the first GDPR article link."
       },
       "GDPR_Article_2": {
           "label": "GDPR Article 2",
           "type": "string",
           "required": false,
           "description": "Second GDPR article related to the case, such as 'Article 6'. This is another relevant legal reference."
       },
       "GDPR_Article_Link_2": {
           "label": "GDPR Article Link 2",
           "type": "wiki-page-name",
           "required": false,
           "description": "The name of the wiki page for the second GDPR article link."
       },
       "GDPR_Article_3": {
           "label": "GDPR Article 3",
           "type": "string",
           "required": false,
           "description": "Third GDPR article related to the case, such as 'Article 7'. This is another relevant legal reference."
       },
       "GDPR_Article_Link_3": {
           "label": "GDPR Article Link 3",
           "type": "wiki-page-name",
           "required": false,
           "description": "The name of the wiki page for the third GDPR article link."
       },
       "GDPR_Article_4": {
           "label": "GDPR Article 4",
           "type": "string",
           "required": false,
           "description": "Fourth GDPR article related to the case, such as 'Article 8'. This is another relevant legal reference."
       },
       "GDPR_Article_Link_4": {
           "label": "GDPR Article Link 4",
           "type": "wiki-page-name",
           "required": false,
           "description": "The name of the wiki page for the fourth GDPR article link."
       },
       "GDPR_Article_5": {
           "label": "GDPR Article 5",
           "type": "string",
           "required": false,
           "description": "Fifth GDPR article related to the case, such as 'Article 9'. This is another relevant legal reference."
       },
       "GDPR_Article_Link_5": {
           "label": "GDPR Article Link 5",
           "type": "wiki-page-name",
           "required": false,
           "description": "The name of the wiki page for the fifth GDPR article link."
       },
       "Date_Decided": {
           "label": "Date Decided",
           "type": "date",
           "required": true,
           "description": "The date when the case was decided. Please use the format DD.MM.YYYY (Day.Month.Year), for example, 04.05.2018."
       },
       "Year": {
           "label": "Year",
           "type": "number",
           "required": false,
           "description": "The year when the case was decided, for example, 2018."
       },
       "Party_Name_1": {
           "label": "Party Name 1",
           "type": "string",
           "required": false,
           "description": "Name of the first party involved in the case, such as 'Data Protection Commissioner'."
       },
       "Party_Link_1": {
           "label": "Party Link 1",
           "type": "url",
           "required": false,
           "description": "Web address (URL) link to the first party's details."
       },
       "ECLI": {
           "label": "European Case Law Identifier",
           "type": "string",
           "required": false,
           "description": "The European Case Law Identifier (ECLI) for the case, such as 'ECLI:EU:C:2018:123'. This is a unique identifier for the case in the European legal system."
       },
       "Reference_Body": {
           "label": "Reference Body",
           "type": "string",
           "required": false,
           "description": "The body making the reference, such as 'High Court (Ireland)'. This is the court or body that referred the case."
       },
       "Reference_Case_Number_Name": {
           "label": "Reference Case Number/Name",
           "type": "string",
           "required": false,
           "description": "Reference case number or name, if applicable."
       },
       "Initial_Contributor": {
           "label": "Initial Contributor",
           "type": "string",
           "required": false,
           "description": "Name of the initial contributor who added the case details. This is the person who first provided information about the case."
       }
   }

} </templatedata>