GitLab · JSON Structure

Gitlab Openapi Original Api_Entities_Project Identity Structure

API_Entities_ProjectIdentity from GitLab API

Type: object Properties: 7
CodePlatformSoftware DevelopmentSource Control

API_Entities_ProjectIdentity is a JSON Structure definition published by GitLab, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id description name name_with_namespace path path_with_namespace created_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-structure/gitlab-openapi-original-api_entities_project-identity-structure.json",
  "name": "API_Entities_ProjectIdentity",
  "description": "API_Entities_ProjectIdentity from GitLab API",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32",
      "example": 1
    },
    "description": {
      "type": "string",
      "example": "desc"
    },
    "name": {
      "type": "string",
      "example": "project1"
    },
    "name_with_namespace": {
      "type": "string",
      "example": "John Doe / project1"
    },
    "path": {
      "type": "string",
      "example": "project1"
    },
    "path_with_namespace": {
      "type": "string",
      "example": "namespace1/project1"
    },
    "created_at": {
      "type": "datetime",
      "example": "2020-05-07 04:27:17.016000+00:00"
    }
  }
}