Inokufu Docs
  • Overview
  • Learning Object
    • Why learning object is key
    • Competency-based education
    • Metadata models
    • Inokufu Schema
      • URL
      • Title
      • Description
      • Picture
      • Language
      • Type
      • Learning goal
      • Provider
      • Publisher
      • Author
      • Competency
      • Expertise level
      • Age
      • Popularity note
      • Address (if physical)
      • Learning time
      • PriceSpecification
  • Learning object API
    • Getting started
    • Authentication
    • Usage plans
    • Best efforts
    • Search by type
    • Search by provider
    • Types
    • Providers
    • Languages
    • Bloom taxonomy
    • Feedback
  • Competency API
    • Competency v1
  • Resources
    • FAQ
    • Website
    • Rapid API
    • Credits
Powered by GitBook
On this page
  • Price
  • Price currency
  • Price free

Was this helpful?

  1. Learning Object
  2. Inokufu Schema

PriceSpecification

"@context": "https://schema.org/"

"@type": "PriceSpecification"

Price

Value of the price (float). If the LO is free, price MIUST be 0.0

Price currency

Standard 3 letters code according to ISO 4217: EUR for euros USD for US dollars GBP for UK pounds etc. See here for the full list: https://en.wikipedia.org/wiki/ISO_4217

Price free

Boolean value which indicates if the LO is free. If the LO can be accessed for free it MUST be true If the LO can only be accessed by paying, it MUST be false. If the LO can be both accessed for free and by paying (for example MOOC on Coursera, with and without the final certificate), it MUST be true.

PreviousLearning timeNextGetting started

Last updated 3 years ago

Was this helpful?