Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vl-schema-jsoneditor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaclab
vl-schema-jsoneditor
Commits
d3c98c08
Commit
d3c98c08
authored
7 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
bce3a4de
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-2
3 additions, 2 deletions
README.md
with
3 additions
and
2 deletions
README.md
+
3
−
2
View file @
d3c98c08
...
@@ -17,7 +17,8 @@ Folgende Struktur wird verwendet: `{{XXX@YYY@ZZZ}}`. Bedeutung:
...
@@ -17,7 +17,8 @@ Folgende Struktur wird verwendet: `{{XXX@YYY@ZZZ}}`. Bedeutung:
*
`XXX`
: Kennung der Variablen. Sie bestimmt, woher der konkrete Inhalt
*
`XXX`
: Kennung der Variablen. Sie bestimmt, woher der konkrete Inhalt
zur Ersetzung beschafft wird. Welche Kennungen derzeit unterstützt werden,
zur Ersetzung beschafft wird. Welche Kennungen derzeit unterstützt werden,
findet man im Quelltext der
[
List
](
deploy/lists/getSchema.js
)
.
findet man im Quelltext der
[
List
](
deploy/lists/getSchema.js
)
.
*
`YYY`
: Typ der Variablen. Derzeit wird nur der Type
`ENUM`
(Array) unterstützt.
*
`YYY`
: Typ der Variablen. Derzeit wird nur der Type
`ENUM`
(Array)
unterstützt. Denkbar wäre noch
`OBJECT`
, um komplette Sub-SCHEMAs einzufügen.
*
`ZZZ`
: Erweiterte Kennung (optional).
*
`ZZZ`
: Erweiterte Kennung (optional).
Beispiel:
`{{000_UNITS@ENUM@Pressure}}`
. Es wird ein Array aus der
Beispiel:
`{{000_UNITS@ENUM@Pressure}}`
. Es wird ein Array aus der
...
@@ -40,7 +41,7 @@ ausschnittsweise die folgende Struktur enthalten:
...
@@ -40,7 +41,7 @@ ausschnittsweise die folgende Struktur enthalten:
Erfolgt dagegen der Zugriff über die List
`editor-schema`
, d.h. per
Erfolgt dagegen der Zugriff über die List
`editor-schema`
, d.h. per
[http://localhost:5984/vl_db/_design/editor-schema/_list/getSchema/getData?schema=000_SCHEMA-cob-srg]
[http://localhost:5984/vl_db/_design/editor-schema/_list/getSchema/getData?schema=000_SCHEMA-cob-srg]
(http://localhost:5984/vl_db/_design/editor-schema/_list/getSchema/getData?schema=000_SCHEMA-cob-srg),
(http://localhost:5984/vl_db/_design/editor-schema/_list/getSchema/getData?schema=000_SCHEMA-cob-srg),
e
nt
hält man eine Struktur mit ersetzten Variblen:
e
r
hält man eine Struktur mit ersetzten Vari
a
blen:
```
```
"properties": {
"properties": {
"Unit": {
"Unit": {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment