This issue gives information to track the adaptation of frictionless-py to the version 2 of the datapackage specification. I'll keep this issue up to date when new developments are made. - [x] [Tabular Data Package (removed)](https://datapackage.org/overview/changelog/#tabular-data-package-removed) - [x] [package.$schema (new)](https://datapackage.org/overview/changelog/#packageschema-new) ([PR](https://github.com/frictionlessdata/frictionless-py/pull/1784)) - [ ] [package.contributors (updated)](https://datapackage.org/overview/changelog/#packagecontributors-updated) - [ ] [package.version (updated)](https://datapackage.org/overview/changelog/#packageversion-updated) - [ ] [package.sources (updated)](https://datapackage.org/overview/changelog/#packagesources-updated) - [ ] [resource.name (updated)](https://datapackage.org/overview/changelog/#resourcename-updated) - [ ] [resource.path (updated)](https://datapackage.org/overview/changelog/#resourcepath-updated) - [ ] [resource.type (new)](https://datapackage.org/overview/changelog/#resourcetype-new) - [x] [resource.$schema (new)](https://datapackage.org/overview/changelog/#resourceschema-new) ([PR](https://github.com/frictionlessdata/frictionless-py/pull/1784)) - [ ] [resource.encoding (updated)](https://datapackage.org/overview/changelog/#resourceencoding-updated) - [ ] [resource.sources (updated)](https://datapackage.org/overview/changelog/#resourcesources-updated) - [x] [dialect.schema (new)](https://datapackage.org/overview/changelog/#dialectschema-new) - [ ] [dialect.table (new)](https://datapackage.org/overview/changelog/#dialecttable-new) - [x] [schema.$schema (new)](https://datapackage.org/overview/changelog/#schemaschema-new) ([PR](https://github.com/frictionlessdata/frictionless-py/pull/1784)) - [x] [schema.fieldsMatch (new)](https://datapackage.org/overview/changelog/#schemafieldsmatch-new) ([PR](https://github.com/frictionlessdata/frictionless-py/pull/1790)) - [x] [schema.missingValues (updated)](https://datapackage.org/overview/changelog/#schemamissingvalues-updated) ([PR](https://github.com/frictionlessdata/frictionless-py/pull/1787)) - [ ] [schema.primaryKey (updated)](https://datapackage.org/overview/changelog/#schemaprimarykey-updated) - [ ] [schema.uniqueKeys (new)](https://datapackage.org/overview/changelog/#schemauniquekeys-new) - [ ] [schema.foreignKeys (updated)](https://datapackage.org/overview/changelog/#schemaforeignkeys-updated) - [ ] [field.categories (new)](https://datapackage.org/overview/changelog/#fieldcategories-new) - [ ] [field.categoriesOrdered (new)](https://datapackage.org/overview/changelog/#fieldcategoriesordered-new) - [x] [field.missingValues (new)](https://datapackage.org/overview/changelog/#fieldmissingvalues-new) - [ ] [integer field type (updated)](https://datapackage.org/overview/changelog/#integer-field-type-updated) - [ ] [list field type (new)](https://datapackage.org/overview/changelog/#list-field-type-new) - [ ] [datetime field type (updated)](https://datapackage.org/overview/changelog/#datetime-field-type-updated) - [ ] [geopoint field type (updated)](https://datapackage.org/overview/changelog/#geopoint-field-type-updated) - [ ] [any field type (updated)](https://datapackage.org/overview/changelog/#any-field-type-updated) - [ ] [minimum and maximum field constraints (updated)](https://datapackage.org/overview/changelog/#minimum-and-maximum-field-constraints-updated) - [ ] [exclusiveMinimum and exclusiveMaximum field constraints (new)](https://datapackage.org/overview/changelog/#exclusiveminimum-and-exclusivemaximum-field-constraints-new) - [ ] [jsonschema field constraint (new)](https://datapackage.org/overview/changelog/#jsonschema-field-constraint-new)
This issue gives information to track the adaptation of frictionless-py to the version 2 of the datapackage specification.
I'll keep this issue up to date when new developments are made.