Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NGSI Linked Data
NGSI-LD
Commits
3d3857b2
Commit
3d3857b2
authored
Nov 13, 2018
by
canterafonsj
Browse files
Add pattern for Property Names
parent
b28b79e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
schema/Entity.json
schema/Entity.json
+5
-1
No files found.
schema/Entity.json
View file @
3d3857b2
...
@@ -183,5 +183,9 @@
...
@@ -183,5 +183,9 @@
"$ref"
:
"#/definitions/GeoProperty"
"$ref"
:
"#/definitions/GeoProperty"
}
}
]
]
},
"propertyNames"
:
{
"type"
:
"string"
,
"pattern"
:
"^((
\\
d|[a-zA-Z]|_)+(#
\\
d+)?)$"
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment