Skip to content

Commit

Permalink
fix(Function): Property parameters has local id
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Feb 23, 2020
1 parent e74a5d1 commit 314dce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/Function.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ properties:
The regex allows for snake_case and camelCase names but excludes
PascalCase for parameter names.
parameters:
'@id': schema:parameters
description: An array of parameters the function exists.
'@id': stencila:parameters
description: The parameters of the function.
type: array
items:
- $ref: Parameter
Expand Down

0 comments on commit 314dce8

Please sign in to comment.