JSON Schema files for Instruction Template Specification
Core template structure defining the fundamental elements of ITS templates.
Defines:
Library of built-in instruction types for common content generation needs.
Includes 9 instruction types: title
, list
, paragraph
, table
, code_block
, dialogue
, quote
, summary
, image_description
Validation schema for custom instruction type definition files.
Use for: Validating custom instruction type schemas that extend the standard library
View Schema DocumentationReference these schemas in your ITS templates:
{
"$schema": "https://alexanderparker.github.io/instruction-template-specification/schema/v1.0/its-base-schema-v1.json",
"version": "1.0.0",
"extends": [
"https://alexanderparker.github.io/instruction-template-specification/schema/v1.0/its-standard-types-v1.json"
],
"content": [
// Your template content
]
}
Use these URLs with JSON Schema validators or in editors that support JSON Schema validation.