Skip to content

Commit

Permalink
追加特性のCategoryCodeSetに座席を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Apr 2, 2024
1 parent 48ceb70 commit 14e2857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Added

- 追加特性のCategoryCodeSetに座席を追加

### Changed

- 座席にmaximumAttendeeCapacityを拡張
Expand Down
1 change: 1 addition & 0 deletions src/additionalProperty.ts
Expand Up @@ -24,6 +24,7 @@ export type CategorySetIdentifier = CategoryCodeType
| OfferType.Offer
| OrderType.Order
| PlaceType.MovieTheater
| PlaceType.Seat
| SellerType;
/**
* {@link https://schema.org/CategoryCodeSet}
Expand Down

0 comments on commit 14e2857

Please sign in to comment.