From 61cdeccdaec75b462b316e9c182bc860ad0838f8 Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Mon, 24 Mar 2025 11:19:30 -0500
Subject: [PATCH] Update file POST_cert.json

---
 EI-IICS-Team/SSN_POC/POST_cert.json | 93 +++++++++++++++++++++++++++++
 1 file changed, 93 insertions(+)
 create mode 100644 EI-IICS-Team/SSN_POC/POST_cert.json

diff --git a/EI-IICS-Team/SSN_POC/POST_cert.json b/EI-IICS-Team/SSN_POC/POST_cert.json
new file mode 100644
index 0000000..98ba558
--- /dev/null
+++ b/EI-IICS-Team/SSN_POC/POST_cert.json
@@ -0,0 +1,93 @@
+{
+  "swagger" : "2.0",
+  "info" : {
+    "description" : null,
+    "version" : "1.0.0",
+    "title" : null,
+    "termsOfService" : null,
+    "contact" : null,
+    "license" : null
+  },
+  "host" : "mock.api.wisc.edu",
+  "basePath" : "/people",
+  "schemes" : [ "https" ],
+  "paths" : {
+    "/certificates" : {
+      "get" : {
+        "tags" : [ "POST_cert" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "POST_cert",
+        "produces" : [ "application/json" ],
+        "consumes" : [ "application/json" ],
+        "parameters" : [ ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "$ref" : "#/definitions/POST_cert"
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "POST_cert##data##attributes" : {
+      "properties" : {
+        "certificate" : {
+          "type" : "string"
+        },
+        "createdDate" : {
+          "type" : "string"
+        },
+        "expirationDate" : {
+          "type" : "string"
+        },
+        "startDate" : {
+          "type" : "string"
+        }
+      }
+    },
+    "POST_cert##data##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "POST_cert##data" : {
+      "properties" : {
+        "attributes" : {
+          "$ref" : "#/definitions/POST_cert##data##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/POST_cert##data##links"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "POST_cert##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "POST_cert" : {
+      "properties" : {
+        "data" : {
+          "$ref" : "#/definitions/POST_cert##data"
+        },
+        "links" : {
+          "$ref" : "#/definitions/POST_cert##links"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
-- 
GitLab