Store Front Schema

type

object

properties

  • path

type

string

  • stores

type

array

items

Store

Store

allOf

type

object

properties

  • address

type

string

  • type

type

string

  • readOnly

type

boolean

default

False

  • initialPath

type

string

  • stores

type

array

items

Store

oneOf

Store Front

#/definitions/fileStore

#/definitions/csvStore

#/definitions/directoryStore

FrictionlessData: tabular data resource

patternProperties

  • address

  • type

  • readOnly

  • stores

additionalProperties

False

https://raw.githubusercontent.com/frictionlessdata/datapackage/refs/heads/main/public/profiles/1.0/dataresource.json

Store Front

storeFront

type

object

properties

  • type

enum

storeFront

  • configuration

Path to a store front configuration file.

type

string

File Store

fileStore

type

object

properties

  • type

enum

file

CSV Store

csvStore

allOf

type

object

properties

  • type

enum

csv

FrictionlessData: tabular data resource

patternProperties

  • address

  • type

  • readOnly

  • stores

https://raw.githubusercontent.com/frictionlessdata/datapackage/refs/heads/main/public/profiles/1.0/dataresource.json

Directory Store

directoryStore

type

object

properties

  • type

enum

directory