File tree Expand file tree Collapse file tree 2 files changed +25
-17
lines changed
Expand file tree Collapse file tree 2 files changed +25
-17
lines changed Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v4
3434 - name : Install Vacuum
3535 env :
36- version : 0.17.8
36+ version : 0.20.2
3737 run :
3838 curl -Ls "https://github.com/daveshanley/vacuum/releases/download/v${{ env.version
3939 }}/vacuum_${{ env.version }}_linux_x86_64.tar.gz" | sudo tar -x -z -C /usr/local/bin
Original file line number Diff line number Diff line change @@ -1915,22 +1915,30 @@ components:
19151915 additionalProperties : false
19161916 minProperties : 1
19171917 anyOf :
1918- - type : array
1919- $ref : " #/components/schemas/Impression"
1920- minItems : 0
1921- maxItems : 50
1922- - type : array
1923- $ref : " #/components/schemas/Click"
1924- minItems : 0
1925- maxItems : 50
1926- - type : array
1927- $ref : " #/components/schemas/Purchase"
1928- minItems : 0
1929- maxItems : 50
1930- - type : array
1931- $ref : " #/components/schemas/Pageview"
1932- minItems : 0
1933- maxItems : 50
1918+ - title : Impressions
1919+ type : array
1920+ properties :
1921+ $ref : " #/components/schemas/Impression"
1922+ minItems : 0
1923+ maxItems : 50
1924+ - title : Clicks
1925+ type : array
1926+ properties :
1927+ $ref : " #/components/schemas/Click"
1928+ minItems : 0
1929+ maxItems : 50
1930+ - title : Purchases
1931+ type : array
1932+ properties :
1933+ $ref : " #/components/schemas/Purchase"
1934+ minItems : 0
1935+ maxItems : 50
1936+ - title : Page views
1937+ type : array
1938+ properties :
1939+ $ref : " #/components/schemas/Pageview"
1940+ minItems : 0
1941+ maxItems : 50
19341942 examples :
19351943 - impressions :
19361944 - id : eb874c98-bf4d-40a9-ae6d-fcf4cecb535c
You can’t perform that action at this time.
0 commit comments