@stencila/schema
Version:
Stencila schema and other specifications
19 lines (17 loc) • 477 B
YAML
title: Article
'@id': schema:Article
$extends: CreativeWork.schema.yaml
role: primary
status: unstable
properties:
environment:
'@id': stencila:environment
description: |
The computational environment in which the document should be executed.
allOf:
- $ref: software/Environment.schema.yaml
required:
# See Google's list of required properties at
# https://developers.google.com/search/docs/data-types/article#article_types
- authors
- title