Extension CKAN DataVic ODP Schema


Extension Basics

Title
CKAN DataVic ODP Schema
Name
ckanext_datavic_odp_schema
Type
Public extension
Description
CKAN extension providing dataset and organization schemas for the Victorian Government's Open Data Platform (data.vic.gov.au).
CKAN versions
Download-Url (zip)
Last commit
19 days ago (2026-02-17 18:42:21)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext_datavic_odp_schema

CKAN extension by DPC-SDP (Department of Premier and Cabinet, State of Victoria) providing custom dataset and organization schemas for the Victorian Government’s Open Data Platform (data.vic.gov.au).

Uses ckanext-scheming to define custom metadata fields for Victorian government datasets and organizations.

Requirements

  • CKAN 2.9+
  • ckanext-scheming

Installation

git clone https://github.com/dpc-sdp/ckanext_datavic_odp_schema.git
cd ckanext_datavic_odp_schema
pip install -e .

Add datavic_odp_schema to the ckan.plugins setting.

Configuration

scheming.dataset_schemas = ckanext.datavic_odp_schema:odp_dataset_schema.yaml
scheming.organization_schemas = ckanext.datavic_odp_schema:organisation_schema.yaml
scheming.presets = ckanext.scheming:presets.json

License

AGPL-3.0

Info

By DPC-SDP (State of Victoria). Active development. Release 2.10.1.

Version
2.10.1
Version release date
(not set)
Contact name
DPC-SDP (State of Victoria)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Victorian Government dataset/organization schemas for data.vic.gov.au. Requires ckanext-scheming. Config: scheming.dataset_schemas, scheming.organization_schemas. AGPL-3.0 license. By DPC-SDP.

Plugins to configure (ckan.ini)
datavic_odp_schema
CKAN Settings (ckan.ini)
# scheming.dataset_schemas = ckanext.datavic_odp_schema:odp_dataset_schema.yaml
# scheming.organization_schemas = ckanext.datavic_odp_schema:organisation_schema.yaml
DB migration to be executed
(not set)
<< back to Extensions