Skip to content

Commit

Permalink
add customer costs decscription
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Oct 10, 2024
1 parent e747701 commit 4d18953
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/schemas/MetricFilter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
type: object
properties:
id:
type: string
format: uuid
name:
type: string
example: "Cool Stuff"
code:
type: string
example: "cool_stuff"
value:
type: string
example: "is_totally_cool"
type:
type: string
enum: ['inclusive', 'exclusive']

0 comments on commit 4d18953

Please sign in to comment.