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/version
Definition name: version
Property name: version
Description: Version information of a file (e.g., commit, revision, timestamp).
Type: string
Requirements/Conventions:
Examples:
"3.2.6"
JSON definition:
{
"$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/files/version",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
"title": "version",
"x-optimade-type": "string",
"x-optimade-definition": {
"label": "version_optimade_files",
"kind": "property",
"version": "1.2.0",
"format": "1.2",
"name": "version"
},
"type": [
"string",
"null"
],
"description": "Version information of a file (e.g., commit, revision, timestamp).\n\n**Requirements/Conventions:**\n\n- If provided, it MUST be guaranteed that file contents pertaining to the same combination of id and version are the same.",
"examples": [
"3.2.6"
],
"x-optimade-unit": "inapplicable"
}