schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
swadl-schema-1.0.json | room-created | Generated when a room is created by the workflow bot. | {"x-intellij-html-description": "<html><p>Generated when a room is created by the workflow bot.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-created\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-created</a></html>"} |
swadl-schema-1.0.json | room-updated | Generated when a room of which the workflow bot is a member is updated, including rooms updated by the user him/herself. | {"x-intellij-html-description": "<html><p>Generated when a room of which the workflow bot is a member is updated, including rooms updated by the user him/herself.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-updated-message\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-updated-message</a></html>"} |
swadl-schema-1.0.json | room-deactivated | Generated when a room of which the workflow bot is a member is deactivated, including rooms deactivated by the user him/herself. | {"x-intellij-html-description": "<html><p>Generated when a room of which the workflow bot is a member is deactivated, including rooms deactivated by the user him/herself.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-deactivated-message\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-deactivated-message</a></html>"} |
swadl-schema-1.0.json | room-reactivated | Generated when a room of which the workflow bot is a member is reactivated, including rooms reactivated by the user him/herself. | {"x-intellij-html-description": "<html><p>Generated when a room of which the workflow bot is a member is reactivated, including rooms reactivated by the user him/herself.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-reactivated-message\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-reactivated-message</a></html>"} |
swadl-schema-1.0.json | room-member-promoted-to-owner | Generated when a user is promoted from a participant to an owner of a room of which the workflow bot is a member, including when the user himself is promoted to an owner or promotes another user. | {"x-intellij-html-description": "<html><p>Generated when a user is promoted from a participant to an owner of a room of which the workflow bot is a member, including when the user himself is promoted to an owner or promotes another user.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-member-promoted-to-owner\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-member-promoted-to-owner</a></html>"} |
swadl-schema-1.0.json | room-member-demoted-from-owner | Generated when a user is demoted from an owner to a participant of a room of which the workflow bot is a member, including when the user himself is demoted to a participant or demotes another user. | {"x-intellij-html-description": "<html><p>Generated when a user is demoted from an owner to a participant of a room of which the workflow bot is a member, including when the user himself is demoted to a participant or demotes another user.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-member-demoted-from-owner\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#room-member-demoted-from-owner</a></html>"} |
swadl-schema-1.0.json | user-joined-room | Generated when a new user joins or is added to a room of which the workflow bot is a member, including when the user himself joins or is added to a room. | {"x-intellij-html-description": "<html><p>Generated when a new user joins or is added to a room of which the workflow bot is a member, including when the user himself joins or is added to a room.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#user-joined-room\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#user-joined-room</a></html>"} |
swadl-schema-1.0.json | user-left-room | Generated when a user leaves or is removed from a room of which the workflow bot is a member, including when the user himself leaves or is removed from a room. | {"x-intellij-html-description": "<html><p>Generated when a user leaves or is removed from a room of which the workflow bot is a member, including when the user himself leaves or is removed from a room.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#user-left-room\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#user-left-room</a></html>"} |
swadl-schema-1.0.json | user-requested-join-room | Generated when a user requests to join a room. Only the user who requested to join the room and the owners of that room will receive this event on their datafeeds. | {"x-intellij-html-description": "<html><p>Generated when a user requests to join a room. Only the user who requested to join the room and the owners of that room will receive this event on their datafeeds.</p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#user-requested-to-join-room\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#user-requested-to-join-room</a></html>"} |
swadl-schema-1.0.json | connection-requested | Generated when a connection request is sent, either by the workflow bot to another user or to the workflow bot by another user. | {"x-intellij-html-description": "<html><p>Generated when a connection request is sent, either:<li>Sent by the workflow bot to another user.</li><li>Sent to the workflow bot by another user.</li></p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#connection-requested\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#connection-requested</a></html>"} |
swadl-schema-1.0.json | connection-accepted | Generated when a connection request is accepted, either sent by the workflow bot and accepted by another user or sent by another user and accepted by the workflow bot. | {"x-intellij-html-description": "<html><p>Generated when a connection request is accepted, either:<li>Sent by the workflow bot and accepted by another user.</li><li>Sent by another user and accepted by the workflow bot.</li></p><a href=\"https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#connection-accepted\">https://docs.developers.symphony.com/building-bots-on-symphony/datafeed/real-time-events#connection-accepted</a></html>"} |
swadl-schema-1.0.json | activity-expired | Generated when the given activity event timeout has expired. Note this is not a Datafeed real-time event. | {} |
swadl-schema-1.0.json | activity-failed | Generated when the given activity has failed. Note this is not a Datafeed real-time event. | {} |
swadl-schema-1.0.json | activity-completed | Generated when the given activity is completed. Note this is not a Datafeed real-time event. | {"x-intellij-html-description": "<html><p>Generated when the given activity is completed. Note this is not a Datafeed real-time event.</p></html>"} |
swadl-schema-1.0.json | all-of | Used to receive all listed events. | {"x-intellij-html-description": "Used to receive all listed events.", "type": "array", "items": {"anyOf": [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}} |
swadl-schema-1.0.json | one-of | Used to receive at least one of the listed events. | {"x-intellij-html-description": "Used to receive at least one of the listed events.", "type": "array", "items": {"oneOf": [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}} |
swadl-schema-1.0.json | timer-fired | Timer based event. It is either triggered at a given point in time using the keyword "at" or repeated using the keyword "repeat". Note this is not a Datafeed real-time event. | {"x-intellij-html-description": "<html><p>Timer based event. It is either triggered at: <li>a given point in time using the keyword <i>\"at\"</i>.</li><li>repeated using the keyword <i>\"repeat\"</i>.</li> Note this is not a Datafeed real-time event.</p></html>"} |
swadl-schema-1.0.json | repeat | ISO 8601 repeating intervals to repeat the current activity. | {"type": "string", "default": "R/PT0.1S"} |
swadl-schema-1.0.json | at | ISO 8601 date representing a point in time when the current activity should be executed. | {"type": "string", "default": "2021-08-31T-15:50:00"} |
swadl-schema-1.0.json | form-id | Form's id. The id should be the same as activity's one that sent the form. | {"type": "string"} |
swadl-schema-1.0.json | exclusive | True if only one reply is expected to the form. Default is false | {"default": false, "type": "boolean"} |
swadl-schema-1.0.json | content | Message content to listen to. | {"type": "string"} |
swadl-schema-1.0.json | requires-bot-mention | If true, the event is only triggered if the bot is mentioned. | {"type": "boolean", "default": false} |
swadl-schema-1.0.json | id | Event's identifier, should be unique across workflow. As it can be used as a variable identifier only alphanumerical characters are allowed. | {"type": "string", "pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$"} |
swadl-schema-1.0.json | token | Token to authorize incoming http requests. | {"type": "string", "minLength": 1} |
swadl-schema-1.0.json | id | Event's identifier, should be unique across workflow. As it can be used as a variable identifier only alphanumerical characters are allowed. | {"type": "string", "pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$"} |
swadl-schema-1.0.json | id | Event's identifier, should be unique across workflow. As it can be used as a variable identifier only alphanumerical characters are allowed. | {"type": "string", "pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$"} |
swadl-schema-1.0.json | id | Event's identifier, should be unique across workflow. As it can be used as a variable identifier only alphanumerical characters are allowed. | {"type": "string", "pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$"} |
swadl-schema-1.0.json | id | Event's identifier, should be unique across workflow. As it can be used as a variable identifier only alphanumerical characters are allowed. | {"type": "string", "pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$"} |
swadl-schema-1.0.json | activity-id | The expiring activity triggering this event. | {} |
swadl-schema-1.0.json | activity-id | The failing activity triggering this event. | {} |
swadl-schema-1.0.json | activity-id | The completed (without errors) activity triggering this event. | {} |
swadl-schema-1.0.json | id | Event's identifier, should be unique across workflow. As it can be used as a variable identifier only alphanumerical characters are allowed. | {"type": "string", "pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$"} |
swadl-schema-1.0.json | basic-activity-inner | Inner property having common properties for every activity. | {"type": "object", "properties": {"id": {"type": "string", "pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$"}, "on": {}, "if": {"type": "string"}, "else": {"type": "object"}}, "required": ["id"]} |
swadl-schema-1.0.json | id | Activity's identifier, should be unique across workflow. As it can be used as a variable identifier only alphanumerical characters are allowed. | {"type": "string", "pattern": "^(?!variables$)([a-zA-Z][a-zA-Z0-9_]+)$"} |
swadl-schema-1.0.json | if | Conditional execution of the activity based on a boolean expression. | {"type": "string"} |
swadl-schema-1.0.json | else | Default execution of the activity when if conditions are used for previous activities. | {"type": "object"} |
swadl-schema-1.0.json | room-name | Room's name. Room names will be considered the same if they only differ in capitalization and whitespace. E.g. "room1" and "R O O M 1" are considered the same. Also, room names must be shorter than 50 characters. | {"type": "string", "maxLength": 50} |
swadl-schema-1.0.json | room-description | Room's description. | {"type": "string"} |
swadl-schema-1.0.json | keywords | A list of key-value pairs, describing additional properties of the room. | {"oneOf": [{"type": "object"}, {"type": "string", "minLength": 1}, {"enum": ["${variables.VARIABLE_NAME}"]}]} |
swadl-schema-1.0.json | members-can-invite | If true, any chat room participant can add new participants. If false, only owners can add new participants. | {"type": ["boolean", "string"], "default": false} |
swadl-schema-1.0.json | discoverable | If true, this chat room (name, description and messages) non-participants can search for this room. If false, only participants can search for this room. | {"type": ["boolean", "string"], "default": false} |
swadl-schema-1.0.json | public | If true, this is a public chatroom. If false, a private chatroom.
Note: Once this value is set for a room, it is read-only and can’t be updated. | {"x-intellij-html-description": "<html><p>If true, this is a public chatroom. If false, a private chatroom.<br/><i>Note: Once this value is set for a room, it is read-only and can\u2019t be updated.</i></p></html>", "type": ["boolean", "string"], "default": false} |
swadl-schema-1.0.json | read-only | If true, only stream owners can send messages.
Note: Once this value is set for a room, it is read-only and can’t be updated. | {"type": ["boolean", "string"], "x-intellij-html-description": "<html><p>If true, only stream owners can send messages.<br/><i>Note: Once this value is set for a room, it is read-only and can\u2019t be updated.</i></p></html>", "default": false} |
swadl-schema-1.0.json | copy-protected | If true, users cannot copy content from this room.
Note: Once this value is set to true for a room, it is read-only and can’t be updated. | {"type": ["boolean", "string"], "x-intellij-html-description": "<html><p>If true, users cannot copy content from this room.<br/><i>Note: Once this value is set to true for a room, it is read-only and can\u2019t be updated.</i></p></html>", "default": false} |
swadl-schema-1.0.json | cross-pod | If true, this room is a cross-pod room. | {"type": ["boolean", "string"], "default": false} |
swadl-schema-1.0.json | view-history | If true, new members can view the room chat history of the room. | {"type": ["boolean", "string"], "default": false} |
swadl-schema-1.0.json | multilateral-room | If true, this is a multilateral room where users belonging to more than 2 companies can be found. | {"type": ["boolean", "string"], "default": false} |
swadl-schema-1.0.json | active | If false, the room is not active anymore. | {"type": ["boolean", "string"], "default": false} |
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 | stream-id | Stream's id to update. | {} |
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 | stream-id | Stream id where to add user(s). | {} |
swadl-schema-1.0.json | user-ids | User ids to add to the room. | {} |
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 | stream-id | Stream id where to remove user(s). | {} |
swadl-schema-1.0.json | user-ids | User ids to remove from the room. | {} |
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 | stream-id | Stream id where to promote user. | {} |
swadl-schema-1.0.json | user-ids | User ids to promote in the room. | {} |
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 | stream-id | Stream id where to demote user. | {} |
swadl-schema-1.0.json | user-ids | User ids to demote in the room. | {} |
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 | to | The recipient (conversation, IM, MIM or chatroom) in which the message should be posted. | {} |
swadl-schema-1.0.json | data | Message data, which is a Json string and sent along with message. | {"type": "string"} |
swadl-schema-1.0.json | attachments | One or more attachments to be sent along with the message. | {"type": "array", "items": {}} |
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 | silent | If enabled, the new updated message is marked as read, otherwise is unread | {"type": ["boolean", "string"], "default": true} |
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 | 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 | script | Script to execute (only Groovy is supported) | {"type": "string", "x-intellij-language-injection": "Groovy"} |
swadl-schema-1.0.json | url | Contains the host and the path to be targeted | {"type": "string", "minLength": 1} |
swadl-schema-1.0.json | encode-query-params | If enabled, the query parameters will be encoded in application/x-www-form-urlencoded | {"type": ["boolean", "string"], "default": true} |
swadl-schema-1.0.json | method | HTTP method to perform | {"type": "string", "default": "GET", "enum": ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"]} |
swadl-schema-1.0.json | body | HTTP request body | {"type": "string"} |
swadl-schema-1.0.json | body | HTTP request body | {"type": "object"} |
swadl-schema-1.0.json | headers | HTTP request headers | {"type": "object"} |
swadl-schema-1.0.json | email | Email address, must be unique | {"anyOf": [{"enum": ["${variables.VARIABLE_NAME}", "${ACTIVITY_ID.outputs.user.userAttributes.emailAddress}"]}, {"type": "string", "pattern": "([$][{].+})|(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])"}]} |
swadl-schema-1.0.json | phoneNumber | The user's work phone number. | {"anyOf": [{"enum": ["${variables.VARIABLE_NAME}", "${ACTIVITY_ID.outputs.user.userAttributes.workPhoneNumber}", "${ACTIVITY_ID.outputs.user.userAttributes.mobilePhoneNumber}", "${ACTIVITY_ID.outputs.user.userAttributes.twoFactorAuthPhone}"]}, {"type": "string", "pattern": "^[0-9]*$|^\\+[0-9]*$"}]} |
swadl-schema-1.0.json | business | Business information | {"type": "object", "additionalProperties": false, "properties": {"company-name": {"type": "string"}, "department": {"type": "string"}, "division": {"type": "string"}, "location": {"type": "string"}, "job-function": {"type": "string", "enum": ["Analyst", "Other", "Business Development Executive", "Corporate Access", "Developer", "Director", "Economist", "Portfolio Manager", "Project Manager", "Research Analyst", "Sales", "Strategist", "Trader"]}, "asset-classes": {"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": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "industries": {"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, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "functions": {"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 Management"]}}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "market-coverages": {"oneOf": [{"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["EMEA", "NA", "APAC", "LATAM"]}}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "responsibilities": {"oneOf": [{"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["BAU", "Escalation"]}}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]}, "instruments": {"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 | company-name | The user's company name.
If not specified, it is set with the default company name. | {"type": "string"} |
swadl-schema-1.0.json | department | The user's department. | {"type": "string"} |
swadl-schema-1.0.json | division | The user's division. | {"type": "string"} |
swadl-schema-1.0.json | title | The user's title. | {"type": "string"} |
swadl-schema-1.0.json | location | The user's location. | {"type": "string"} |
swadl-schema-1.0.json | job-function | The user's job function. | {"type": "string", "enum": ["Analyst", "Other", "Business Development Executive", "Corporate Access", "Developer", "Director", "Economist", "Portfolio Manager", "Project Manager", "Research Analyst", "Sales", "Strategist", "Trader"]} |
swadl-schema-1.0.json | asset-classes | The user'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": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]} |
swadl-schema-1.0.json | industries | The user'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, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]} |
swadl-schema-1.0.json | functions | The user'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 Management"]}}, {"type": "string", "minLength": 1, "pattern": "^\\$\\{.*\\}$"}, {"enum": ["${variables.VARIABLE_NAME}"]}]} |
swadl-schema-1.0.json | market-coverages | The user'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 user'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 user'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 | email | Email address, must be unique. | {} |
swadl-schema-1.0.json | firstname | User's first name. | {} |
swadl-schema-1.0.json | lastname | User's last name. | {} |
swadl-schema-1.0.json | username | Unique identifier for the user. | {} |
swadl-schema-1.0.json | display-name | User's display name. | {} |
swadl-schema-1.0.json | recommended-language | The recommended language. As an ISO 639-1 code. | {"type": "string", "default": "en-US"} |
swadl-schema-1.0.json | contact | Contact information | {"type": "object", "additionalProperties": false, "properties": {"work-phone-number": {}, "mobile-phone-number": {}, "two-factor-auth-number": {}, "sms-number": {}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.