Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 0 additions & 59 deletions api.oas3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,65 +189,6 @@ components:
SvgAsset:
$ref: "./schemas/svgasset.yaml#/SvgAsset"

SvgShape:
$ref: "./schemas/svgshapes.yaml#/SvgShape"

SvgRectangleShape:
$ref: "./schemas/svgshapes.yaml#/SvgRectangleShape"

SvgCircleShape:
$ref: "./schemas/svgshapes.yaml#/SvgCircleShape"

SvgEllipseShape:
$ref: "./schemas/svgshapes.yaml#/SvgEllipseShape"

SvgLineShape:
$ref: "./schemas/svgshapes.yaml#/SvgLineShape"

SvgPolygonShape:
$ref: "./schemas/svgshapes.yaml#/SvgPolygonShape"

SvgStarShape:
$ref: "./schemas/svgshapes.yaml#/SvgStarShape"

SvgArrowShape:
$ref: "./schemas/svgshapes.yaml#/SvgArrowShape"

SvgHeartShape:
$ref: "./schemas/svgshapes.yaml#/SvgHeartShape"

SvgCrossShape:
$ref: "./schemas/svgshapes.yaml#/SvgCrossShape"

SvgRingShape:
$ref: "./schemas/svgshapes.yaml#/SvgRingShape"

SvgPathShape:
$ref: "./schemas/svgshapes.yaml#/SvgPathShape"

SvgFill:
$ref: "./schemas/svgproperties.yaml#/SvgFill"

SvgSolidFill:
$ref: "./schemas/svgproperties.yaml#/SvgSolidFill"

SvgLinearGradientFill:
$ref: "./schemas/svgproperties.yaml#/SvgLinearGradientFill"

SvgRadialGradientFill:
$ref: "./schemas/svgproperties.yaml#/SvgRadialGradientFill"

SvgGradientStop:
$ref: "./schemas/svgproperties.yaml#/SvgGradientStop"

SvgStroke:
$ref: "./schemas/svgproperties.yaml#/SvgStroke"

SvgShadow:
$ref: "./schemas/svgproperties.yaml#/SvgShadow"

SvgTransform:
$ref: "./schemas/svgproperties.yaml#/SvgTransform"

Transition:
$ref: "./schemas/transition.yaml#/Transition"
Expand Down
10 changes: 4 additions & 6 deletions schemas/destinations/akamaiNetStorageDestinationOptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,16 @@
path:
description: >-
A remote directory path/prefix for the file being sent, i.e. `videos` or `customerId/videos`.
type:
- string
- "null"
type: string
nullable: true
example: videos
filename:
description: >-
Use your own filename instead of the default filenames generated by Shotstack. Note: omit the file extension
as this will be appended depending on the output format. Also `-poster.jpg` and `-thumb.jpg` will be appended
for poster and thumbnail images.
type:
- string
- "null"
type: string
nullable: true
example: my-file
required:
- host
Expand Down
10 changes: 4 additions & 6 deletions schemas/destinations/azureBlobStorageDestinationOptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,16 @@
prefix:
description: >-
A virtual directory prefix for the blob being sent, i.e. `videos` or `customerId/videos`.
type:
- string
- "null"
type: string
nullable: true
example: videos
filename:
description: >-
Use your own filename instead of the default filenames generated by Shotstack. Note: omit the file extension
as this will be appended depending on the output format. Also `-poster.jpg` and `-thumb.jpg` will be appended
for poster and thumbnail images.
type:
- string
- "null"
type: string
nullable: true
example: my-file
required:
- accountName
Expand Down
Loading