{ "lexicon": 1, "id": "app.rocksky.spotify.defs", "defs": { "spotifyTrackView": { "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier of the Spotify track." }, "name": { "type": "string", "description": "The name of the track." }, "artist": { "type": "string", "description": "The name of the artist." }, "album": { "type": "string", "description": "The name of the album." }, "duration": { "type": "integer", "description": "The duration of the track in milliseconds." }, "previewUrl": { "type": "string", "description": "A URL to a preview of the track." } } } } }