Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submission API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
Submission API
Merge requests
!6
Version 0.3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Version 0.3
develop
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Alexander Hoose
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
Created by: fjd-anh
0
0
Merge request reports
Viewing commit
37d2f56c
Prev
Next
Show latest version
1 file
+
8
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
37d2f56c
data/size in den Metadaten ergänzt
· 37d2f56c
Andreas Huber
authored
4 years ago
models/application/metadata-no-id.json
+
8
−
4
Options
@@ -120,12 +120,13 @@
"data"
:
{
"type"
:
"object"
,
"required"
:
[
"
schema
"
,
"
mime-type
"
"
mime-type
"
,
"
schema
"
],
"properties"
:
{
"schema"
:
{
"$ref"
:
"./schema.json"
"size"
:
{
"type"
:
"integer"
,
"description"
:
"Größe des Dokuments in Bytes"
},
"mime-type"
:
{
"type"
:
"string"
,
@@ -133,6 +134,9 @@
"json"
,
"xml"
]
},
"schema"
:
{
"$ref"
:
"./schema.json"
}
}
},
Loading