addedInput schema / properties / claimStatus
Added value: +{
+ "description": "Filter by claim or verification status ('unclaimed', 'pending', 'verified', or 'all').",
+ "enum": [
+ "all",
+ "unclaimed",
+ "pending",
+ "verified"
+ ],
+ "type": "string"
+}
addedInput schema / properties / downloadTrust
Added value: +{
+ "description": "Filter by package download trust level ('first-party', 'external', 'none', or 'all').",
+ "enum": [
+ "all",
+ "first-party",
+ "external",
+ "none"
+ ],
+ "type": "string"
+}
addedInput schema / properties / hasPrivacyNotes
Added value: +{
+ "description": "Filter by whether entries include privacy notes ('true', 'false', or 'all').",
+ "enum": [
+ "all",
+ "true",
+ "false"
+ ],
+ "type": "string"
+}
addedInput schema / properties / hasSafetyNotes
Added value: +{
+ "description": "Filter by whether entries include safety notes ('true', 'false', or 'all').",
+ "enum": [
+ "all",
+ "true",
+ "false"
+ ],
+ "type": "string"
+}
addedInput schema / properties / query
Added value: +{
+ "description": "Keyword search to narrow the listing.",
+ "maxLength": 240,
+ "type": "string"
+}
addedInput schema / properties / sourceStatus
Added value: +{
+ "description": "Filter by whether the entry's source URL is reachable ('available', 'missing', or 'all').",
+ "enum": [
+ "all",
+ "available",
+ "missing"
+ ],
+ "type": "string"
+}
addedInput schema / properties / tag
Added value: +{
+ "description": "Filter to entries carrying this exact tag.",
+ "maxLength": 80,
+ "minLength": 1,
+ "type": "string"
+}