- description: A single asset
- type: object
- properties:
- pk:
- $ref: ../common/pk.yaml
- term_revision_pk:
- $ref: ../relations/term-revision-pk.yaml
- uploaded_on:
- description: The date the asset was uploaded on (Unix timestamp in seconds)
- type: integer
- format: u64
- name:
- description: The filename
- type: string
- required:
- - name
|