Terrain Filesystem Structure

JSON structure documentation for iRODS filesystem objects in the CyVerse Discovery Environment

Type: object Properties: 0
BioinformaticsData ScienceLife SciencesFilesystemCloud ComputingOpen-Source

Terrain Filesystem Structure is a JSON Structure definition published by Terrain Discovery Environment API.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Terrain Filesystem Object Structure",
  "description": "JSON structure documentation for iRODS filesystem objects in the CyVerse Discovery Environment",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "description": "Unique iRODS data object or collection ID"
    },
    {
      "name": "path",
      "type": "string",
      "description": "Full iRODS logical path (e.g., /iplant/home/username/mydata)"
    },
    {
      "name": "label",
      "type": "string",
      "description": "Display name (last segment of path)"
    },
    {
      "name": "date-created",
      "type": "string (Unix timestamp ms)",
      "description": "Creation timestamp in milliseconds since epoch"
    },
    {
      "name": "date-modified",
      "type": "string (Unix timestamp ms)",
      "description": "Last modification timestamp in milliseconds since epoch"
    },
    {
      "name": "file-size",
      "type": "integer",
      "description": "File size in bytes (0 for directories)"
    },
    {
      "name": "permission",
      "type": "string",
      "description": "Access permission for the current user: read, write, or own"
    },
    {
      "name": "file-type",
      "type": "string",
      "description": "MIME type or DE-detected file type (e.g., text/plain, image/png)"
    },
    {
      "name": "folders",
      "type": "array of FileSystemObject",
      "description": "Sub-directories when listing a directory (only in directory listing response)"
    },
    {
      "name": "files",
      "type": "array of FileSystemObject",
      "description": "Files when listing a directory (only in directory listing response)"
    },
    {
      "name": "total",
      "type": "integer",
      "description": "Total count of objects in directory (for pagination)"
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/terrain-filesystem-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.