Skip to content

Commit

Permalink
Fix the schema definition for ResourceType
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wregglesworth committed Mar 3, 2022
1 parent 1315ef3 commit c035877
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/terrain/routes/schemas/resource_usage_api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
:username (describe String "The user's username in QMS, probably the same as in the DE")})

(defschema ResourceType
{:id (describe String "The UUID for the resource type")
:name (describe String "The name of the resource type")
:unit (describe String "The unit type for the resource")})
{:id (describe String "The UUID for the resource type")
:name (describe String "The name of the resource type")
:description (describe String "The description of the resource type")})

(defschema Quota
{:id (describe String "The UUID assigned to the quota")
Expand Down

0 comments on commit c035877

Please sign in to comment.