The media schema retrieves general asset properties and storage items of media assets (images, videos, audio and 3D image files). This schema is included in the specific media asset schemas.

Asset types

  • any media asset type

Schema

{
  "cs:$no_new_masterdata": true,
  "cs:fulltext.$faceted": true,
  "cs:asset.type": null,
  "type": "object",
  "cs:roles.required": {
    "read": true,
    "create": true,
    "update": true,
    "delete": true
  },
  "properties": {
      "parentFolders": {
          "type": "array",
          "items": {
              "oneOf": [
                  {
                      "type": "string"
                  },
                  {
                      "type": "null"
                  }
              ],
              "cs:relation.direction": "parent",
              "cs:relation.$ref_type": "link",
              "cs:relation.key": "user.",
              "type": "string"
          }
    },
    "thumbnail": {
      "type": "object",
      "cs:storage.item": "thumbnail",
      "cs:storage.$value_property": "downloadLink",
      "cs:link": "download",
      "properties": {
        "downloadLink": {
          "type": "string"
        },
        "mime": {
          "type": "string",
          "cs:storage.$attribute": "mimetype"
        },
        "size": {
          "type": "object",
          "properties": {
            "width": {
              "type": "integer",
              "cs:storage.$attribute": "width_px"
            },
            "height": {
              "type": "integer",
              "cs:storage.$attribute": "height_px"
            },
            "dpi": {
              "type": "integer",
              "cs:storage.$attribute": "dpi"
            }
          }
        }
      }
    },
    "preview": {
      "type": "object",
      "cs:storage.item": "preview",
      "cs:storage.$value_property": "downloadLink",
      "cs:link": "download",
      "properties": {
        "downloadLink": {
          "type": "string"
        },
        "mime": {
          "type": "string",
          "cs:storage.$attribute": "mimetype"
        },
        "size": {
          "type": "object",
          "properties": {
            "width": {
              "type": "integer",
              "cs:storage.$attribute": "width_px"
            },
            "height": {
              "type": "integer",
              "cs:storage.$attribute": "height_px"
            },
            "dpi": {
              "type": "integer",
              "cs:storage.$attribute": "dpi"
            }
          }
        }
      }
    },
    "cropping": {
      "type": "array",
      "items": {
        "cs:feature.$value_property": "key",
        "cs:feature.key": "censhare:image-asset-crop.key",
        "additionalProperties": false,
        "type": "object",
        "properties": {
          "x": {
            "cs:feature.key": "censhare:image-asset-crop.source-x",
            "type": "integer",
            "minimum": 0
          },
          "width": {
            "cs:feature.key": "censhare:image-asset-crop.source-width",
            "type": "integer",
            "minimum": 0
          },
          "y": {
            "cs:feature.key": "censhare:image-asset-crop.source-y",
            "type": "integer",
            "minimum": 0
          },
          "key": {
            "minLength": 1,
            "type": "string"
          },
          "height": {
            "cs:feature.key": "censhare:image-asset-crop.source-height",
            "type": "integer",
            "minimum": 0
          }
        },
        "required": [
          "key",
          "x",
          "y",
          "width",
          "height"
        ]
      }
    },
    "keywords": {
      "type": "array",
      "items": {
        "type": "object",
        "cs:asset.type": "module.keyword.",
        "cs:feature.$ref_type": "INLINE",
        "cs:feature.key": "censhare:keyword-ref",
        "cs:feature.value_type": "ASSET",
        "cs:relation.$selection_key": [
          "id"
        ],
        "properties": {
          "id": {
            "cs:feature.key": "censhare:asset.id",
            "type": "integer"
          },
          "name": {
            "cs:feature.key": "censhare:asset.name",
            "type": "string"
          }
        }
      }
    },
    "color": {
      "additionalProperties": false,
      "type": "object",
      "properties": {
        "schema": {
          "cs:storage.$attribute": "color",
          "cs:storage.item": "master",
          "type": "string"
        },
        "bits": {
          "cs:storage.$attribute": "colordepthbits",
          "cs:storage.item": "master",
          "type": "integer"
        }
      }
    },
    "author": {
      "cs:relation.direction": "child",
      "cs:relation.$ref_type": "link",
      "cs:relation.key": "user.author.",
      "type": "string",
      "cs:graphql.type": "person"
    },
    "videoFormat": {
      "cs:storage.$attribute": "video_format",
      "cs:storage.item": "master",
      "type": "string"
    },
    "mime": {
      "cs:storage.$attribute": "mimetype",
      "cs:storage.item": "master",
      "type": "string"
    },
    "iptc": {
      "cs:feature.key": "censhare:iptc",
      "additionalProperties": false,
      "type": "object",
      "properties": {
        "image": {
          "cs:feature.key": "censhare:iptc.image",
          "additionalProperties": false,
          "type": "object",
          "properties": {
            "country": {
              "cs:feature.key": "censhare:address.country",
              "type": "string"
            },
            "dateCreated": {
              "format": "date-time",
              "cs:feature.key": "censhare:iptc.date-created",
              "type": "string"
            },
            "sceneCode": {
              "cs:feature.key": "censhare:iptc.scene-code",
              "type": "string"
            },
            "city": {
              "cs:feature.key": "censhare:address.city",
              "type": "string"
            },
            "countryCode": {
              "cs:feature.key": "censhare:address.country-code",
              "type": "string"
            },
            "additional": {
              "cs:feature.key": "censhare:address.additional",
              "type": "string"
            },
            "genre": {
              "cs:feature.key": "censhare:iptc.genre",
              "type": "string"
            },
            "region": {
              "cs:feature.key": "censhare:address.region",
              "type": "string"
            }
          }
        },
        "urgency": {
          "cs:feature.key": "censhare:iptc.urgency",
          "type": "string"
        },
        "contact": {
          "cs:feature.key": "censhare:iptc.contact",
          "additionalProperties": false,
          "type": "object",
          "properties": {
            "comOtherType": {
              "cs:feature.$value_property": "type",
              "cs:feature.key": "censhare:address.com-other-type",
              "additionalProperties": false,
              "type": "object",
              "properties": {
                "type": {
                  "type": "string"
                },
                "value": {
                  "cs:feature.key": "censhare:address.uri-generic",
                  "type": "string"
                }
              }
            },
            "zipCode": {
              "cs:feature.key": "censhare:address.zip-code",
              "type": "string"
            },
            "country": {
              "cs:feature.key": "censhare:address.country",
              "type": "string"
            },
            "uriTel": {
              "cs:feature.key": "censhare:address.uri-tel",
              "type": "string"
            },
            "creator": {
              "cs:feature.key": "censhare:iptc.creator",
              "type": "string"
            },
            "city": {
              "cs:feature.key": "censhare:address.city",
              "type": "string"
            },
            "street": {
              "cs:feature.key": "censhare:address.street",
              "type": "string"
            },
            "uriMailto": {
              "cs:feature.key": "censhare:address.uri-mailto",
              "type": "string"
            },
            "function": {
              "cs:feature.key": "censhare:address.function",
              "type": "string"
            },
            "region": {
              "cs:feature.key": "censhare:address.region",
              "type": "string"
            }
          }
        },
        "fixtureId": {
          "cs:feature.key": "censhare:iptc.fixture-id",
          "type": "string"
        },
        "category": {
          "cs:feature.key": "censhare:iptc.category",
          "type": "string"
        },
        "subcategory": {
          "cs:feature.key": "censhare:iptc.subcategory",
          "type": "string"
        },
        "content": {
          "cs:feature.key": "censhare:iptc.content",
          "additionalProperties": false,
          "type": "object",
          "properties": {
            "keywords": {
              "cs:feature.key": "censhare:iptc.keywords",
              "type": "string"
            },
            "description": {
              "cs:feature.key": "censhare:iptc.description",
              "type": "string"
            },
            "writerEditor": {
              "cs:feature.key": "censhare:iptc.writer-editor",
              "type": "string"
            },
            "headline": {
              "cs:feature.key": "censhare:iptc.headline",
              "type": "string"
            },
            "subjectCode": {
              "cs:feature.key": "censhare:iptc.subject-code",
              "type": "string"
            }
          }
        },
        "status": {
          "cs:feature.key": "censhare:iptc.status",
          "additionalProperties": false,
          "type": "object",
          "properties": {
            "instructions": {
              "cs:feature.key": "censhare:iptc.instructions",
              "type": "string"
            },
            "jobId": {
              "cs:feature.key": "censhare:iptc.job-id",
              "type": "string"
            },
            "copyrightNotice": {
              "cs:feature.key": "censhare:iptc.copyright-notice",
              "type": "string"
            },
            "source": {
              "cs:feature.key": "censhare:iptc.source",
              "type": "string"
            },
            "credit": {
              "cs:feature.key": "censhare:iptc.credit",
              "type": "string"
            },
            "title": {
              "cs:feature.key": "censhare:iptc.title",
              "type": "string"
            }
          }
        }
      }
    },
    "recognition": {
      "type": "object",
      "properties": {
        "colors": {
          "type": "array",
          "items": {
            "cs:feature.$value_property": "color",
            "cs:feature.$ref_type": "link",
            "cs:feature.key": "censhare:content.color",
            "cs:feature.$relevance_property": "relevance",
            "type": "object",
            "required": [
              "color"
            ],
            "properties": {
              "color": {
                "cs:graphql.type": "color",
                "type": "string"
              },
              "relevance": {
                "type": "number"
              }
            }
          }
        }
      }
    },
    "fps": {
      "cs:storage.$attribute": "frames_per_second",
      "cs:storage.item": "master",
      "type": "number"
    },
    "dateModified": {
      "cs:feature.$faceted": true,
      "format": "date-time",
      "cs:feature.key": "censhare:asset.modified_date",
      "type": "string"
    },
    "bitrate": {
      "cs:storage.$attribute": "bitrate_mbps",
      "cs:storage.item": "master",
      "type": "number"
    },
    "audioFormat": {
      "cs:storage.$attribute": "audio_format",
      "cs:storage.item": "master",
      "type": "string"
    },
    "masterLink": {
      "cs:storage.item": "master",
      "type": "string",
      "cs:link": "download"
    },
    "duration": {
      "cs:storage.$attribute": "duration_sec",
      "cs:storage.item": "master",
      "type": "number"
    },
    "dateCreated": {
      "cs:feature.$faceted": true,
      "format": "date-time",
      "cs:feature.key": "censhare:asset.creation_date",
      "type": "string"
    },
    "pages": {
      "type": "array",
      "items": {
        "cs:element.key": "actual.",
        "additionalProperties": false,
        "type": "object",
        "properties": {
          "previewDownload": {
            "cs:storage.item": "preview",
            "type": "string",
            "cs:link": "download"
          },
          "thumbnailDownload": {
            "cs:storage.item": "thumbnail",
            "type": "string",
            "cs:link": "download"
          }
        }
      }
    },
    "size": {
      "additionalProperties": false,
      "type": "object",
      "properties": {
        "width": {
          "cs:storage.$attribute": "width_px",
          "cs:storage.item": "master",
          "type": "integer"
        },
        "dpi": {
          "cs:storage.$attribute": "dpi",
          "cs:storage.item": "master",
          "type": "integer"
        },
        "height": {
          "cs:storage.$attribute": "height_px",
          "cs:storage.item": "master",
          "type": "integer"
        }
      }
    },
    "hashCode": {
      "cs:storage.$attribute": "hashcode",
      "cs:storage.item": "master",
      "type": "string"
    },
    "contentSize": {
      "cs:storage.$attribute": "filelength",
      "cs:storage.item": "master",
      "type": "integer"
    },
    "name": {
      "cs:feature.$faceted": true,
      "cs:feature.key": "censhare:asset.name",
      "type": "string"
    },
    "xmp": {
      "cs:feature.key": "censhare:xmp",
      "additionalProperties": false,
      "type": "object",
      "properties": {
        "iccProfile": {
          "cs:feature.key": "censhare:xmp.icc-profile",
          "type": "string"
        },
        "modifyDate": {
          "format": "date-time",
          "cs:feature.key": "censhare:xmp.modify-date",
          "type": "string"
        },
        "creatorTool": {
          "cs:feature.key": "censhare:xmp.creator-tool",
          "type": "string"
        },
        "rating": {
          "cs:feature.key": "censhare:xmp.rating",
          "type": "number"
        },
        "colorMode": {
          "cs:feature.key": "censhare:xmp.color-mode",
          "type": "string",
          "enum": [
            "bitmap",
            "cmyk",
            "duotone",
            "grayscale",
            "indexed",
            "lab",
            "multichannel",
            "rgb"
          ]
        },
        "copyrightFlag": {
          "cs:feature.key": "censhare:xmp.copyright-flag",
          "type": "string"
        },
        "documentId": {
          "cs:feature.key": "censhare:xmp.document-id",
          "type": "string"
        }
      }
    },
    "id": {
      "minValue": 0,
      "maxValue": 9007199254740991,
      "cs:feature.key": "censhare:asset.id",
      "type": "integer"
    },
    "orientationSize": {
      "additionalProperties": false,
      "type": "object",
      "properties": {
        "width": {
          "cs:storage.$attribute": "width_px",
          "cs:storage.item": "dic_master",
          "type": "integer"
        },
        "height": {
          "cs:storage.$attribute": "height_px",
          "cs:storage.item": "dic_master",
          "type": "integer"
        }
      }
    },
    "exif": {
      "cs:feature.key": "censhare:exif",
      "additionalProperties": false,
      "type": "object",
      "properties": {
        "exposureCompensation": {
          "cs:feature.key": "censhare:exif.exposure-compensation",
          "type": "integer"
        },
        "aperture": {
          "cs:feature.key": "censhare:exif.aperture",
          "type": "number"
        },
        "meteringMode": {
          "cs:feature.key": "censhare:exif.metering-mode",
          "type": "string",
          "enum": [
            "unknown",
            "average",
            "center-weighted-average",
            "spot",
            "multi-spot",
            "multi-segment",
            "partial",
            "other"
          ]
        },
        "iso": {
          "cs:feature.key": "censhare:exif.iso",
          "type": "integer"
        },
        "whiteBalance": {
          "cs:feature.key": "censhare:exif.white-balance",
          "type": "string",
          "enum": [
            "automatic",
            "manual"
          ]
        },
        "model": {
          "cs:feature.key": "censhare:exif.model",
          "type": "string"
        },
        "lens": {
          "cs:feature.key": "censhare:exif.lens",
          "type": "string"
        },
        "creationDate": {
          "format": "date-time",
          "cs:feature.key": "censhare:exif.creation-date",
          "type": "string"
        },
        "focalLength": {
          "cs:feature.key": "censhare:exif.focal-length",
          "type": "number"
        },
        "shutterSpeed": {
          "cs:feature.key": "censhare:exif.shutter-speed",
          "type": "string"
        },
        "flash": {
          "cs:feature.key": "censhare:exif.flash",
          "type": "boolean"
        }
      }
    }
  }
}
cs:$no_new_masterdata true
cs:fulltext.$faceted true
cs:asset.type
type object
cs:roles.required.read true
cs:roles.required.create true
cs:roles.required.update true
cs:roles.required.delete true
properties.parentFolders.type array
properties.parentFolders.items.oneOf.type [string, null]
properties.parentFolders.items.cs:relation.direction parent
properties.parentFolders.items.cs:relation.$ref_type link
properties.parentFolders.items.cs:relation.key user.
properties.parentFolders.items.cs:relation.$filter.asset_type group.*
properties.parentFolders.items.type string
properties.thumbnail.type object
properties.thumbnail.cs:storage.item thumbnail
properties.thumbnail.cs:storage.$value_property downloadLink
properties.thumbnail.cs:link
properties.thumbnail.properties.downloadLink.type string
properties.thumbnail.properties.mime.type string
properties.thumbnail.properties.mime.cs:storage.$attribute mimetype
properties.thumbnail.properties.size.type object
properties.thumbnail.properties.size.properties.width.type integer
properties.thumbnail.properties.size.properties.width.cs:storage.$attribute width_px
properties.thumbnail.properties.size.properties.height.type integer
properties.thumbnail.properties.size.properties.height.cs:storage.$attribute height_px
properties.thumbnail.properties.size.properties.dpi.type integer
properties.thumbnail.properties.size.properties.dpi.cs:storage.$attribute dpi
properties.preview.type object
properties.preview.cs:storage.item preview
properties.preview.cs:storage.$value_property downloadLink
properties.preview.cs:link
properties.preview.properties.downloadLink.type string
properties.preview.properties.mime.type string
properties.preview.properties.mime.cs:storage.$attribute mimetype
properties.preview.properties.size.type object
properties.preview.properties.size.properties.width.type integer
properties.preview.properties.size.properties.width.cs:storage.$attribute width_px
properties.preview.properties.size.properties.height.type integer
properties.preview.properties.size.properties.height.cs:storage.$attribute height_px
properties.preview.properties.size.properties.dpi.type integer
properties.preview.properties.size.properties.dpi.cs:storage.$attribute dpi
properties.cropping.type array
properties.cropping.items.cs:feature.$value_property key
properties.cropping.items.cs:feature.key censhare:image-asset-crop.key
properties.cropping.items.additionalProperties false
properties.cropping.items.type object
properties.cropping.items.properties.x.cs:feature.key censhare:image-asset-crop.source-x
properties.cropping.items.properties.x.type integer
properties.cropping.items.properties.x.minimum 0
properties.cropping.items.properties.width.cs:feature.key censhare:image-asset-crop.source-width
properties.cropping.items.properties.width.type integer
properties.cropping.items.properties.width.minimum 0
properties.cropping.items.properties.y.cs:feature.key censhare:image-asset-crop.source-y
properties.cropping.items.properties.y.type integer
properties.cropping.items.properties.y.minimum 0
properties.cropping.items.properties.key.minLength 1
properties.cropping.items.properties.key.type string
properties.cropping.items.properties.height.cs:feature.key censhare:image-asset-crop.source-height
properties.cropping.items.properties.height.type integer
properties.cropping.items.properties.height.minimum 0
properties.cropping.items.required ["key","x","y","width","height"]
properties.color.additionalProperties false
properties.color.type object
properties.color.properties.schema.cs:storage.$attribute color
properties.color.properties.schema.cs:storage.item master
properties.color.properties.schema.type string
properties.color.properties.bits.cs:storage.$attribute colordepthbits
properties.color.properties.bits.cs:storage.item master
properties.color.properties.bits.type integer
properties.videoFormat.cs:storage.$attribute video_format
properties.videoFormat.cs:storage.item master
properties.videoFormat.type string
properties.mime.cs:storage.$attribute mimetype
properties.mime.cs:storage.item master
properties.mime.type string
properties.iptc.cs:feature.key censhare:iptc
properties.iptc.additionalProperties false
properties.iptc.type object
properties.iptc.properties.image.cs:feature.key censhare:iptc.image
properties.iptc.properties.image.additionalProperties false
properties.iptc.properties.image.type object
properties.iptc.properties.image.properties.country.cs:feature.key censhare:address.country
properties.iptc.properties.image.properties.country.type string
properties.iptc.properties.image.properties.dateCreated.format date-time
properties.iptc.properties.image.properties.dateCreated.cs:feature.key censhare:iptc.date-created
properties.iptc.properties.image.properties.dateCreated.type string
properties.iptc.properties.image.properties.sceneCode.cs:feature.key censhare:iptc.scene-code
properties.iptc.properties.image.properties.sceneCode.type string
properties.iptc.properties.image.properties.city.cs:feature.key censhare:address.city
properties.iptc.properties.image.properties.city.type string
properties.iptc.properties.image.properties.countryCode.cs:feature.key censhare:address.country-code
properties.iptc.properties.image.properties.countryCode.type string
properties.iptc.properties.image.properties.additional.cs:feature.key censhare:address.additional
properties.iptc.properties.image.properties.additional.type string
properties.iptc.properties.image.properties.genre.cs:feature.key censhare:iptc.genre
properties.iptc.properties.image.properties.genre.type string
properties.iptc.properties.image.properties.region.cs:feature.key censhare:address.region
properties.iptc.properties.image.properties.region.type string
properties.iptc.properties.urgency.cs:feature.key censhare:iptc.urgency
properties.iptc.properties.urgency.type string
properties.iptc.properties.contact.cs:feature.key censhare:iptc.contact
properties.iptc.properties.contact.additionalProperties false
properties.iptc.properties.contact.type object
properties.iptc.properties.contact.properties.comOtherType.cs:feature.$value_property type
properties.iptc.properties.contact.properties.comOtherType.cs:feature.key censhare:address.com-other-type
properties.iptc.properties.contact.properties.comOtherType.additionalProperties false
properties.iptc.properties.contact.properties.comOtherType.type object
properties.iptc.properties.contact.properties.comOtherType.properties.type.type string
properties.iptc.properties.contact.properties.comOtherType.properties.value.cs:feature.key censhare:address.uri-generic
properties.iptc.properties.contact.properties.comOtherType.properties.value.type string
properties.iptc.properties.contact.properties.zipCode.cs:feature.key censhare:address.zip-code
properties.iptc.properties.contact.properties.zipCode.type string
properties.iptc.properties.contact.properties.country.cs:feature.key censhare:address.country
properties.iptc.properties.contact.properties.country.type string
properties.iptc.properties.contact.properties.uriTel.cs:feature.key censhare:address.uri-tel
properties.iptc.properties.contact.properties.uriTel.type string
properties.iptc.properties.contact.properties.creator.cs:feature.key censhare:iptc.creator
properties.iptc.properties.contact.properties.creator.type string
properties.iptc.properties.contact.properties.city.cs:feature.key censhare:address.city
properties.iptc.properties.contact.properties.city.type string
properties.iptc.properties.contact.properties.street.cs:feature.key censhare:address.street
properties.iptc.properties.contact.properties.street.type string
properties.iptc.properties.contact.properties.uriMailto.cs:feature.key censhare:address.uri-mailto
properties.iptc.properties.contact.properties.uriMailto.type string
properties.iptc.properties.contact.properties.function.cs:feature.key censhare:address.function
properties.iptc.properties.contact.properties.function.type string
properties.iptc.properties.contact.properties.region.cs:feature.key censhare:address.region
properties.iptc.properties.contact.properties.region.type string
properties.iptc.properties.fixtureId.cs:feature.key censhare:iptc.fixture-id
properties.iptc.properties.fixtureId.type string
properties.iptc.properties.category.cs:feature.key censhare:iptc.category
properties.iptc.properties.category.type string
properties.iptc.properties.subcategory.cs:feature.key censhare:iptc.subcategory
properties.iptc.properties.subcategory.type string
properties.iptc.properties.content.cs:feature.key censhare:iptc.content
properties.iptc.properties.content.additionalProperties false
properties.iptc.properties.content.type object
properties.iptc.properties.content.properties.keywords.cs:feature.key censhare:iptc.keywords
properties.iptc.properties.content.properties.keywords.type string
properties.iptc.properties.content.properties.description.cs:feature.key censhare:iptc.description
properties.iptc.properties.content.properties.description.type string
properties.iptc.properties.content.properties.writerEditor.cs:feature.key censhare:iptc.writer-editor
properties.iptc.properties.content.properties.writerEditor.type string
properties.iptc.properties.content.properties.headline.cs:feature.key censhare:iptc.headline
properties.iptc.properties.content.properties.headline.type string
properties.iptc.properties.content.properties.subjectCode.cs:feature.key censhare:iptc.subject-code
properties.iptc.properties.content.properties.subjectCode.type string
properties.iptc.properties.status.cs:feature.key censhare:iptc.status
properties.iptc.properties.status.additionalProperties false
properties.iptc.properties.status.type object
properties.iptc.properties.status.properties.instructions.cs:feature.key censhare:iptc.instructions
properties.iptc.properties.status.properties.instructions.type string
properties.iptc.properties.status.properties.jobId.cs:feature.key censhare:iptc.job-id
properties.iptc.properties.status.properties.jobId.type string
properties.iptc.properties.status.properties.copyrightNotice.cs:feature.key censhare:iptc.copyright-notice
properties.iptc.properties.status.properties.copyrightNotice.type string
properties.iptc.properties.status.properties.source.cs:feature.key censhare:iptc.source
properties.iptc.properties.status.properties.source.type string
properties.iptc.properties.status.properties.credit.cs:feature.key censhare:iptc.credit
properties.iptc.properties.status.properties.credit.type string
properties.iptc.properties.status.properties.title.cs:feature.key censhare:iptc.title
properties.iptc.properties.status.properties.title.type string
properties.fps.cs:storage.$attribute frames_per_second
properties.fps.cs:storage.item master
properties.fps.type number
properties.dateModified.cs:feature.$faceted true
properties.dateModified.format date-time
properties.dateModified.cs:feature.key censhare:asset.modified_date
properties.dateModified.type string
properties.bitrate.cs:storage.$attribute bitrate_mbps
properties.bitrate.cs:storage.item master
properties.bitrate.type number
properties.audioFormat.cs:storage.$attribute audio_format
properties.audioFormat.cs:storage.item master
properties.audioFormat.type string
properties.masterLink.cs:storage.item master
properties.masterLink.type string
properties.masterLink.cs:link
properties.deepLink.cs:module.class modules.cihub.DeepLinkExtension
properties.deepLink.type string
properties.duration.cs:storage.$attribute duration_sec
properties.duration.cs:storage.item master
properties.duration.type number
properties.dateCreated.cs:feature.$faceted true
properties.dateCreated.format date-time
properties.dateCreated.cs:feature.key censhare:asset.creation_date
properties.dateCreated.type string
properties.pages.type array
properties.pages.items.cs:element.key actual.
properties.pages.items.additionalProperties false
properties.pages.items.type object
properties.pages.items.properties.previewDownload.cs:storage.item preview
properties.pages.items.properties.previewDownload.type string
properties.pages.items.properties.previewDownload.cs:link
properties.pages.items.properties.thumbnailDownload.cs:storage.item thumbnail
properties.pages.items.properties.thumbnailDownload.type string
properties.pages.items.properties.thumbnailDownload.cs:link
properties.size.additionalProperties false
properties.size.type object
properties.size.properties.width.cs:storage.$attribute width_px
properties.size.properties.width.cs:storage.item master
properties.size.properties.width.type integer
properties.size.properties.dpi.cs:storage.$attribute dpi
properties.size.properties.dpi.cs:storage.item master
properties.size.properties.dpi.type integer
properties.size.properties.height.cs:storage.$attribute height_px
properties.size.properties.height.cs:storage.item master
properties.size.properties.height.type integer
properties.hashCode.cs:storage.$attribute hashcode
properties.hashCode.cs:storage.item master
properties.hashCode.type string
properties.contentSize.cs:storage.$attribute filelength
properties.contentSize.cs:storage.item master
properties.contentSize.type integer
properties.name.cs:feature.$faceted true
properties.name.cs:feature.key censhare:asset.name
properties.name.type string
properties.xmp.cs:feature.key censhare:xmp
properties.xmp.additionalProperties false
properties.xmp.type object
properties.xmp.properties.iccProfile.cs:feature.key censhare:xmp.icc-profile
properties.xmp.properties.iccProfile.type string
properties.xmp.properties.modifyDate.format date-time
properties.xmp.properties.modifyDate.cs:feature.key censhare:xmp.modify-date
properties.xmp.properties.modifyDate.type string
properties.xmp.properties.creatorTool.cs:feature.key censhare:xmp.creator-tool
properties.xmp.properties.creatorTool.type string
properties.xmp.properties.rating.cs:feature.key censhare:xmp.rating
properties.xmp.properties.rating.type number
properties.xmp.properties.colorMode.cs:feature.key censhare:xmp.color-mode
properties.xmp.properties.colorMode.type string
properties.xmp.properties.colorMode.enum ["bitmap","cmyk","duotone","grayscale","indexed","lab","multichannel","rgb"]
properties.xmp.properties.copyrightFlag.cs:feature.key censhare:xmp.copyright-flag
properties.xmp.properties.copyrightFlag.type string
properties.xmp.properties.documentId.cs:feature.key censhare:xmp.document-id
properties.xmp.properties.documentId.type string
properties.id.minValue 0
properties.id.maxValue 9007199254740991
properties.id.cs:feature.key censhare:asset.id
properties.id.type integer
properties.orientationSize.additionalProperties false
properties.orientationSize.type object
properties.orientationSize.properties.width.cs:storage.$attribute width_px
properties.orientationSize.properties.width.cs:storage.item dic_master
properties.orientationSize.properties.width.type integer
properties.orientationSize.properties.height.cs:storage.$attribute height_px
properties.orientationSize.properties.height.cs:storage.item dic_master
properties.orientationSize.properties.height.type integer
properties.exif.cs:feature.key censhare:exif
properties.exif.additionalProperties false
properties.exif.type object
properties.exif.properties.exposureCompensation.cs:feature.key censhare:exif.exposure-compensation
properties.exif.properties.exposureCompensation.type integer
properties.exif.properties.aperture.cs:feature.key censhare:exif.aperture
properties.exif.properties.aperture.type number
properties.exif.properties.meteringMode.cs:feature.key censhare:exif.metering-mode
properties.exif.properties.meteringMode.type string
properties.exif.properties.meteringMode.enum ["unknown","average","center-weighted-average","spot","multi-spot","multi-segment","partial","other"]
properties.exif.properties.iso.cs:feature.key censhare:exif.iso
properties.exif.properties.iso.type integer
properties.exif.properties.whiteBalance.cs:feature.key censhare:exif.white-balance
properties.exif.properties.whiteBalance.type string
properties.exif.properties.whiteBalance.enum ["automatic","manual"]
properties.exif.properties.model.cs:feature.key censhare:exif.model
properties.exif.properties.model.type string
properties.exif.properties.lens.cs:feature.key censhare:exif.lens
properties.exif.properties.lens.type string
properties.exif.properties.creationDate.format date-time
properties.exif.properties.creationDate.cs:feature.key censhare:exif.creation-date
properties.exif.properties.creationDate.type string
properties.exif.properties.focalLength.cs:feature.key censhare:exif.focal-length
properties.exif.properties.focalLength.type number
properties.exif.properties.shutterSpeed.cs:feature.key censhare:exif.shutter-speed
properties.exif.properties.shutterSpeed.type string
properties.exif.properties.flash.cs:feature.key censhare:exif.flash
properties.exif.properties.flash.type boolean