addedOutput schema / properties / attachments
Added value: +{
+ "items": {
+ "properties": {
+ "apiUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "attribution": {
+ "maxLength": 500,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "caption": {
+ "maxLength": 500,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "dateAddedUtc": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fileName": {
+ "maxLength": 255,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "integer"
+ },
+ "locationRowid": {
+ "type": "integer"
+ },
+ "mediaType": {
+ "maxLength": 32,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "path": {
+ "maxLength": 500,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sourceUrl": {
+ "maxLength": 500,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "thumbnailPath": {
+ "maxLength": 500,
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "locationRowid",
+ "fileName",
+ "path"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}