schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
swadl-schema-1.0.json
obo
Defines whether the activity will be executed on behalf of a user and the user on whose behalf the call will be made
{}
swadl-schema-1.0.json
type
Group type identifier (for instance SDL).
{"type": "string", "minLength": 1}
swadl-schema-1.0.json
name
Group's name.
{"type": "string", "minLength": 1}
swadl-schema-1.0.json
sub-type
The type of the company new groupType.
{"type": "string", "enum": ["COMMUNITY", "CHANNEL"]}
swadl-schema-1.0.json
referrer
Symphony, referring company name, referring channel partner name.
{"type": "string", "minLength": 1}
swadl-schema-1.0.json
id
Owner id if the owner type is tenant (podId) or user (userId), otherwise null.
{"anyOf": [{"type": ["string", "integer"], "minLength": 1}, {"enum": ["${variables.VARIABLE_NAME}"]}]}
swadl-schema-1.0.json
type
Owner type. Only TENANT supported now.
{"type": "string", "default": "TENANT", "enum": ["TENANT", "PLATFORM", "USER"]}
swadl-schema-1.0.json
user-id
Member's user id.
{"type": ["string", "integer"], "minLength": 1, "minimum": 0}
swadl-schema-1.0.json
tenant-id
Member's tenant id.
{"type": ["string", "integer"], "minLength": 1, "minimum": 0}
swadl-schema-1.0.json
display-name
The display name in Directory, it is expected to be the same as group name.
{"type": "string"}
swadl-schema-1.0.json
company-name
The company name is expected to be the same as group company owner.
{"type": "string"}
swadl-schema-1.0.json
asset-classes
The group's asset classes (one or more).
{"oneOf": [{"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["Equities", "Cash Equities", "Securities Lending", "Fixed Income", "Government Bonds", "Prime Brokerage", "Commodities", "Municipal Bonds", "Currencies", "Corporate Bonds"]}}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\...
swadl-schema-1.0.json
industries
The group's job industries (one or more).
{"oneOf": [{"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["Healthcare", "Consumer Non-Cyclicals", "Transportation", "Technology", "Real Estate", "Basic Materials", "Financials", "Energy & Utilities", "Conglomerates", "Consumer Cyclicals", "Services"]}}, {"type": "string", "minLength": 1, "p...
swadl-schema-1.0.json
functions
The group's job functions (one or more).
{"oneOf": [{"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["Collateral", "Confirmation", "Trade Processing", "Pre-Matching", "Margin", "Matching", "Claims Processing", "Middle Office", "Liquidity Management", "Allocation", "Trade Management", "Regulatory Outreach", "Settlements", "Post Trade...
swadl-schema-1.0.json
market-coverages
The group's market coverage (one or more).
{"oneOf": [{"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["EMEA", "NA", "APAC", "LATAM"]}}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}
swadl-schema-1.0.json
responsibilities
The group's responsibilities (one or more).
{"oneOf": [{"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["BAU", "Escalation"]}}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}
swadl-schema-1.0.json
instruments
The group's instruments (one or more).
{"oneOf": [{"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["Securities", "Fixed Income", "Equities"]}}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}
swadl-schema-1.0.json
status
Status flag to distinguish between active and deleted objects. Required to update group fields except the image-path.
{"type": "string", "enum": ["ACTIVE", "DELETED"]}
swadl-schema-1.0.json
e-tag
Required to update group fields except the image-path.
{"type": "string"}
swadl-schema-1.0.json
image-path
Path to the file to be uploaded as the group's avatar. The path is relative to the workflows folder.
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}"]}, {"type": "string", "minLength": 1}]}
swadl-schema-1.0.json
type
Group type id.
{"type": "string", "minLength": 1, "default": "SDL"}
swadl-schema-1.0.json
status
Filter by status, active or deleted. If not specified both are returned.
{"type": "string", "enum": ["ACTIVE", "DELETED"]}
swadl-schema-1.0.json
before
NOT SUPPORTED YET, currently ignored. Cursor that points to the start of the current page of data. If not present, the current page is the first page.
{"type": "string", "minLength": 1}
swadl-schema-1.0.json
after
Cursor that points to the end of the current page of data. If not present, the current page is the last page.
{"type": "string", "minLength": 1}
swadl-schema-1.0.json
limit
Numbers of items to return.
{"type": ["string", "integer"], "minLength": 1, "minimum": 0, "default": 100}
swadl-schema-1.0.json
group-id
Group's unique identifier.
{"anyOf": [{"type": ["string", "integer"], "minLength": 1}, {"enum": ["${variables.VARIABLE_NAME}"]}]}
swadl-schema-1.0.json
obo-inner
Defines whether the activity will be executed on behalf of a user and the user on whose behalf the call will be made.
{"type": "object", "properties": {"user-id": {}, "username": {}}, "anyOf": [{"required": ["user-id"]}, {"required": ["username"]}]}
swadl-schema-1.0.json
content-inner
The content of the message in MessageML format. Must contain at least one space. In case the content is a form, this latter's id should be the same as the activity one.
{"oneOf": [{"enum": ["${variables.VARIABLE_NAME}", "${text(ACTIVITY_ID.outputs.message.message)}", "${event.args.NAME}", "<mention uid='${ACTIVITY_ID.outputs.user.userSystemInfo.id}'/>", "<mention uid='${event.initiator.user.userId}'/>"]}, {"type": "object", "properties": {"template": {"type": "string", "minLength": 1}...
swadl-schema-1.0.json
template
Inline template message content in string.
{"type": "string", "minLength": 1}
swadl-schema-1.0.json
template-path
External message template file path.
{"type": "string", "minLength": 1}
swadl-schema-1.0.json
skip
Number of elements to be skipped during return - used for pagination.
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}"]}, {"type": ["integer", "string"], "minimum": 0}]}
swadl-schema-1.0.json
limit
Maximum number of elements to be returned - used for pagination.
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}"]}, {"type": ["integer", "string"], "maximum": 1000, "minimum": 1}]}
swadl-schema-1.0.json
message-id-inner
Message identifier. Both safe url and Base64 encoded urls are accepted.
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}", "${ACTIVITY_ID.outputs.msgId}", "${ACTIVITY_ID.outputs.message.messageId}", "${ACTIVITY_ID.outputs.message.initialMessageId}"]}, {}]}
swadl-schema-1.0.json
stream-id-inner
Stream identifier. Both safe url and Base64 encoded urls are accepted.
{"anyOf": [{"enum": ["${event.source.message.stream.streamId}", "${variables.VARIABLE_NAME}", "${ACTIVITY_ID.outputs.roomId}", "${ACTIVITY_ID.outputs.stream.id}"]}, {}]}
swadl-schema-1.0.json
stream-id
Stream id to sent the message to.
{"type": "object", "properties": {"stream-id": {}}, "required": ["stream-id"]}
swadl-schema-1.0.json
stream-ids
Stream ids to sent the message to (blast message).
{"type": "object", "properties": {"stream-ids": {"oneOf": [{"type": "array", "minLength": 1, "items": {"type": "string"}, "uniqueItems": true}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}}, "required": ["stream-ids"]}
swadl-schema-1.0.json
user-ids-inner
User identifiers list.
{"oneOf": [{"type": "array", "items": {}, "minLength": 1, "uniqueItems": true}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}
swadl-schema-1.0.json
user-ids
List of user ids.
{"type": "object", "properties": {"user-ids": {}}, "required": ["user-ids"]}
swadl-schema-1.0.json
user-id
User id.
{"anyOf": [{"type": ["string", "integer"], "minLength": 1}, {"enum": ["${ACTIVITY_ID.outputs.user.userSystemInfo.id}", "${event.initiator.user.userId}", "${event.source.fromUser.userId}", "${event.source.toUser.userId}"]}]}
swadl-schema-1.0.json
message-id
Message id having the attachment to forward. Both url safe and base64 encoded urls are accepted.
{}
swadl-schema-1.0.json
attachment-id
Attachment id to forward. If not set, all attachments in the provided message are forwarded. Both url safe and base64 encoded urls are accepted.
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}"]}, {"type": "string", "minLength": 1}]}
swadl-schema-1.0.json
content-path
Path to the file to be attached to the message. The path is relative to the workflows folder.
{"anyOf": [{"enum": ["${variables.VARIABLE_NAME}"]}, {"type": "string", "minLength": 1}]}
ui5-workspace.yaml.json
Schema for UI5 Tooling Workspace Configuration File (ui5-workspace.yaml)
{"$schema": "http://json-schema.org/draft-07/schema", "type": "object", "required": ["specVersion", "metadata", "dependencyManagement"], "properties": {"additionalProperties": false, "specVersion": {"enum": ["workspace/1.0"], "errorMessage": "Unsupported \"specVersion\"\nYour UI5 CLI installation might be outdated.\nSu...
ui5-workspace.yaml.json
name
Identifier for the workspace configuration. Workspaces named 'default' will be used automatically by UI5 Tooling
{"type": "string", "minLength": 3, "maxLength": 80, "pattern": "^(?:@[0-9a-z-_.]+\\/)?[a-z][0-9a-z-_.]*$", "errorMessage": "Not a valid workspace name. It must consist of lowercase alphanumeric characters, dash, underscore, and period only. Additionally, it may contain an npm-style package scope. For details, see: http...
schema-kas.json
kas, a setup tool for bitbake based projects
{"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": ["header"], "additionalProperties": false, "properties": {"header": {"type": "object", "required": ["version"], "additionalProperties": false, "properties": {"version": {"oneOf": [{"type": "string", "enum": ["0.10"]}, {"type": "integer...
case_schema.json
a schema for auto api cases
{"$schema": "http://json-schema.org/draft-04/schema#", "definitions": {"api": {"type": "object", "properties": {"host": {"type": "string"}, "uri": {"type": "string"}, "method": {"type": "string"}, "header": {"type": "string", "default": "https://dev-api.qiandao.cn"}}}, "template": {"type": "object", "properties": {"hea...
cityjson.min.schema.json
CityJSON specifications v1.1.3
{"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": {"type": {"enum": ["CityJSON"]}, "version": {"type": "string", "pattern": "^(\\d\\.)(\\d)$"}, "metadata": {"type": "object", "properties": {"identifier": {"type": "string"}, "pointOfContact": {"type": "object", "properties": {"contac...
cityjson.min.schema.json
role
from ISO 19115 codelist
{"type": "string", "enum": ["resourceProvider", "custodian", "owner", "user", "distributor", "originator", "pointOfContact", "principalInvestigator", "processor", "publisher", "author", "sponsor", "co-author", "collaborator", "editor", "mediator", "rightsHolder", "contributor", "funder", "stakeholder"]}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children_roles
the role of each of the CityObjects members of that group
{"type": "array", "items": {"type": ["string", "null"]}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}