$schema: https://json-schema.org/draft/2020-12/schema
title: CC TASL Extension
description: STAC extension for the Creative Commons TASLAR attibution profile.
properties:
  title:
    type: string
    x-jsonld-container: '@set'
    x-jsonld-id: http://purl.org/dc/terms/title
  author:
    $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/ogc-utils/iri-or-curie/schema.yaml
    x-jsonld-id: http://purl.org/dc/terms/author
  license:
    $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/ogc-utils/iri-or-curie/schema.yaml
    x-jsonld-id: dcat:license
  source:
    type: string
x-jsonld-prefixes:
  dct: http://purl.org/dc/terms/
