addedOutput schema / properties / data
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "nextCursor": {
+ "type": "string"
+ },
+ "smartLinks": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "artistHubUrl": {
+ "type": "string"
+ },
+ "artistId": {
+ "type": "string"
+ },
+ "artistName": {
+ "type": "string"
+ },
+ "claimStatus": {
+ "enum": [
+ "auto_approved",
+ "pending_ops_review",
+ "verification_deferred",
+ "approved_by_ops",
+ "rejected"
+ ],
+ "type": "string"
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "isPublic": {
+ "type": "boolean"
+ },
+ "localizedPublicUrls": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "odesliStatus": {
+ "enum": [
+ "pending",
+ "resolved",
+ "failed"
+ ],
+ "type": "string"
+ },
+ "publicUrl": {
+ "type": "string"
+ },
+ "publishState": {
+ "enum": [
+ "published",
+ "unpublished"
+ ],
+ "type": "string"
+ },
+ "releaseSlug": {
+ "type": "string"
+ },
+ "releaseTitle": {
+ "type": "string"
+ },
+ "releaseType": {
+ "type": "string"
+ },
+ "renderState": {
+ "enum": [
+ "queued",
+ "rendering",
+ "rendered",
+ "failed"
+ ],
+ "type": "string"
+ },
+ "spotifyUrl": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "takedownStatus": {
+ "enum": [
+ "none",
+ "active",
+ "resolved"
+ ],
+ "type": "string"
+ },
+ "theme": {
+ "enum": [
+ "classic",
+ "brutalist",
+ "aurora",
+ "cinematic"
+ ],
+ "type": "string"
+ },
+ "updatedAt": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "artistHubUrl",
+ "artistId",
+ "artistName",
+ "claimStatus",
+ "createdAt",
+ "id",
+ "isPublic",
+ "odesliStatus",
+ "publicUrl",
+ "publishState",
+ "releaseSlug",
+ "releaseTitle",
+ "releaseType",
+ "renderState",
+ "spotifyUrl",
+ "takedownStatus",
+ "theme",
+ "updatedAt"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "smartLinks"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "nextCursor": {
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "totalCount": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "summary",
+ "totalCount"
+ ],
+ "type": "object"
+ }
+ ]
+}