merged in main

This commit is contained in:
2026-08-03 12:05:39 -04:00
2 changed files with 1 additions and 4 deletions

View File

@ -153,7 +153,6 @@ pub struct SchemaObject {
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
pub immutable: Option<ImmutableMode>, pub immutable: Option<ImmutableMode>,
// Contains ALL structural fields perfectly flattened from the ENTIRE Database inheritance tree (e.g. `entity` fields like `id`) as well as local fields hidden inside conditional `cases` blocks. // Contains ALL structural fields perfectly flattened from the ENTIRE Database inheritance tree (e.g. `entity` fields like `id`) as well as local fields hidden inside conditional `cases` blocks.
// This JSON exported array gives clients absolute deterministic visibility to O(1) validation and masking bounds without duplicating structural memory. // This JSON exported array gives clients absolute deterministic visibility to O(1) validation and masking bounds without duplicating structural memory.
#[serde(rename = "compiledPropertyNames")] #[serde(rename = "compiledPropertyNames")]
@ -326,5 +325,3 @@ impl SchemaObject {
} }
} }
} }

View File

@ -1 +1 @@
1.0.185 1.0.186