Update yaml
diff --git a/apidVerifyAPIKey-api.yaml b/apidVerifyAPIKey-api.yaml
index f0a1841..4af4e20 100644
--- a/apidVerifyAPIKey-api.yaml
+++ b/apidVerifyAPIKey-api.yaml
@@ -62,8 +62,9 @@
                 issuedAt: 1234567890
                 status: abc123
                 redirectionURIs: abc123
-                developerAppName: abc123
-                developerId: abc123
+                AppName: abc123
+                AppId: abc123
+                Type: "developer"
         default:
           description: 4xx or 5xx errors
           schema:
@@ -132,9 +133,11 @@
                 type: string
               redirectionURIs:
                 type: string
-              developerAppName:
+              AppName:
                 type: string
-              developerId:
+              AppId:
+                type: string
+              Type:
                 type: string
     example:
       type: "APIKeyContext"
@@ -144,8 +147,9 @@
         issuedAt: 1234567890
         status: "abc123"
         redirectionURIs: "abc123"
-        developerAppName: "abc123"
-        developerId: "abc123"
+        AppName: "abc123"
+        AppId: "abc123"
+        Type: "company OR developer"
 
   VerifyAPIKeyResponseFailed:
     allOf: