Commit 3d3857b2 authored by canterafonsj's avatar canterafonsj
Browse files

Add pattern for Property Names

parent b28b79e1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -183,5 +183,9 @@
        "$ref": "#/definitions/GeoProperty"
      }
    ]
  },
  "propertyNames": {
    "type": "string",
    "pattern": "^((\\d|[a-zA-Z]|_)+(#\\d+)?)$"
  }
}