Skip to content

Commit

Permalink
style(lint): Auto commit lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Sep 26, 2023
1 parent 511d71d commit 7be0508
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions schemas/shared-resources-usage.v1.schema.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,25 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/SharedResourceUsage",
"definitions": {
"SharedResourceUsage": {
"type": "object",
"additionalProperties": false,
"properties": {
"timestamp": {
"type": "integer"
},
"shared_resource_id": {
"type": "string"
},
"app_feature": {
"type": "string"
},
"usage_unit": {
"type": "string"
},
"amount": {
"type": "integer"
}
},
"required": [
"amount",
"app_feature",
"shared_resource_id",
"timestamp",
"usage_unit"
],
"title": "SharedResourceUsage"
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/SharedResourceUsage",
"definitions": {
"SharedResourceUsage": {
"type": "object",
"additionalProperties": false,
"properties": {
"timestamp": {
"type": "integer"
},
"shared_resource_id": {
"type": "string"
},
"app_feature": {
"type": "string"
},
"usage_unit": {
"type": "string"
},
"amount": {
"type": "integer"
}
},
"required": [
Expand All @@ -41,3 +31,13 @@
],
"title": "SharedResourceUsage"
}
},
"required": [
"amount",
"app_feature",
"shared_resource_id",
"timestamp",
"usage_unit"
],
"title": "SharedResourceUsage"
}

0 comments on commit 7be0508

Please sign in to comment.