change time (property)

This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.

ID: https://schemas.optimade.org/defs/v1.2/properties/optimade/files/ctime
Definition name: ctime

Property name: change time
Description: Time of last status change of a file as per POSIX standard.
Type: timestamp

Examples:

Formats: [JSON] [MD]

JSON definition:

{
    "$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/files/ctime",
    "$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
    "title": "change time",
    "x-optimade-type": "timestamp",
    "x-optimade-definition": {
        "label": "ctime_optimade_files",
        "kind": "property",
        "version": "1.2.0",
        "format": "1.2",
        "name": "ctime"
    },
    "type": [
        "string",
        "null"
    ],
    "format": "date-time",
    "description": "Time of last status change of a file as per POSIX standard.",
    "examples": [
        "2007-04-05T14:30:20Z"
    ],
    "x-optimade-unit": "inapplicable"
}