Skip to main content
Version: 7.0.0

HubspotTicket

This page supports schema for Hubspot Datatype HubspotTicket.

{
"properties": {
"archived": {
"type": "string",
"x-label": {
"en": "archived",
"ko": "archived"
}
},
"createdAt": {
"type": "string",
"x-label": {
"en": "createdAt",
"ko": "createdAt"
}
},
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"properties": {
"properties": {
"createdate": {
"type": "string",
"x-label": {
"en": "createdate",
"ko": "createdate"
}
},
"hs_lastmodifieddate": {
"type": "string",
"x-label": {
"en": "hs_lastmodifieddate",
"ko": "hs_lastmodifieddate"
}
},
"hs_pipeline": {
"type": "string",
"x-label": {
"en": "hs_pipeline",
"ko": "hs_pipeline"
}
},
"hs_pipeline_stage": {
"type": "string",
"x-label": {
"en": "hs_pipeline_stage",
"ko": "hs_pipeline_stage"
}
},
"hs_ticket_priority": {
"type": "string",
"x-label": {
"en": "hs_ticket_priority",
"ko": "hs_ticket_priority"
}
},
"subject": {
"type": "string",
"x-label": {
"en": "subject",
"ko": "subject"
}
}
},
"type": "object",
"x-label": {
"en": "properties",
"ko": "properties"
}
},
"updatedAt": {
"type": "string",
"x-label": {
"en": "updatedAt",
"ko": "updatedAt"
}
},
"updatedProperty": {
"properties": {
"name": {
"type": "string",
"x-label": {
"en": "Updated Property Name",
"ko": "업데이트된 프로퍼티 이름"
}
},
"value": {
"type": "string",
"x-label": {
"en": "Updated Property Value",
"ko": "업데이트된 프로퍼티 값"
}
}
},
"type": "object",
"x-label": {
"en": "Updated Property",
"ko": "업데이트된 프로퍼티"
}
}
},
"required": [],
"type": "object"
}