Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion schemas/internal-fields.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
},
"_valid": {
"type": "boolean",
"description": "Validation cache flag . Indicates whether the entity passed validation."
"description": "Validation cache flag. Indicates whether the entity passed validation."
},
"local": {
"type": "string",
"enum": ["json"],
"description": "Source indicator. Present only if entity is locally-defined (e.g., from local JSON files). Stripped during export."
},
"not_registered": {
"type": "boolean",
"description": "Flag indicating that this post entity could not be registered because another one with the same key already exists. Present only when registration was skipped."
}
},
"additionalProperties": false
Expand Down
Loading