Data Transfer Project: Generic schema for personal data portability

Added on Oct. 22, 2025Managed by Data Transfer Initiative

Media

{
  "$schema" : "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://id.schemas.pub/org/dtinit.org/dtp/media-0.1.0",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "@type": {
      "const": "Album"
    }
  },
  "required": [
    "@type",
    "id",
    "name"
  ]
}

View source