]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd
Improve RCP
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / src / main / resources / org / argeo / slc / jcr / slc.cnd
index cb88e55046e6ed5ccf9f2b9a5811d2341ab967bf..d644de3ca63177e54f584600270b0fa6e146015c 100644 (file)
@@ -75,10 +75,14 @@ mixin
 - slc:uuid (STRING) ! m
 - slc:completed (DATE)
 
-[slc:check] > nt:unstructured, mix:created
+[slc:check] > nt:unstructured
 // true for PASSED, false for FAILED or ERROR
 - slc:success (BOOLEAN) ! m
 - slc:message (STRING)
 // ERROR if set, the check could not be performed because of an unexpected exception
 - slc:errorMessage (STRING)
++ * (slc:property) *
 
+[slc:property] > nt:unstructured
+- slc:name (STRING) ! m
+- slc:value (STRING) m