@stencila/schema
Version:
Stencila schema and other specifications
16 lines (15 loc) • 331 B
YAML
title: CodeChunk
'@id': stencila:CodeChunk
$extends: SoftwareSourceCode.schema.yaml
role: secondary
status: unstable
description: |
A executable chunk of code.
properties:
outputs:
'@id': stencila:outputs
description: |
Outputs from executing the chunk.
type: array
items:
$ref: ../Node.schema.yaml