addedInput schema / properties / entities / items / properties / confidence
Added value: +{
+ "description": "v1.6 freshness — belief strength [0, 1]",
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / entities / items / properties / importance
Added value: +{
+ "description": "Optional importance score (0-10) for prioritization",
+ "maximum": 10,
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / entities / items / properties / observationMeta
Added value: +{
+ "description": "η.4.4 per-observation temporal metadata; indexed parallel to observations[] by content match",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "content": {
+ "description": "Matches an entry in observations[] by exact content",
+ "type": "string"
+ },
+ "recordedAt": {
+ "description": "Bitemporal axis — when the fact was recorded",
+ "type": "string"
+ },
+ "validFrom": {
+ "type": "string"
+ },
+ "validUntil": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "content"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedInput schema / properties / entities / items / properties / parentId
Added value: +{
+ "description": "Optional parent entity name for hierarchical nesting",
+ "type": "string"
+}
addedInput schema / properties / entities / items / properties / projectId
Added value: +{
+ "description": "v1.8 project scope identifier",
+ "type": "string"
+}
addedInput schema / properties / entities / items / properties / tags
Added value: +{
+ "description": "Optional lowercase tags for categorization",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / entities / items / properties / ttl
Added value: +{
+ "description": "v1.6 freshness — seconds until entity is considered stale",
+ "type": "number"
+}
addedInput schema / properties / entities / items / properties / validFrom
Added value: +{
+ "description": "η.4.4 ISO 8601 — entity is valid from this instant. Absent ⇒ always valid since creation.",
+ "type": "string"
+}
addedInput schema / properties / entities / items / properties / validUntil
Added value: +{
+ "description": "η.4.4 ISO 8601 — entity is valid until this instant. Absent ⇒ still valid.",
+ "type": "string"
+}