Skip to content

Commit

Permalink
fix(Claim): Use schema id; order properties alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Apr 13, 2021
1 parent 1744e9f commit f9d2e67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions schema/Claim.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Claim
'@id': stencila:Claim
'@id': schema:Claim
extends: CreativeWork
role: secondary
status: unstable
Expand All @@ -24,10 +24,6 @@ properties:
- Hypothesis
- Proposition
- Corollary
label:
'@id': stencila:label
description: A short label for the claim.
type: string
content:
'@id': stencila:content
description: Content of the claim, usually a single paragraph.
Expand All @@ -37,5 +33,9 @@ properties:
$comment: |
Most claims will have a single paragraph but could have multiple
paragraphs, tables and even figures.
label:
'@id': stencila:label
description: A short label for the claim.
type: string
required:
- content

0 comments on commit f9d2e67

Please sign in to comment.