term-revision-asset.yaml 355 B

12345678910111213141516
  1. description: A single asset
  2. type: object
  3. properties:
  4. pk:
  5. $ref: ../common/pk.yaml
  6. term_revision_pk:
  7. $ref: ../relations/term-revision-pk.yaml
  8. uploaded_on:
  9. description: The date the asset was uploaded on (Unix timestamp in seconds)
  10. type: integer
  11. format: u64
  12. name:
  13. description: The filename
  14. type: string
  15. required:
  16. - name