From c6a155c50301749738befb02de077fb929d43fc5 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 5 Oct 2023 13:59:41 +0200 Subject: [PATCH] Remove static contexts from docs (#4334) Co-authored-by: Simon Dumas --- docs/src/main/paradox/contexts/admin.json | 30 -- docs/src/main/paradox/contexts/digest.json | 9 - docs/src/main/paradox/contexts/iam.json | 59 ---- docs/src/main/paradox/contexts/identity.json | 14 - docs/src/main/paradox/contexts/resolver.json | 32 --- docs/src/main/paradox/contexts/resource.json | 50 ---- .../main/paradox/contexts/shacl-20170720.json | 259 ------------------ docs/src/main/paradox/contexts/storage.json | 30 -- docs/src/main/paradox/contexts/tag.json | 9 - docs/src/main/paradox/contexts/view.json | 36 --- 10 files changed, 528 deletions(-) delete mode 100644 docs/src/main/paradox/contexts/admin.json delete mode 100644 docs/src/main/paradox/contexts/digest.json delete mode 100644 docs/src/main/paradox/contexts/iam.json delete mode 100644 docs/src/main/paradox/contexts/identity.json delete mode 100644 docs/src/main/paradox/contexts/resolver.json delete mode 100644 docs/src/main/paradox/contexts/resource.json delete mode 100644 docs/src/main/paradox/contexts/shacl-20170720.json delete mode 100644 docs/src/main/paradox/contexts/storage.json delete mode 100644 docs/src/main/paradox/contexts/tag.json delete mode 100644 docs/src/main/paradox/contexts/view.json diff --git a/docs/src/main/paradox/contexts/admin.json b/docs/src/main/paradox/contexts/admin.json deleted file mode 100644 index 85d1663384..0000000000 --- a/docs/src/main/paradox/contexts/admin.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "description": "nxv:description", - "_label": "nxv:label", - "_uuid": "nxv:uuid", - "base": { - "@id": "nxv:base", - "@type": "@id" - }, - "vocab": { - "@id": "nxv:vocab", - "@type": "@id" - }, - "apiMappings": { - "@id": "nxv:apiMappings", - "@container": "@set" - }, - "prefix": "nxv:prefix", - "namespace": { - "@id": "nxv:namespace", - "@type": "@id" - }, - "_organizationUuid": "nxv:organizationUuid", - "_organizationLabel": "nxv:organizationLabel", - "Organization": "nxv:Organization", - "Project": "nxv:Project" - }, - "@id": "https://bluebrain.github.io/nexus/contexts/admin.json" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/digest.json b/docs/src/main/paradox/contexts/digest.json deleted file mode 100644 index c4b8972f01..0000000000 --- a/docs/src/main/paradox/contexts/digest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "value": "nxv:value", - "algorithm": "nxv:algorithm", - "UpdateDigest": "nxv:UpdateDigest" - }, - "@id": "https://bluebrain.github.io/nexus/contexts/digest.json" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/iam.json b/docs/src/main/paradox/contexts/iam.json deleted file mode 100644 index 5d080e3a77..0000000000 --- a/docs/src/main/paradox/contexts/iam.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "logo": { - "@type": "@id", - "@id": "nxv:logo" - }, - "openIdConfig": { - "@id": "nxv:openIdConfig", - "@type": "@id" - }, - "name": "nxv:name", - "_label": "nxv:label", - "_keys": "nxv:keys", - "_grantTypes": "nxv:grantTypes", - "_issuer": "nxv:issuer", - "_authorizationEndpoint": { - "@id": "nxv:authorizationEndpoint", - "@type": "@id" - }, - "_tokenEndpoint": { - "@id": "nxv:tokenEndpoint", - "@type": "@id" - }, - "_userInfoEndpoint": { - "@id": "nxv:userInfoEndpoint", - "@type": "@id" - }, - "_revocationEndpoint": { - "@id": "nxv:revocationEndpoint", - "@type": "@id" - }, - "_endSessionEndpoint": { - "@id": "nxv:endSessionEndpoint", - "@type": "@id" - }, - "permissions": { - "@id": "nxv:permissions", - "@container": "@set" - }, - "acl": { - "@id": "nxv:acl", - "@container": "@set" - }, - "_path": "nxv:path", - "identity": "nxv:identity", - "realm": "nxv:realm", - "subject": "nxv:subject", - "group": "nxv:group", - "Realm": "nxv:Realm", - "Permissions": "nxv:Permissions", - "AccessControlList": "nxv:AccessControlList", - "Authenticated": "nxv:Authenticated", - "Anonymous": "nxv:Anonymous", - "User": "nxv:User", - "Group": "nxv:Group" - }, - "@id": "https://bluebrain.github.io/nexus/contexts/iam.json" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/identity.json b/docs/src/main/paradox/contexts/identity.json deleted file mode 100644 index f06350518f..0000000000 --- a/docs/src/main/paradox/contexts/identity.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "User": "nxv:User", - "Group": "nxv:Group", - "Authenticated": "nxv:Authenticated", - "Anonymous": "nxv:Anonymous", - "realm": "nxv:realm", - "subject": "nxv:subject", - "group": "nxv:group", - "identity": "nxv:identity" - }, - "@id": "https://bluebrain.github.io/nexus/contexts/identity.json" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/resolver.json b/docs/src/main/paradox/contexts/resolver.json deleted file mode 100644 index 4581db1bca..0000000000 --- a/docs/src/main/paradox/contexts/resolver.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "Resolver": "nxv:Resolver", - "CrossProject": "nxv:CrossProject", - "InProject": "nxv:InProject", - "User": "nxv:User", - "Group": "nxv:Group", - "Authenticated": "nxv:Authenticated", - "Anonymous": "nxv:Anonymous", - "priority": "nxv:priority", - "resourceTypes": { - "@id": "nxv:resourceTypes", - "@type": "@id", - "@container": "@set" - }, - "projects": { - "@container": "@set", - "@id": "nxv:projects" - }, - "identities": { - "@id": "nxv:identities", - "@container": "@set" - }, - "realm": "nxv:realm", - "subject": "nxv:subject", - "group": "nxv:group" - }, - "@id": "https://bluebrain.github.io/nexus/contexts/resolver.json", - "name": "http://schema.org/name", - "description": "http://schema.org/description" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/resource.json b/docs/src/main/paradox/contexts/resource.json deleted file mode 100644 index 3e81715e0c..0000000000 --- a/docs/src/main/paradox/contexts/resource.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "Schema": "nxv:Schema", - "File": "nxv:File", - "Resolver": "nxv:Resolver", - "InProject": "nxv:InProject", - "CrossProject": "nxv:CrossProject", - "View": "nxv:View", - "ElasticSearchView": "nxv:ElasticSearchView", - "Storage": "nxv:Storage", - "DiskStorage": "nxv:DiskStorage", - "RemoteDiskStorage": "nxv:RemoteDiskStorage", - "S3Storage": "nxv:S3Storage", - "AggregateElasticSearchView": "nxv:AggregateElasticSearchView", - "AggregateSparqlView": "nxv:AggregateSparqlView", - "SparqlView": "nxv:SparqlView", - "_deprecated": "nxv:deprecated", - "_createdAt": "nxv:createdAt", - "_updatedAt": "nxv:updatedAt", - "_project": { - "@id": "nxv:project", - "@type": "@id" - }, - "_self": "nxv:self", - "_incoming": "nxv:incoming", - "_outgoing": "nxv:outgoing", - "_createdBy": "nxv:createdBy", - "_updatedBy": "nxv:updatedBy", - "_constrainedBy": { - "@id": "nxv:constrainedBy", - "@type": "@id" - }, - "_rev": "nxv:rev", - "_digest": "nxv:digest", - "_algorithm": "nxv:algorithm", - "_value": "nxv:value", - "_mediaType": "nxv:mediaType", - "_location": "nxv:location", - "_filename": "nxv:filename", - "_bytes": "nxv:bytes", - "_instant": "nxv:instant", - "_storage": "nxv:storage", - "_subject": { - "@id": "nxv:subject", - "@type": "@id" - } - }, - "@id": "https://bluebrain.github.io/nexus/contexts/resource.json" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/shacl-20170720.json b/docs/src/main/paradox/contexts/shacl-20170720.json deleted file mode 100644 index 0792045f15..0000000000 --- a/docs/src/main/paradox/contexts/shacl-20170720.json +++ /dev/null @@ -1,259 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "nxs": "https://bluebrain.github.io/nexus/schemas/", - "nxc": "https://bluebrain.github.io/nexus/contexts/", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "owl": "http://www.w3.org/2002/07/owl#", - "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "skos": "http://www.w3.org/2004/02/skos/core#", - "prov": "http://www.w3.org/ns/prov#", - "sh": "http://www.w3.org/ns/shacl#", - "shsh": "http://www.w3.org/ns/shacl-shacl#", - "dcterms": "http://purl.org/dc/terms/", - "schema": "http://schema.org/", - "dcat": "http://www.w3.org/ns/dcat#", - "shext": "http://www.w3.org/ns/shacl/ext#", - "nxsh": "https://bluebrain.github.io/nexus/vocabulary/shacl/", - "distribution": "schema:distribution", - "class": { - "@id": "sh:class", - "@type": "@id" - }, - "rootClass": { - "@id": "shext:rootClass", - "@type": "@id" - }, - "path": { - "@id": "sh:path", - "@type": "@id" - }, - "qualifiedValueShape": { - "@id": "sh:qualifiedValueShape", - "@type": "@id" - }, - "qualifiedValueShapesDisjoint": { - "@id": "sh:qualifiedValueShapesDisjoint", - "@type": "xsd:boolean" - }, - "qualifiedMinCount": { - "@id": "sh:qualifiedMinCount", - "@type": "xsd:integer" - }, - "qualifiedMaxCount": { - "@id": "sh:qualifiedMaxCount", - "@type": "xsd:integer" - }, - "maxCount": { - "@id": "sh:maxCount", - "@type": "xsd:integer" - }, - "minCount": { - "@id": "sh:minCount", - "@type": "xsd:integer" - }, - "minInclusive": { - "@id": "sh:minInclusive" - }, - "maxInclusive": { - "@id": "sh:maxInclusive" - }, - "maxExclusive": { - "@id": "sh:maxExclusive" - }, - "minExclusive": { - "@id": "sh:minExclusive" - }, - "in": { - "@id": "sh:in", - "@container": "@list" - }, - "imports": { - "@id": "owl:imports", - "@type": "@id", - "@container": "@set" - }, - "datatype": { - "@id": "sh:datatype", - "@type": "@id" - }, - "description": { - "@id": "sh:description" - }, - "name": { - "@id": "sh:name" - }, - "severity": { - "@id": "sh:severity" - }, - "nodeKind": { - "@id": "sh:nodeKind", - "@type": "@id" - }, - "BlankNode": { - "@id": "sh:BlankNode" - }, - "BlankNodeOrIRI": { - "@id": "sh:BlankNodeOrIRI" - }, - "BlankNodeOrLiteral": { - "@id": "sh:BlankNodeOrLiteral" - }, - "IRI": { - "@id": "sh:IRI" - }, - "IRIOrLiteral": { - "@id": "sh:IRIOrLiteral" - }, - "Literal": { - "@id": "sh:Literal" - }, - "prefix": { - "@id": "sh:prefix", - "@type": "xsd:string" - }, - "declare": { - "@id": "sh:declare" - }, - "namespace": { - "@id": "sh:namespace", - "@type": "xsd:anyURI" - }, - "Violation": { - "@id": "sh:Violation" - }, - "suggestedShapesGraph": { - "@id": "sh:suggestedShapesGraph", - "@type": "@id" - }, - "shapesGraph": { - "@id": "sh:shapesGraph", - "@type": "@id" - }, - "node": { - "@id": "sh:node", - "@type": "@id" - }, - "property": { - "@id": "sh:property", - "@type": "@id", - "@container": "@set" - }, - "targetClass": { - "@id": "sh:targetClass", - "@type": "@id" - }, - "targetObjectsOf": { - "@id": "sh:targetObjectsOf", - "@type": "@id" - }, - "targetSubjectsOf": { - "@id": "sh:targetSubjectsOf", - "@type": "@id" - }, - "targetNode": { - "@id": "sh:targetNode", - "@type": "@id" - }, - "target": { - "@id": "sh:target", - "@type": "@id" - }, - "shapes": { - "@id": "nxv:shapes", - "@type": "@id", - "@container": "@set" - }, - "Shape": { - "@id": "sh:Shape" - }, - "NodeShape": { - "@id": "sh:NodeShape" - }, - "PropertyShape": { - "@id": "sh:PropertyShape" - }, - "or": { - "@id": "sh:or", - "@type": "@id", - "@container": "@list" - }, - "and": { - "@id": "sh:and", - "@type": "@id", - "@container": "@list" - }, - "xone": { - "@id": "sh:xone", - "@type": "@id", - "@container": "@list" - }, - "not": { - "@id": "sh:not", - "@type": "@id", - "@container": "@list" - }, - "lessThan": { - "@id": "sh:lessThan", - "@type": "@id" - }, - "hasValue": { - "@id": "sh:hasValue" - }, - "message": { - "@id": "sh:message" - }, - "deactivated": { - "@id": "sh:deactivated" - }, - "pattern": { - "@id": "sh:pattern" - }, - "label": { - "@id": "rdfs:label", - "@type": "xsd:string" - }, - "comment": { - "@id": "rdfs:comment", - "@type": "xsd:string" - }, - "editorialNote": { - "@id": "skos:editorialNote", - "@type": "xsd:string" - }, - "seeAlso": { - "@id": "rdfs:seeAlso", - "@type": "@id" - }, - "targetedNodes": "nxsh:targetedNodes", - "conforms": "sh:conforms", - "result": "sh:result", - "resultMessage": "sh:resultMessage", - "focusNode": { - "@id": "sh:focusNode", - "@type": "@id" - }, - "resultSeverity": { - "@id": "sh:resultSeverity", - "@type": "@id" - }, - "sourceConstraintComponent": { - "@id": "sh:sourceConstraintComponent", - "@type": "@id" - }, - "sourceShape": { - "@id": "sh:sourceShape", - "@type": "@id" - }, - "value": { - "@id": "sh:value", - "@type": "@id" - }, - "detail": { - "@id": "sh:detail", - "@container": "@set" - } - }, - "@id": "https://bluebrain.github.io/nexus/contexts/shacl-20170720.json" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/storage.json b/docs/src/main/paradox/contexts/storage.json deleted file mode 100644 index ce03f8a015..0000000000 --- a/docs/src/main/paradox/contexts/storage.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "Storage": "nxv:Storage", - "DiskStorage": "nxv:DiskStorage", - "RemoteDiskStorage": "nxv:RemoteDiskStorage", - "S3Storage": "nxv:S3Storage", - "default": "nxv:default", - "volume": "nxv:volume", - "readPermission": "nxv:readPermission", - "writePermission": "nxv:writePermission", - "maxFileSize": { - "@id": "nxv:maxFileSize", - "@type": "http://www.w3.org/2001/XMLSchema#long" - }, - "bucket": "nxv:bucket", - "credentials": "nxv:credentials", - "folder": "nxv:folder", - "endpoint": "nxv:endpoint", - "region": "nxv:region", - "accessKey": "nxv:accessKey", - "secretKey": "nxv:secretKey", - "path": "nxv:path", - "location": "nxv:location", - "filename": "nxv:filename", - "mediaType": "nxv:mediaType", - "_algorithm": "nxv:algorithm" - }, - "@id": "https://bluebrain.github.io/nexus/contexts/storage.json" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/tag.json b/docs/src/main/paradox/contexts/tag.json deleted file mode 100644 index 6bf3def230..0000000000 --- a/docs/src/main/paradox/contexts/tag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "tag": "nxv:tag", - "rev": "nxv:rev", - "tags": "nxv:tags" - }, - "@id": "https://bluebrain.github.io/nexus/contexts/tag.json" -} \ No newline at end of file diff --git a/docs/src/main/paradox/contexts/view.json b/docs/src/main/paradox/contexts/view.json deleted file mode 100644 index 004db99ce5..0000000000 --- a/docs/src/main/paradox/contexts/view.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@context": { - "nxv": "https://bluebrain.github.io/nexus/vocabulary/", - "View": "nxv:View", - "ElasticSearchView": "nxv:ElasticSearchView", - "SparqlView": "nxv:SparqlView", - "AggregateElasticSearchView": "nxv:AggregateElasticSearchView", - "AggregateSparqlView": "nxv:AggregateSparqlView", - "_uuid": "nxv:uuid", - "resourceSchemas": { - "@id": "nxv:resourceSchemas", - "@type": "@id", - "@container": "@set" - }, - "resourceTypes": { - "@id": "nxv:resourceTypes", - "@type": "@id", - "@container": "@set" - }, - "views": { - "@id": "nxv:views", - "@container": "@set" - }, - "project": "nxv:project", - "viewId": { - "@id": "nxv:viewId", - "@type": "@id" - }, - "resourceTag": "nxv:resourceTag", - "includeMetadata": "nxv:includeMetadata", - "includeDeprecated": "nxv:includeDeprecated", - "sourceAsText": "nxv:sourceAsText", - "mapping": "nxv:mapping" - }, - "@id": "https://bluebrain.github.io/nexus/contexts/view.json" -} \ No newline at end of file