Skip to content

Commit

Permalink
too many required
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kumar-saini committed Sep 26, 2023
1 parent 855abad commit b7ff074
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions schemas/shared-resources-usage.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$ref": "#/definitions/SharedResourcesUsage",
"definitions": {
"SharedResourcesUsage": {
"title": "shared_resources_usage",
"type": "object",
"additionalProperties": false,
"properties": {
Expand All @@ -28,15 +29,7 @@
"shared_resource_id",
"timestamp",
"usage_unit"
],
"title": "shared_resources_usage"
]
}
},
"required": [
"amount",
"app_feature",
"shared_resource_id",
"timestamp",
"usage_unit"
]
}
}

0 comments on commit b7ff074

Please sign in to comment.