123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- "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", "public", "secret", "security"],
- "properties": {
- "cdn": {
- "type": "string"
- },
- "csp": {
- "type": "string"
- },
- "minidump": {
- "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"
- }
- }
- }
|