Select the types of activity you want to include in your feed.
1{ 2 "components": { 3 "schemas": { 4 "OtherSchema": { 5 "type": "object", 6 "properties": { 7 "code": { 8 "$ref": "#/components/schemas/Status" 9 } 10 } 11 }, 12 "Status": { 13 "type": "integer", 14 "enum": [0, 1, 2] 15 } 16 } 17 } 18}