HubSpot · JSON-LD Context
Hubspot Crm Feature Flags Context
JSON-LD context defining the semantic vocabulary for Hubspot Crm Feature Flags from HubSpot.
0 Classes
16 Properties
2 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
Properties
| Property | Type | Container |
|---|---|---|
| FeatureFlag | ||
| FeatureFlagInput | ||
| PortalFlagState | ||
| PortalFlagStateInput | ||
| PortalFlagStateCollection | ||
| BatchPortalFlagStateInput | ||
| BatchPortalFlagStateInputItem | ||
| BatchDeleteInput | ||
| BatchDeleteInputItem | ||
| BatchPortalFlagStateResponse | ||
| BatchPortalFlagStateResponseWithErrors | ||
| BatchError | ||
| Paging | ||
| PagingNext | ||
| Error | ||
| ErrorDetail |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"FeatureFlag": {
"@id": "ns:FeatureFlag",
"@context": {
"appId": {
"@id": "ns:appId",
"@type": "xsd:integer"
},
"flagName": {
"@id": "ns:flagName",
"@type": "xsd:string"
},
"defaultState": {
"@id": "ns:defaultState",
"@type": "xsd:string"
},
"overrideState": {
"@id": "ns:overrideState",
"@type": "xsd:string"
}
}
},
"FeatureFlagInput": {
"@id": "ns:FeatureFlagInput",
"@context": {
"defaultState": {
"@id": "ns:defaultState",
"@type": "xsd:string"
}
}
},
"PortalFlagState": {
"@id": "ns:PortalFlagState",
"@context": {
"appId": {
"@id": "ns:appId",
"@type": "xsd:integer"
},
"flagName": {
"@id": "ns:flagName",
"@type": "xsd:string"
},
"portalId": {
"@id": "ns:portalId",
"@type": "xsd:integer"
},
"flagState": {
"@id": "ns:flagState",
"@type": "xsd:string"
}
}
},
"PortalFlagStateInput": {
"@id": "ns:PortalFlagStateInput",
"@context": {
"flagState": {
"@id": "ns:flagState",
"@type": "xsd:string"
}
}
},
"PortalFlagStateCollection": {
"@id": "ns:PortalFlagStateCollection",
"@context": {
"portalFlagStates": "ns:portalFlagStates",
"paging": {
"@id": "ns:paging",
"@type": "xsd:string"
}
}
},
"BatchPortalFlagStateInput": {
"@id": "ns:BatchPortalFlagStateInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchPortalFlagStateInputItem": {
"@id": "ns:BatchPortalFlagStateInputItem",
"@context": {
"portalId": {
"@id": "ns:portalId",
"@type": "xsd:integer"
},
"flagState": {
"@id": "ns:flagState",
"@type": "xsd:string"
}
}
},
"BatchDeleteInput": {
"@id": "ns:BatchDeleteInput",
"@context": {
"inputs": "ns:inputs"
}
},
"BatchDeleteInputItem": {
"@id": "ns:BatchDeleteInputItem",
"@context": {
"portalId": {
"@id": "ns:portalId",
"@type": "xsd:integer"
}
}
},
"BatchPortalFlagStateResponse": {
"@id": "ns:BatchPortalFlagStateResponse",
"@context": {
"status": {
"@id": "ns:status",
"@type": "xsd:string"
},
"results": "ns:results",
"startedAt": {
"@id": "ns:startedAt",
"@type": "xsd:string"
},
"completedAt": {
"@id": "ns:completedAt",
"@type": "xsd:string"
}
}
},
"BatchPortalFlagStateResponseWithErrors": {
"@id": "ns:BatchPortalFlagStateResponseWithErrors",
"@context": {
"status": {
"@id": "ns:status",
"@type": "xsd:string"
},
"results": "ns:results",
"errors": "ns:errors",
"startedAt": {
"@id": "ns:startedAt",
"@type": "xsd:string"
},
"completedAt": {
"@id": "ns:completedAt",
"@type": "xsd:string"
}
}
},
"BatchError": {
"@id": "ns:BatchError",
"@context": {
"status": {
"@id": "ns:status",
"@type": "xsd:string"
},
"category": {
"@id": "ns:category",
"@type": "xsd:string"
},
"message": {
"@id": "ns:message",
"@type": "xsd:string"
},
"context": "ns:context"
}
},
"Paging": {
"@id": "ns:Paging",
"@context": {
"next": {
"@id": "ns:next",
"@type": "xsd:string"
}
}
},
"PagingNext": {
"@id": "ns:PagingNext",
"@context": {
"after": {
"@id": "ns:after",
"@type": "xsd:string"
},
"link": {
"@id": "ns:link",
"@type": "xsd:string"
}
}
},
"Error": {
"@id": "ns:Error",
"@context": {
"category": {
"@id": "ns:category",
"@type": "xsd:string"
},
"correlationId": {
"@id": "ns:correlationId",
"@type": "xsd:string"
},
"message": {
"@id": "ns:message",
"@type": "xsd:string"
},
"subCategory": {
"@id": "ns:subCategory",
"@type": "xsd:string"
},
"context": "ns:context",
"links": "ns:links",
"errors": "ns:errors"
}
},
"ErrorDetail": {
"@id": "ns:ErrorDetail",
"@context": {
"message": {
"@id": "ns:message",
"@type": "xsd:string"
},
"code": {
"@id": "ns:code",
"@type": "xsd:string"
},
"subCategory": {
"@id": "ns:subCategory",
"@type": "xsd:string"
},
"in": {
"@id": "ns:in",
"@type": "xsd:string"
},
"context": "ns:context"
}
}
}
}