addedInput schema / properties / analystFocus / maxLength
Added value: +1000
addedInput schema / properties / company / properties
Added value: +{
+ "exchange": {
+ "default": "NASDAQ",
+ "enum": [
+ "NYSE",
+ "NASDAQ",
+ "LSE",
+ "Euronext",
+ "TSX",
+ "other"
+ ],
+ "type": "string"
+ },
+ "name": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "sector": {
+ "maxLength": 120,
+ "minLength": 2,
+ "type": "string"
+ },
+ "ticker": {
+ "maxLength": 10,
+ "minLength": 1,
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "ticker",
+ "sector",
+ "exchange"
+]
addedInput schema / properties / quarter / properties
Added value: +{
+ "label": {
+ "maxLength": 30,
+ "minLength": 2,
+ "type": "string"
+ },
+ "reportDate": {
+ "maxLength": 30,
+ "type": "string"
+ }
+}
addedInput schema / properties / quarter / required
Added value: +[
+ "label"
+]
addedInput schema / properties / secFilingContext / maxLength
Added value: +20000
addedInput schema / properties / transcriptExcerpt / maxLength
Added value: +50000
addedInput schema / properties / transcriptExcerpt / minLength
Added value: +200
addedInput schema / required
Added value: +[
+ "company",
+ "quarter",
+ "transcriptExcerpt"
+]