{"$schema":"https://json-schema.org/draft-07/schema#","$id":"https://library.murmurations.network/v2/schemas/permaculture_addon_schema-v1.0.0","title":"Permaculture addon schema","description":"An addon schema providing specific fields for permaculture projects, in addition to those in the Organizations schema.","type":"object","properties":{"linked_schemas":{"title":"Linked Schemas","description":"A list of schemas against which a profile must be validated (schema names must be alphanumeric with underscore(_) spacers and dash(-) semantic version separator, e.g., my_data_schema-v1.0.0)","type":"array","items":{"type":"string","pattern":"^[a-z][a-z0-9_]{7,97}-v[0-9]+\\.[0-9]+\\.[0-9]+$"},"minItems":1,"uniqueItems":true,"metadata":{"creator":{"name":"Murmurations Network","url":"https://murmurations.network"},"field":{"name":"linked_schemas","version":"1.0.0"},"purpose":"This field is required in all Murmurations schemas to ensure that a profile is valid and can be posted to the Index. It is the only required field in the default-v2.0.0 schema, which is the first schema used by the Index to process incoming profiles."}},"purpose":{"title":"Purpose","description":"The purpose of the item, entity, organization, project, etc.","type":"string","metadata":{"creator":{"name":"Murmurations Network","url":"https://murmurations.network"},"field":{"name":"purpose","version":"1.0.0"},"context":["https://murmurations.network"],"purpose":"The purpose field can be used to provided a description of why the item, entity, organization, project, etc exists."}},"date_added":{"title":"Date added","description":"The date the entity was added (as a Unix timestamp, e.g., 1651848477)","type":"number","metadata":{"creator":{"name":"Murmurations Network","url":"https://murmurations.network"},"field":{"name":"date_added","version":"1.0.0"},"context":["https://schema.org/startDate"],"purpose":"The date an entity, event, etc, was added to the listings. To specify just the year, assume a date of 1 January at the beginning of the day (e.g., 1672531200 for Sun 01 Jan 2023 00:00:00 GMT+0000)."}},"org_type":{"title":"Type of Organisation","description":"Keywords which describe the Organisations and its activities or attributes.","type":"array","items":{"type":"string","enum":["Association","Network","Group","Project","Permaculture school or academy","Permaculture designers' organisation or cooperative","Other organisation"]}},"number_of_members":{"title":"Number of members","description":"The number of members of the entity.","type":"number","metadata":{"creator":{"name":"Murmurations Network","url":"https://murmurations.network"},"field":{"name":"number_of_members","version":"1.0.0"},"context":["https://murmurations.network"],"purpose":"A number describing how many members belong to a specific entity, group or organisation."}},"number_of_beneficiaries":{"title":"Number of beneficiaries","description":"The number of people / organisations that have directly benefitted from this organisation's work in the past year.","type":"number","metadata":{"creator":{"name":"Murmurations Network","url":"https://murmurations.network"},"field":{"name":"number_of_beneficiaries","version":"1.0.0"},"context":["https://murmurations.network"],"purpose":"A number describing how many people / organisations that have directly benefitted from this organisation's work in the past year."}},"geographic_scope_description":{"title":"Geographic scope description","description":"A description of the geographic scope of the item, entity, organization, project, etc.","type":"string","metadata":{"creator":{"name":"Murmurations Network","url":"https://murmurations.network"},"field":{"name":"geographic_scope_description","version":"1.0.0"},"context":["http://schema.org/description"],"purpose":"The Geographic scope description field can be used alongside the Geographic scope enumerated list to provided a description of the geographic scope of the item, entity, organization, project, etc. in your own words."}},"leadership_tags":{"title":"Leadership Tags","description":"Keywords which describe the network leadership work done by this Organisation.","type":"array","items":{"type":"string"},"uniqueItems":true,"metadata":{"creator":{"name":"Murmurations Network","url":"https://murmurations.network"},"field":{"name":"leadership_tags","version":"1.0.0"},"context":["https://schema.org/keywords"],"purpose":"As an additional field alongside Tags, this field can be used for a list of unique keywords that describe the network leadership work done by this Organisation."}},"permaculture_domains":{"title":"Permaculture domains","description":"Keywords which describe the permaculture domains worked on by this organisation.","type":"array","items":{"type":"string","enum":["Built Environment","Culture and Education","Health and Wellbeing","Finance and Economics","Land and Nature Stewardship","Land Tenure and Community Governance","Tools and Technology"]}},"ways_to_get_involved":{"title":"Ways to get involved","description":"Keywords which describe the ways to get involved with this group/project/organisation.","type":"array","items":{"type":"string","enum":["Join as a member","Volunteer","Donate","Visit us","Buy our products or services","Enrol in our activities","Other - see our website or social media for details"]}}},"required":["linked_schemas"],"metadata":{"creator":{"name":"Murmurations Network","url":"https://murmurations.network/"},"schema":{"name":"permaculture_addon_schema-v1.0.0","purpose":"To record specific data on permaculture projects, in addition to the Organizations schema.","url":"https://murmurations.network"}}}