Create posture.json
Browse files- posture.json +24 -0
posture.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"postureVersion": "v0.4",
|
| 3 |
+
"discipline": "DSLO",
|
| 4 |
+
"publicLayer": {
|
| 5 |
+
"mue": "opaque-human-signal",
|
| 6 |
+
"mu": "compiled-meaning-unit",
|
| 7 |
+
"sei": "ecological-species-index"
|
| 8 |
+
},
|
| 9 |
+
"stability": {
|
| 10 |
+
"deterministic": true,
|
| 11 |
+
"driftPotential": 0,
|
| 12 |
+
"substrateNeutral": true
|
| 13 |
+
},
|
| 14 |
+
"boundaries": {
|
| 15 |
+
"noSemanticProcessing": true,
|
| 16 |
+
"noOperationalLeakage": true,
|
| 17 |
+
"noGovernanceExposure": true
|
| 18 |
+
},
|
| 19 |
+
"visibility": {
|
| 20 |
+
"publicSafe": true,
|
| 21 |
+
"crawlerOptimized": true,
|
| 22 |
+
"scientificIndexReady": true
|
| 23 |
+
}
|
| 24 |
+
}
|