addedOutput schema / properties / data / properties / extension
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "paired": {
+ "type": "boolean"
+ },
+ "ready": {
+ "type": "boolean"
+ },
+ "sources": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "itemCount": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "label": {
+ "enum": [
+ "LinkedIn",
+ "X"
+ ],
+ "type": "string"
+ },
+ "requiredDataReady": {
+ "type": "boolean"
+ },
+ "source": {
+ "enum": [
+ "linkedin_extension",
+ "x_extension"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "pairing",
+ "syncing",
+ "synced",
+ "not_signed_in",
+ "needs_attention",
+ "partial"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "label",
+ "status",
+ "requiredDataReady",
+ "itemCount",
+ "error"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "enum": [
+ "not_started",
+ "pairing",
+ "syncing",
+ "ready",
+ "needs_attention"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "paired",
+ "ready",
+ "status",
+ "sources"
+ ],
+ "type": "object"
+}