1 parent 4784865 commit a4704ebCopy full SHA for a4704eb
1 file changed
schemas/open_graph/dog-park-schema.json
@@ -131,5 +131,20 @@
131
"description": "Lists dogs and their registered owners.",
132
"category": "Dog Park"
133
}
134
+ ],
135
+ "pz_rules": [
136
+ {
137
+ "key": "large_dog_area",
138
+ "name": "Large Dog Area",
139
+ "description": "Protects all Large Dog Area environment nodes in the dog park.",
140
+ "enabled": true,
141
+ "allow_disable": true,
142
+ "seeds": [
143
144
+ "type": 2,
145
+ "value": "MATCH (n:dogpark_LargeDogArea) RETURN n"
146
+ }
147
+ ]
148
149
]
150
0 commit comments