CodeExpression
An expression defined in programming language source code.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
text (required) | schema:text | string |
The text of the code. | Code |
type (required) | schema:type | enum{ CodeExpression } |
The name of the type. | Entity |
errors | stencila:errors | array[ CodeError ] |
Errors when compiling or executing the chunk. | CodeExpression |
format | schema:encodingFormat | string |
Media type, typically expressed using a MIME format, of the code. | Code |
id | schema:id | string |
The identifier for this item. | Entity |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
output | stencila:output | Node |
The value of the expression when it was last evaluated. | CodeExpression |
programmingLanguage | schema:programmingLanguage | string |
The programming language of the code. | Code |
Parent: CodeFragment
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from CodeExpression.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏