Bentley Systems · JSON Structure

Bentley Named Version Structure

Structural definition of a NamedVersion — a pinned, named point in iModel history.

Type: Properties: 0
Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModel

NamedVersion is a JSON Structure definition published by Bentley Systems. It conforms to the https://json-structure.org/schema meta-schema.

Meta-schema: https://json-structure.org/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema",
  "name": "NamedVersion",
  "description": "Structural definition of a NamedVersion \u2014 a pinned, named point in iModel history.",
  "fields": [
    {
      "name": "id",
      "type": "uuid",
      "required": true
    },
    {
      "name": "name",
      "type": "string",
      "required": true
    },
    {
      "name": "changesetId",
      "type": "string",
      "required": true
    },
    {
      "name": "changesetIndex",
      "type": "integer",
      "required": true
    },
    {
      "name": "state",
      "type": "enum",
      "values": [
        "visible",
        "hidden"
      ],
      "required": true
    }
  ]
}