Skip to content

Commit

Permalink
fix: typo in Organization and removed logo and owns
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandra Pawlik committed Mar 27, 2019
1 parent f96066b commit ceb3337
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion schema/Organization.schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Extends

`ContactPoint` extends `Thing`.
`Organization` extends `Thing`.

## Related

Expand Down
12 changes: 0 additions & 12 deletions schema/Organization.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,3 @@ allOf:
legalName:
'@id': schema:legalName
type: string
logo:
'@id': schema:logo
type: array
items:
anyOf:
- $ref: URL.schema.yaml
- $ref: ImageObject.schema.yaml
owns:
'@id': schema:owns
type: array
items:
$ref: Product.schema.yaml

0 comments on commit ceb3337

Please sign in to comment.