changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "bit_rate": {
+ "description": "Bit rate in kbps",
+ "type": "integer"
+ },
+ "category": {
+ "description": "Audio category",
+ "type": "string"
+ },
+ "creator": {
+ "description": "Audio creator name",
+ "type": "string"
+ },
+ "creator_url": {
+ "description": "Creator profile URL",
+ "type": "string"
+ },
+ "download_url": {
+ "description": "Download URL",
+ "type": "string"
+ },
+ "duration": {
+ "description": "Duration in milliseconds",
+ "type": "integer"
+ },
+ "filesize": {
+ "description": "File size in bytes",
+ "type": "integer"
+ },
+ "filetype": {
+ "description": "File format",
+ "type": "string"
+ },
+ "foreign_landing_url": {
+ "description": "Original source URL",
+ "type": "string"
+ },
+ "id": {
+ "description": "Audio unique identifier",
+ "type": "string"
+ },
+ "license": {
+ "description": "License type",
+ "type": "string"
+ },
+ "license_url": {
+ "description": "License details URL",
+ "type": "string"
+ },
+ "license_version": {
+ "description": "License version",
+ "type": "string"
+ },
+ "provider": {
+ "description": "Source provider",
+ "type": "string"
+ },
+ "sample_rate": {
+ "description": "Sample rate in Hz",
+ "type": "integer"
+ },
+ "source": {
+ "description": "Source identifier",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Associated tags",
+ "items": {
+ "properties": {
+ "accuracy": {
+ "description": "Tag accuracy score",
+ "type": "number"
+ },
+ "name": {
+ "description": "Tag name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Audio title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Audio URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}