123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "Key": {
- "type": "object",
- "required": [
- "browserSdk",
- "browserSdkVersion",
- "dateCreated",
- "dsn",
- "id",
- "isActive",
- "label",
- "name",
- "projectId",
- "public",
- "rateLimit",
- "secret"
- ],
- "properties": {
- "browserSdk": {
- "type": "object",
- "properties": {
- "choices": {
- "type": "array",
- "items": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
- }
- },
- "browserSdkVersion": {
- "type": "string"
- },
- "dateCreated": {
- "type": "string"
- },
- "dsn": {
- "type": "object",
- "required": [
- "cdn",
- "csp",
- "minidump",
- "nel",
- "public",
- "secret",
- "security"
- ],
- "properties": {
- "cdn": {
- "type": "string"
- },
- "csp": {
- "type": "string"
- },
- "minidump": {
- "type": "string"
- },
- "nel": {
- "type": "string"
- },
- "public": {
- "type": "string"
- },
- "secret": {
- "type": "string"
- },
- "security": {
- "type": "string"
- }
- }
- },
- "id": {
- "type": "string"
- },
- "isActive": {
- "type": "boolean"
- },
- "label": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "projectId": {
- "type": "integer"
- },
- "public": {
- "type": "string"
- },
- "rateLimit": {
- "type": "string",
- "nullable": true
- },
- "secret": {
- "type": "string"
- }
- }
- }
- }
|