"File":{"type":"object","example":{"content":"VGhlIGZ1dHVyZSBiZWxvbmdzIHRvIHRoZSBjdXJpb3VzLgo=","content_path":"v1/vaults/ionaiwtdvgclrixbt6ztpqcxnq/items/p7eflcy7f5mk7vg6zrzf5rjjyu/files/6r65pjq33banznomn7q22sj44e/content","id":"6r65pjq33banznomn7q22sj44e","name":"foo.txt","size":35},"properties":{"content":{"type":"string","description":"Base64-encoded contents of the file. Only set if size <= OP_MAX_INLINE_FILE_SIZE_KB kb and `inline_files` is set to `true`."},"content_path":{"type":"string","description":"Path of the Connect API that can be used to download the contents of this file.","readOnly":true},"id":{"type":"string","description":"ID of the file"},"name":{"type":"string","description":"Name of the file"},"section":{"type":"object","description":"For files that are in a section, this field describes the section.","properties":{}},"size":{"type":"integer","description":"Size in bytes of the file"}}}
Definition content
Annotations
Description Base64-encoded contents of the file. Only set if size <= OP_MAX_INLINE_FILE_SIZE_KB kb and `inline_files` is set to `true`.
"content":{"type":"string","description":"Base64-encoded contents of the file. Only set if size <= OP_MAX_INLINE_FILE_SIZE_KB kb and `inline_files` is set to `true`."}
Definition content_path
Annotations
Description Path of the Connect API that can be used to download the contents of this file.