addedInput schema / properties / text_limit
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Text Limit"
+}
addedOutput schema / properties / ancestors
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Ancestors"
+}
addedOutput schema / properties / ancestors_truncated
Added value: +{
+ "default": false,
+ "title": "Ancestors Truncated",
+ "type": "boolean"
+}
addedOutput schema / properties / author
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Author"
+}
addedOutput schema / properties / category
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Category"
+}
addedOutput schema / properties / children
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Children"
+}
addedOutput schema / properties / children_truncated
Added value: +{
+ "default": false,
+ "title": "Children Truncated",
+ "type": "boolean"
+}
addedOutput schema / properties / created_at
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Created At"
+}
addedOutput schema / properties / derived_estimated_time
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Derived Estimated Time"
+}
addedOutput schema / properties / derived_remaining_time
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Derived Remaining Time"
+}
addedOutput schema / properties / description_length
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Description Length"
+}
addedOutput schema / properties / description_truncated
Added value: +{
+ "default": false,
+ "title": "Description Truncated",
+ "type": "boolean"
+}
addedOutput schema / properties / duration
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Duration"
+}
addedOutput schema / properties / estimated_time
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Estimated Time"
+}
addedOutput schema / properties / remaining_time
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Remaining Time"
+}
addedOutput schema / properties / spent_time
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Spent Time"
+}
addedOutput schema / properties / updated_at
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Updated At"
+}