Skip to content

Commit

Permalink
fix(functions): Remove unneeded fields from the functions schema
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops authored Jan 9, 2024
1 parent 255f56e commit aac68dd
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions schemas/profile-functions.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
"release": {
"type": "string"
},
"dist": {
"type": "string"
},
"retention_days": {
"type": "integer"
},
Expand All @@ -41,21 +38,6 @@
},
"transaction_name": {
"type": "string"
},
"transaction_op": {
"type": "string"
},
"transaction_status": {
"type": "string"
},
"http_method": {
"type": "string"
},
"browser_name": {
"type": "string"
},
"device_class": {
"type": "integer"
}
},
"required": [
Expand All @@ -66,9 +48,7 @@
"received",
"retention_days",
"timestamp",
"transaction_name",
"transaction_op",
"transaction_status"
"transaction_name"
]
}
}
Expand Down

0 comments on commit aac68dd

Please sign in to comment.