addedInput schema / properties / context
Added value: +{
+ "description": "Rich context for better matching (private — never shown to others)",
+ "type": "string"
+}
changedInput schema / properties / hours / default
Previous value: -24New value: +48
changedInput schema / properties / hours / description
Previous value: -"Hours until card expires"New value: +"Hours until card expires (default 48)"
changedInput schema / properties / needs / description
Previous value: -"What you're looking for"New value: +"What you're looking for (plain text list)"
removedInput schema / properties / needs / items / additionalProperties
Removed value: -false
removedInput schema / properties / needs / items / properties
Removed value: -{
- "category": {
- "description": "Category (e.g. 'engineering', 'design', 'funding', 'marketing')",
- "type": "string"
- },
- "description": {
- "description": "What is needed or offered",
- "type": "string"
- },
- "priority": {
- "default": "medium",
- "enum": [
- "critical",
- "high",
- "medium",
- "low"
- ],
- "type": "string"
- },
- "tags": {
- "description": "Tags for matching",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
-}
removedInput schema / properties / needs / items / required
Removed value: -[
- "category",
- "description"
-]
changedInput schema / properties / needs / items / type
Previous value: -"object"New value: +"string"
removedInput schema / properties / not_open_to
Removed value: -{
- "description": "Not open to (e.g. 'cold-sales', 'recruitment-spam')",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
changedInput schema / properties / offers / description
Previous value: -"What you can provide"New value: +"What you can provide (plain text list)"
removedInput schema / properties / offers / items / $ref
Removed value: -"#/properties/needs/items"
addedInput schema / properties / offers / items / type
Added value: +"string"
addedInput schema / properties / topic
Added value: +{
+ "description": "What you're working on (short summary)",
+ "type": "string"
+}