Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Remove Tabular Data Package from v2 website (#52)
Browse files Browse the repository at this point in the history
* Removed Tabular Data Package spec from v2 website

* Fixed merging
  • Loading branch information
roll authored Apr 12, 2024
1 parent a731ab4 commit 4802ed5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 80 deletions.
14 changes: 0 additions & 14 deletions content/docs/extensions/tabular-data-package.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/docs/specifications/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Adherence to a specification does not imply that additional, non-specified prope
}
```

This flexibility enables specific communities to extend metadata as appropriate for the data they manage. As an example, the [Tabular Data Package](https://specs.frictionlessdata.io/tabular-data-package/) specification extends Data Package to the case where all the data is tabular and stored in CSV.
This flexibility enables specific communities to extend Data Packages as appropriate for the data they manage. As an example, the [Fiscal Data Package](https://fiscal.datapackage.org) specification extends Data Package for publishing and consuming fiscal data.

### URL or Path

Expand Down
16 changes: 5 additions & 11 deletions content/docs/standard/extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@ One of the key strengths of the Data Package Standard lies in its extensibility.
## General Use

<CardGrid>
<LinkCard
title="Tabular Data Package"
description="A data package for tabular data, including spreadsheets and CSV files."
href="../../extensions/tabular-data-package"
/>

<LinkCard
title="Tabular Data Resource"
description="A resource type within tabular data packages, typically containing structured data tables."
href="../../extensions/tabular-data-resource"
/>
<LinkCard
title="Tabular Data Resource"
description="A resource type within tabular data packages, typically containing structured data tables."
href="../../extensions/tabular-data-resource"
/>
</CardGrid>

## Domain Specific
Expand Down
54 changes: 0 additions & 54 deletions profiles/dictionary/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,60 +51,6 @@ dataPackage:
propertyOrder: 200
options:
hidden: true
tabularDataPackage:
title: Tabular Data Package
description: Tabular Data Package
type: object
required:
- resources
- profile
properties:
profile:
"$ref": "#/definitions/profile"
enum: ["tabular-data-package"]
propertyOrder: 10
name:
"$ref": "#/definitions/name"
propertyOrder: 20
id:
"$ref": "#/definitions/id"
propertyOrder: 30
title:
"$ref": "#/definitions/title"
propertyOrder: 40
description:
"$ref": "#/definitions/description"
propertyOrder: 50
format: textarea
homepage:
"$ref": "#/definitions/homepage"
propertyOrder: 60
version:
"$ref": "#/definitions/version"
propertyOrder: 65
created:
"$ref": "#/definitions/created"
propertyOrder: 70
contributors:
"$ref": "#/definitions/contributors"
propertyOrder: 80
keywords:
"$ref": "#/definitions/keywords"
propertyOrder: 90
image:
"$ref": "#/definitions/image"
propertyOrder: 100
licenses:
"$ref": "#/definitions/licenses"
propertyOrder: 110
resources:
"$ref": "#/definitions/tabularDataResources"
propertyOrder: 120
sources:
"$ref": "#/definitions/sources"
propertyOrder: 200
options:
hidden: true
dataResources:
title: Data Resources
description: An `array` of Data Resource objects, each compliant with the [Data Resource](/data-resource/) specification.
Expand Down

0 comments on commit 4802ed5

Please sign in to comment.