Skip to content

Commit

Permalink
fix: remove references to Package
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Mar 31, 2019
1 parent b700788 commit 1282c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schema/Environment.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ properties:
description: The packages that this environment adds to the base environments listed under `extends` (if any).,
type: array
items:
$ref: Package.schema.yaml
$ref: SoftwareSourceCode.schema.yaml
removes:
'@id': stencila:removes
description: The packages that this environment removes from the base environments listed under `extends` (if any).,
type: array
items:
$ref: Package.schema.yaml
$ref: SoftwareSourceCode.schema.yaml
environmentSource:
'@id': stencila:environmentSource
description: |
Expand Down
1 change: 0 additions & 1 deletion schema/index.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ anyOf:
- $ref: Mount.schema.yaml
- $ref: name.schema.yaml
- $ref: Organization.schema.yaml
- $ref: Package.schema.yaml
- $ref: Person.schema.yaml
- $ref: ResourceParameters.schema.yaml
- $ref: Sheet.schema.yaml
Expand Down

0 comments on commit 1282c88

Please sign in to comment.