Skip to content

Commit

Permalink
fix(Prose types): Specifiy category
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Apr 20, 2021
1 parent ed53b4d commit 6b72da5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schema/CitationIntentEnumeration.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
title: CitationIntentEnumeration
'@id': stencila:CitationIntentEnumeration
status: unstable
category: prose
role: secondary
category: metadata
extends: Enumeration
description: The type or nature of a citation, both factually and rhetorically.
$comment: |
Expand Down
1 change: 1 addition & 0 deletions schema/Cite.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: Cite
'@id': stencila:Cite
extends: Entity
category: prose
role: secondary
status: unstable
description: |
Expand Down
1 change: 1 addition & 0 deletions schema/CiteGroup.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: CiteGroup
'@id': stencila:CiteGroup
extends: Entity
category: prose
role: secondary
status: unstable
description: A group of `Cite` nodes
Expand Down
1 change: 1 addition & 0 deletions schema/Claim.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: Claim
'@id': schema:Claim
extends: CreativeWork
category: prose
role: secondary
status: unstable
description: A claim represents specific reviewable facts or statements.
Expand Down
1 change: 1 addition & 0 deletions schema/Note.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: Note
'@id': stencila:Note
extends: Entity
category: prose
role: secondary
status: unstable
description: Additional content which is not part of the main content of a document.
Expand Down

0 comments on commit 6b72da5

Please sign in to comment.