addedOutput schema / properties / holdings / items / properties / security / properties / listing
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "disclosure_note": {
+ "type": "string"
+ },
+ "event_type": {
+ "enum": [
+ "ipo",
+ "direct_listing",
+ "spin_off"
+ ],
+ "type": "string"
+ },
+ "listed_on": {
+ "format": "date",
+ "type": "string"
+ },
+ "recently_listed": {
+ "type": "boolean"
+ },
+ "source_url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "listed_on",
+ "event_type",
+ "recently_listed",
+ "source_url",
+ "disclosure_note"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}