{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/ExternalFileNotePart.json",
"title": "ExternalFileNotePart",
"allOf": [
{
"$ref": "#/components/schemas/BaseNotePart"
},
{
"properties": {
"externalFileId": {
"description": "The ID of the external file. Use the 'Get an external file' endpoint to retrieve metadata about it.\n",
"type": "string"
},
"links": {
"description": "Array of links referenced in the caption via an @-mention, hyperlink, or the drag-n-dropped preview attached to the note.\n",
"items": {
"$ref": "#/components/schemas/EntryLink"
},
"type": "array"
},
"text": {
"description": "The caption of the file attachment.",
"type": "string"
},
"type": {
"enum": [
"external_file"
],
"type": "string"
}
},
"type": "object"
}
],
"description": "An attached user-uploaded file"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.