http://ns.adobe.com/adobecloud/core/1.0
Common Properties for Storage in the Adobe Cloud Platform
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | external/repo/common.schema.json |
{
"repo:name": "example.png",
"repo:path": "/examples/from/xdm",
"dc:format": "image/png"
}
Property | Type | Group |
---|---|---|
dc:format | string |
http://ns.adobe.com/adobecloud/core/1.0#/definitions/common-properties |
repo:createDate | string |
http://ns.adobe.com/adobecloud/core/1.0#/definitions/date-properties |
repo:lastModifiedDate | string |
http://ns.adobe.com/adobecloud/core/1.0#/definitions/date-properties |
repo:name | string |
http://ns.adobe.com/adobecloud/core/1.0#/definitions/common-properties |
repo:path | string |
http://ns.adobe.com/adobecloud/core/1.0#/definitions/common-properties |
The physical or digital manifestation of the resource. Typically, Format should include the media-type of the resource. Format may be used to determine the software, hardware or other equipment needed to display or operate the resource. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of [Internet Media Types](http://www.iana.org/ assignments/media-types/) defining computer media formats).
dc:format
- is optional
- type:
string
- defined in this schema
string
All instances must conform to this regular expression
\w+\/[-.\w]+(?:\+[-.\w]+)?
- test example: application/vnd.adobe.photoshop
"application/vnd.adobe.photoshop"
The server date and time when the resource was created in the repository, such as when an asset file is first uploaded or a directory is created by the server as the parent of a new asset. The Date Time property should conform to ISO 8601 standard. An example form is "2004-10-23T12:00:00-06:00".
repo:createDate
- is optional
- type:
string
- defined in this schema
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
"2004-10-23T12:00:00-06:00"
The server date and time when the resource was most recently modified in the repository, such as when a new version of an asset is uploaded or a directory's child resource is added or removed. The Date Time property should conform to ISO 8601 standard. An example form is "2004-10-23T12:00:00-06:00".
repo:lastModifiedDate
- is optional
- type:
string
- defined in this schema
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
"2004-10-23T12:00:00-06:00"
repo:name
- is optional
- type:
string
- defined in this schema
string
repo:path
- is optional
- type:
string
- defined in this schema
string