From 5f778486a79b4cb26d815e184502b8fae8c5851a Mon Sep 17 00:00:00 2001 From: Christiaan Scheermeijer Date: Wed, 15 Jan 2020 14:01:09 +0100 Subject: [PATCH] feat(schema): make description property optional --- src/schema/interface/MetadataInterface.graphql | 2 +- src/schema/interface/ThingInterface.graphql | 2 +- src/schema/type/Action.graphql | 2 +- src/schema/type/AddAction.graphql | 2 +- src/schema/type/Article.graphql | 2 +- src/schema/type/Audience.graphql | 2 +- src/schema/type/AudioObject.graphql | 2 +- src/schema/type/ControlAction.graphql | 2 +- src/schema/type/CreativeWork.graphql | 2 +- src/schema/type/DataDownload.graphql | 2 +- src/schema/type/Dataset.graphql | 2 +- src/schema/type/DeleteAction.graphql | 2 +- src/schema/type/DigitalDocument.graphql | 2 +- src/schema/type/DigitalDocumentPermission.graphql | 2 +- src/schema/type/EntryPoint.graphql | 2 +- src/schema/type/Event.graphql | 2 +- src/schema/type/ImageObject.graphql | 2 +- src/schema/type/Intangible.graphql | 2 +- src/schema/type/ItemList.graphql | 2 +- src/schema/type/ListItem.graphql | 2 +- src/schema/type/MediaObject.graphql | 2 +- src/schema/type/MusicAlbum.graphql | 2 +- src/schema/type/MusicComposition.graphql | 2 +- src/schema/type/MusicGroup.graphql | 2 +- src/schema/type/MusicPlaylist.graphql | 2 +- src/schema/type/MusicRecording.graphql | 2 +- src/schema/type/Occupation.graphql | 2 +- src/schema/type/Organization.graphql | 2 +- src/schema/type/Person.graphql | 2 +- src/schema/type/Place.graphql | 2 +- src/schema/type/Product.graphql | 2 +- src/schema/type/Property.graphql | 2 +- src/schema/type/PropertyValue.graphql | 2 +- src/schema/type/PropertyValueSpecification.graphql | 2 +- src/schema/type/ReplaceAction.graphql | 2 +- src/schema/type/Review.graphql | 2 +- src/schema/type/SoftwareApplication.graphql | 2 +- src/schema/type/VideoObject.graphql | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/schema/interface/MetadataInterface.graphql b/src/schema/interface/MetadataInterface.graphql index ad6a9f5..155bf05 100644 --- a/src/schema/interface/MetadataInterface.graphql +++ b/src/schema/interface/MetadataInterface.graphql @@ -11,7 +11,7 @@ interface MetadataInterface { "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "http://purl.org/dc/elements/1.1/format" format: String "http://purl.org/dc/elements/1.1/language" diff --git a/src/schema/interface/ThingInterface.graphql b/src/schema/interface/ThingInterface.graphql index 5136ff0..18cb162 100644 --- a/src/schema/interface/ThingInterface.graphql +++ b/src/schema/interface/ThingInterface.graphql @@ -9,7 +9,7 @@ interface ThingInterface { "https://schema.org/alternateName" alternateName: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "https://schema.org/image" diff --git a/src/schema/type/Action.graphql b/src/schema/type/Action.graphql index eb01eb4..ff90cf8 100644 --- a/src/schema/type/Action.graphql +++ b/src/schema/type/Action.graphql @@ -12,7 +12,7 @@ type Action implements MetadataInterface & ThingInterface & ActionInterface & Pr "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/AddAction.graphql b/src/schema/type/AddAction.graphql index 37993ce..93c7f5e 100644 --- a/src/schema/type/AddAction.graphql +++ b/src/schema/type/AddAction.graphql @@ -11,7 +11,7 @@ type AddAction implements ThingInterface & ActionInterface & ProvenanceEntityInt "https://schema.org/alternateName" alternateName: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "https://schema.org/image" diff --git a/src/schema/type/Article.graphql b/src/schema/type/Article.graphql index 44d9726..c769693 100644 --- a/src/schema/type/Article.graphql +++ b/src/schema/type/Article.graphql @@ -12,7 +12,7 @@ type Article implements MetadataInterface & SearchableInterface & ThingInterface "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Audience.graphql b/src/schema/type/Audience.graphql index a98a78b..d756e4d 100644 --- a/src/schema/type/Audience.graphql +++ b/src/schema/type/Audience.graphql @@ -11,7 +11,7 @@ type Audience implements ThingInterface { "https://schema.org/alternateName" alternateName: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "https://schema.org/image" diff --git a/src/schema/type/AudioObject.graphql b/src/schema/type/AudioObject.graphql index e3cf067..38bbff2 100644 --- a/src/schema/type/AudioObject.graphql +++ b/src/schema/type/AudioObject.graphql @@ -12,7 +12,7 @@ type AudioObject implements MetadataInterface & SearchableInterface & ThingInter "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/ControlAction.graphql b/src/schema/type/ControlAction.graphql index 15bae7e..b29c2a7 100644 --- a/src/schema/type/ControlAction.graphql +++ b/src/schema/type/ControlAction.graphql @@ -11,7 +11,7 @@ type ControlAction implements ThingInterface & ActionInterface & ProvenanceEntit "https://schema.org/alternateName" alternateName: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "https://schema.org/image" diff --git a/src/schema/type/CreativeWork.graphql b/src/schema/type/CreativeWork.graphql index b71b894..4ca3cf8 100644 --- a/src/schema/type/CreativeWork.graphql +++ b/src/schema/type/CreativeWork.graphql @@ -12,7 +12,7 @@ type CreativeWork implements MetadataInterface & SearchableInterface & ThingInte "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/DataDownload.graphql b/src/schema/type/DataDownload.graphql index e8d5655..18e3659 100644 --- a/src/schema/type/DataDownload.graphql +++ b/src/schema/type/DataDownload.graphql @@ -12,7 +12,7 @@ type DataDownload implements MetadataInterface & SearchableInterface & ThingInte "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Dataset.graphql b/src/schema/type/Dataset.graphql index 400f9cb..8b76b0d 100644 --- a/src/schema/type/Dataset.graphql +++ b/src/schema/type/Dataset.graphql @@ -12,7 +12,7 @@ type Dataset implements MetadataInterface & SearchableInterface & ThingInterface "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/DeleteAction.graphql b/src/schema/type/DeleteAction.graphql index b134f48..6b24fd6 100644 --- a/src/schema/type/DeleteAction.graphql +++ b/src/schema/type/DeleteAction.graphql @@ -11,7 +11,7 @@ type DeleteAction implements ThingInterface & ActionInterface & ProvenanceEntity "https://schema.org/alternateName" alternateName: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "https://schema.org/image" diff --git a/src/schema/type/DigitalDocument.graphql b/src/schema/type/DigitalDocument.graphql index da380db..5e900a3 100644 --- a/src/schema/type/DigitalDocument.graphql +++ b/src/schema/type/DigitalDocument.graphql @@ -12,7 +12,7 @@ type DigitalDocument implements MetadataInterface & SearchableInterface & ThingI "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/DigitalDocumentPermission.graphql b/src/schema/type/DigitalDocumentPermission.graphql index 62a67dd..7150d92 100644 --- a/src/schema/type/DigitalDocumentPermission.graphql +++ b/src/schema/type/DigitalDocumentPermission.graphql @@ -11,7 +11,7 @@ type DigitalDocumentPermission implements ThingInterface & ProvenanceEntityInter "https://schema.org/alternateName" alternateName: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "https://schema.org/image" diff --git a/src/schema/type/EntryPoint.graphql b/src/schema/type/EntryPoint.graphql index 99b50c6..3feae9a 100644 --- a/src/schema/type/EntryPoint.graphql +++ b/src/schema/type/EntryPoint.graphql @@ -12,7 +12,7 @@ type EntryPoint implements MetadataInterface & ThingInterface & ProvenanceEntity "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Event.graphql b/src/schema/type/Event.graphql index 3631232..713a5af 100644 --- a/src/schema/type/Event.graphql +++ b/src/schema/type/Event.graphql @@ -12,7 +12,7 @@ type Event implements MetadataInterface & SearchableInterface & ThingInterface & "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/ImageObject.graphql b/src/schema/type/ImageObject.graphql index 3194954..7b31908 100644 --- a/src/schema/type/ImageObject.graphql +++ b/src/schema/type/ImageObject.graphql @@ -12,7 +12,7 @@ type ImageObject implements MetadataInterface & SearchableInterface & ThingInter "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Intangible.graphql b/src/schema/type/Intangible.graphql index 459750e..8d080ca 100644 --- a/src/schema/type/Intangible.graphql +++ b/src/schema/type/Intangible.graphql @@ -12,7 +12,7 @@ type Intangible implements MetadataInterface & SearchableInterface & ThingInterf "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/ItemList.graphql b/src/schema/type/ItemList.graphql index 8a8c069..4b67ecf 100644 --- a/src/schema/type/ItemList.graphql +++ b/src/schema/type/ItemList.graphql @@ -6,7 +6,7 @@ type ItemList implements ThingInterface { "http://purl.org/dc/elements/1.1/title" title: String! "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "http://purl.org/dc/elements/1.1/type,https://www.w3.org/2000/01/rdf-schema#type" type: String ################################# diff --git a/src/schema/type/ListItem.graphql b/src/schema/type/ListItem.graphql index da402fd..1660b35 100644 --- a/src/schema/type/ListItem.graphql +++ b/src/schema/type/ListItem.graphql @@ -6,7 +6,7 @@ type ListItem implements ThingInterface { "http://purl.org/dc/elements/1.1/title" title: String! "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "http://purl.org/dc/elements/1.1/type,https://www.w3.org/2000/01/rdf-schema#type" type: String ################################# diff --git a/src/schema/type/MediaObject.graphql b/src/schema/type/MediaObject.graphql index f55d26f..88a5e3a 100644 --- a/src/schema/type/MediaObject.graphql +++ b/src/schema/type/MediaObject.graphql @@ -12,7 +12,7 @@ type MediaObject implements MetadataInterface & SearchableInterface & ThingInter "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/MusicAlbum.graphql b/src/schema/type/MusicAlbum.graphql index 83661b5..3f59f40 100644 --- a/src/schema/type/MusicAlbum.graphql +++ b/src/schema/type/MusicAlbum.graphql @@ -12,7 +12,7 @@ type MusicAlbum implements MetadataInterface & SearchableInterface & ThingInterf "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/MusicComposition.graphql b/src/schema/type/MusicComposition.graphql index 1c45ab6..5f74738 100644 --- a/src/schema/type/MusicComposition.graphql +++ b/src/schema/type/MusicComposition.graphql @@ -12,7 +12,7 @@ type MusicComposition implements MetadataInterface & SearchableInterface & Thing "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/MusicGroup.graphql b/src/schema/type/MusicGroup.graphql index 4a82d90..8e6d9ad 100644 --- a/src/schema/type/MusicGroup.graphql +++ b/src/schema/type/MusicGroup.graphql @@ -12,7 +12,7 @@ type MusicGroup implements MetadataInterface & SearchableInterface & ThingInterf "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/MusicPlaylist.graphql b/src/schema/type/MusicPlaylist.graphql index 36a8a93..cf374f3 100644 --- a/src/schema/type/MusicPlaylist.graphql +++ b/src/schema/type/MusicPlaylist.graphql @@ -12,7 +12,7 @@ type MusicPlaylist implements MetadataInterface & SearchableInterface & ThingInt "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/MusicRecording.graphql b/src/schema/type/MusicRecording.graphql index f12fb5d..2017cad 100644 --- a/src/schema/type/MusicRecording.graphql +++ b/src/schema/type/MusicRecording.graphql @@ -12,7 +12,7 @@ type MusicRecording implements MetadataInterface & SearchableInterface & ThingIn "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Occupation.graphql b/src/schema/type/Occupation.graphql index a309d4c..5077fff 100644 --- a/src/schema/type/Occupation.graphql +++ b/src/schema/type/Occupation.graphql @@ -11,7 +11,7 @@ type Occupation implements ThingInterface { "https://schema.org/alternateName" alternateName: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "https://schema.org/image" diff --git a/src/schema/type/Organization.graphql b/src/schema/type/Organization.graphql index e82bd1e..fd1b6a1 100644 --- a/src/schema/type/Organization.graphql +++ b/src/schema/type/Organization.graphql @@ -12,7 +12,7 @@ type Organization implements MetadataInterface & SearchableInterface & ThingInte "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Person.graphql b/src/schema/type/Person.graphql index af8a04f..4587cb7 100644 --- a/src/schema/type/Person.graphql +++ b/src/schema/type/Person.graphql @@ -12,7 +12,7 @@ type Person implements MetadataInterface & SearchableInterface & ThingInterface "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Place.graphql b/src/schema/type/Place.graphql index fdd169c..289a14b 100644 --- a/src/schema/type/Place.graphql +++ b/src/schema/type/Place.graphql @@ -12,7 +12,7 @@ type Place implements MetadataInterface & SearchableInterface & ThingInterface & "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Product.graphql b/src/schema/type/Product.graphql index c8c601d..f6c3f1f 100644 --- a/src/schema/type/Product.graphql +++ b/src/schema/type/Product.graphql @@ -12,7 +12,7 @@ type Product implements MetadataInterface & SearchableInterface & ThingInterface "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/Property.graphql b/src/schema/type/Property.graphql index 32eee59..cd10e37 100644 --- a/src/schema/type/Property.graphql +++ b/src/schema/type/Property.graphql @@ -6,7 +6,7 @@ type Property implements ThingInterface { "http://purl.org/dc/elements/1.1/title" title: String! "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "http://purl.org/dc/elements/1.1/type,https://www.w3.org/2000/01/rdf-schema#type" type: String ################################# diff --git a/src/schema/type/PropertyValue.graphql b/src/schema/type/PropertyValue.graphql index 4fe357d..48c91b9 100644 --- a/src/schema/type/PropertyValue.graphql +++ b/src/schema/type/PropertyValue.graphql @@ -6,7 +6,7 @@ type PropertyValue { "http://purl.org/dc/elements/1.1/title" title: String! "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "http://purl.org/dc/elements/1.1/type,https://www.w3.org/2000/01/rdf-schema#type" type: String ################################# diff --git a/src/schema/type/PropertyValueSpecification.graphql b/src/schema/type/PropertyValueSpecification.graphql index 4aa1c31..06bd099 100644 --- a/src/schema/type/PropertyValueSpecification.graphql +++ b/src/schema/type/PropertyValueSpecification.graphql @@ -8,7 +8,7 @@ type PropertyValueSpecification { "http://purl.org/dc/elements/1.1/type,https://www.w3.org/2000/01/rdf-schema#type" type: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String ################################# ### ThingInterface properties ### "https://schema.org/additionalType" diff --git a/src/schema/type/ReplaceAction.graphql b/src/schema/type/ReplaceAction.graphql index 7706b5d..7ff202f 100644 --- a/src/schema/type/ReplaceAction.graphql +++ b/src/schema/type/ReplaceAction.graphql @@ -11,7 +11,7 @@ type ReplaceAction implements ThingInterface & ActionInterface & ProvenanceEntit "https://schema.org/alternateName" alternateName: String "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "https://schema.org/image" diff --git a/src/schema/type/Review.graphql b/src/schema/type/Review.graphql index c097a14..6ce46d7 100644 --- a/src/schema/type/Review.graphql +++ b/src/schema/type/Review.graphql @@ -12,7 +12,7 @@ type Review implements MetadataInterface & SearchableInterface & ThingInterface "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/SoftwareApplication.graphql b/src/schema/type/SoftwareApplication.graphql index c7a072e..7fe3d8e 100644 --- a/src/schema/type/SoftwareApplication.graphql +++ b/src/schema/type/SoftwareApplication.graphql @@ -12,7 +12,7 @@ type SoftwareApplication implements MetadataInterface & SearchableInterface & Th "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format" diff --git a/src/schema/type/VideoObject.graphql b/src/schema/type/VideoObject.graphql index 051c32b..5c45821 100644 --- a/src/schema/type/VideoObject.graphql +++ b/src/schema/type/VideoObject.graphql @@ -12,7 +12,7 @@ type VideoObject implements MetadataInterface & SearchableInterface & ThingInter "http://purl.org/dc/elements/1.1/date" date: _Neo4jDate "http://purl.org/dc/elements/1.1/description,https://schema.org/description" - description: String! + description: String "https://schema.org/disambiguatingDescription" disambiguatingDescription: String "http://purl.org/dc/elements/1.1/format"