{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "HytaleDock Entity Graph — 4-level Entity Stacking",
  "description": "Hierarchical entity graph for the HytaleDock platform — AI citability and knowledge-graph consistency. Level 1: parent Yamiru brand; Level 2: sub-brands (HytaleDock and sister projects); Level 3: Person (Viktor Vasko); Level 4: products and API endpoints.",
  "url": "https://hytaledock.com/entities.json",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "lastUpdated": "2026-04-18",
  "version": "2.0",
  "entities": [
    {
      "@type": "Brand",
      "@id": "https://yamiru.com/#brand",
      "name": "Yamiru",
      "alternateName": [
        "Yamiru Tech",
        "yamiru.com"
      ],
      "url": "https://yamiru.com",
      "description": "Parent brand covering all projects operated by Viktor Vasko — infrastructure tooling, gaming community platforms, PHP/Java plugins and AI SEO utilities.",
      "sameAs": [
        "https://yamiru.com",
        "https://github.com/yamiru"
      ],
      "level": 1
    },
    {
      "@type": "Organization",
      "@id": "https://hytaledock.com/#organization",
      "name": "HytaleDock",
      "alternateName": [
        "Hytale Dock",
        "HytaleDock.com"
      ],
      "url": "https://hytaledock.com",
      "description": "Community platform for the Hytale modding scene — plugins, addons, resource packs, tutorials and server configurations.",
      "parentOrganization": {
        "@id": "https://yamiru.com/#brand"
      },
      "founder": {
        "@id": "https://yamiru.com/#person"
      },
      "foundingDate": "2026-01-13",
      "knowsLanguage": [
        "en"
      ],
      "sameAs": [
        "https://discord.gg/hytaledock",
        "https://github.com/yamiru/hytaledock",
        "https://twitter.com/hytaledock",
        "https://youtube.com/@hytaledock"
      ],
      "level": 2
    },
    {
      "@type": "Organization",
      "@id": "https://hytaleservery.com/#organization",
      "name": "HytaleServery.com",
      "url": "https://hytaleservery.com",
      "description": "Sister project — Hytale server catalog and server-listing platform.",
      "parentOrganization": {
        "@id": "https://yamiru.com/#brand"
      },
      "level": 2
    },
    {
      "@type": "Organization",
      "@id": "https://discordservery.com/#organization",
      "name": "DiscordServery",
      "url": "https://discordservery.com",
      "description": "Sister project — Discord server catalog for gaming communities.",
      "parentOrganization": {
        "@id": "https://yamiru.com/#brand"
      },
      "level": 2
    },
    {
      "@type": "Organization",
      "@id": "https://playserverlist.com/#organization",
      "name": "PlayServerList",
      "url": "https://playserverlist.com",
      "description": "Sister project — multi-game server-listing platform with OneQuery and UDP Query support.",
      "parentOrganization": {
        "@id": "https://yamiru.com/#brand"
      },
      "level": 2
    },
    {
      "@type": "Person",
      "@id": "https://yamiru.com/#person",
      "name": "Viktor Vasko",
      "alternateName": "Yamiru",
      "url": "https://yamiru.com",
      "jobTitle": "Linux Infrastructure Engineer, PHP/Java Developer",
      "description": "Slovak freelance sysadmin and developer based in Košice. Founder and operator of HytaleDock and sister projects under the Yamiru brand. Professional firefighter at the Ministry of Defence of the Slovak Republic.",
      "nationality": "Slovak",
      "birthPlace": {
        "@type": "Place",
        "name": "Košice, Slovakia"
      },
      "worksFor": {
        "@id": "https://hytaledock.com/#organization"
      },
      "founder": {
        "@id": "https://hytaledock.com/#organization"
      },
      "brand": {
        "@id": "https://yamiru.com/#brand"
      },
      "knowsLanguage": [
        "en"
      ],
      "knowsAbout": [
        "Linux system administration",
        "PHP 8 / Laravel / custom CMS",
        "Java / Kotlin plugin development",
        "Hytale modding",
        "AI SEO 2026+ (GEO, AEO, LLMO)",
        "nginx, MariaDB, Redis",
        "Cloudflare infrastructure"
      ],
      "sameAs": [
        "https://github.com/yamiru",
        "https://yamiru.com"
      ],
      "level": 3
    },
    {
      "@type": "VideoGame",
      "@id": "https://hytale.com/#game",
      "name": "Hytale",
      "url": "https://hytale.com",
      "description": "Voxel sandbox game by Hypixel Studios. Early Access launch 13 January 2026. Combines block building, RPG combat and an extensive modding API.",
      "publisher": {
        "@type": "Organization",
        "@id": "https://hypixelstudios.com/#organization",
        "name": "Hypixel Studios",
        "url": "https://hypixelstudios.com"
      },
      "datePublished": "2026-01-13",
      "gamePlatform": [
        "PC",
        "Windows",
        "macOS",
        "Linux"
      ],
      "genre": [
        "Sandbox",
        "RPG",
        "Adventure",
        "Voxel"
      ],
      "contentRating": "ESRB T",
      "level": 4
    },
    {
      "@type": "WebAPI",
      "@id": "https://hytaledock.com/api/v1#api",
      "name": "HytaleDock REST API v1",
      "url": "https://hytaledock.com/api/v1",
      "documentation": "https://hytaledock.com/openapi.yaml",
      "provider": {
        "@id": "https://hytaledock.com/#organization"
      },
      "termsOfService": "https://hytaledock.com/terms",
      "level": 4
    },
    {
      "@type": "WebAPI",
      "@id": "https://hytaledock.com/graphql#api",
      "name": "HytaleDock GraphQL API",
      "url": "https://hytaledock.com/graphql",
      "provider": {
        "@id": "https://hytaledock.com/#organization"
      },
      "level": 4
    },
    {
      "@type": "SoftwareSourceCode",
      "@id": "https://github.com/yamiru/hytaban#repo",
      "name": "HytaBans",
      "codeRepository": "https://github.com/yamiru/hytabans",
      "programmingLanguage": "Java",
      "about": "Hytale punishment management plugin — bans, mutes, warns, kicks.",
      "author": {
        "@id": "https://yamiru.com/#person"
      },
      "level": 4
    },
    {
      "@type": "SoftwareSourceCode",
      "@id": "https://github.com/yamiru/hycensor#repo",
      "name": "HyCensor",
      "codeRepository": "https://github.com/yamiru/hycensor",
      "programmingLanguage": "Java",
      "about": "Hytale chat moderation plugin — profanity filter, spam detection, caps lock control.",
      "author": {
        "@id": "https://yamiru.com/#person"
      },
      "level": 4
    },
    {
      "@type": "SoftwareSourceCode",
      "@id": "https://github.com/yamiru/hytutorial#repo",
      "name": "HyTutorial",
      "codeRepository": "https://github.com/yamiru/hytutorial",
      "programmingLanguage": "Java",
      "about": "Hytale interactive tutorial plugin — guided onboarding for new server players.",
      "author": {
        "@id": "https://yamiru.com/#person"
      },
      "level": 4
    }
  ],
  "relationships": [
    {
      "subject": "https://hytaledock.com/#organization",
      "predicate": "parentOrganization",
      "object": "https://yamiru.com/#brand"
    },
    {
      "subject": "https://hytaleservery.com/#organization",
      "predicate": "parentOrganization",
      "object": "https://yamiru.com/#brand"
    },
    {
      "subject": "https://discordservery.com/#organization",
      "predicate": "parentOrganization",
      "object": "https://yamiru.com/#brand"
    },
    {
      "subject": "https://playserverlist.com/#organization",
      "predicate": "parentOrganization",
      "object": "https://yamiru.com/#brand"
    },
    {
      "subject": "https://hytaledock.com/#organization",
      "predicate": "founder",
      "object": "https://yamiru.com/#person"
    },
    {
      "subject": "https://hytaledock.com/#organization",
      "predicate": "aboutGame",
      "object": "https://hytale.com/#game"
    },
    {
      "subject": "https://hytale.com/#game",
      "predicate": "publisher",
      "object": "https://hypixelstudios.com/#organization"
    },
    {
      "subject": "https://yamiru.com/#person",
      "predicate": "worksFor",
      "object": "https://hytaledock.com/#organization"
    },
    {
      "subject": "https://yamiru.com/#person",
      "predicate": "brand",
      "object": "https://yamiru.com/#brand"
    },
    {
      "subject": "https://hytaledock.com/api/v1#api",
      "predicate": "provider",
      "object": "https://hytaledock.com/#organization"
    }
  ]
}
