Closed akolson closed 6 months ago
This task involves updating the embed_content_request.json schema to accept a list of files.
embed_content_request.json
files
array
file
object
url
string
preset
enum
language
resource
The scope of this task is limited to;
NA
Overview
This task involves updating the
embed_content_request.json
schema to accept a list of files.Description and outcomes
files
of typearray
file
infiles
is of typeobject
file
contains the following fields;url
of typestring
. Theurl
should be a valid URL/URI and open to specific domains.preset
of typeenum
. See format_presets.py for accepted list of optionslanguage
of typestring
. Use thelanguage
for this.files
should be added to theresource
propertyAcceptance Criteria
files
is added to theembed_content_request.json
schemaAssumptions and Dependencies
Scope
The scope of this task is limited to;
files
property to theembed_content_request.json
schema.Accessibility Requirements
NA
Resources