repository
stringclasses 528
values | commit
stringlengths 40
40
| commitDate
timestamp[s] | path
stringlengths 11
149
| repoStars
int64 5
94.9k
| repoLastFetched
stringclasses 528
values | content
stringlengths 48
736k
| license
stringclasses 14
values | language
stringclasses 7
values |
---|---|---|---|---|---|---|---|---|
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/color-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains color values that change based on color theme.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Color set",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/scale-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains dimension values that change based on platform scale.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"sets": {
"properties": {
"desktop": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
},
"mobile": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
}
},
"required": [
"mobile",
"desktop"
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Scale set",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/scale-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains dimension values that change based on platform scale.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"properties": {
"desktop": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
},
"mobile": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
}
},
"required": [
"mobile",
"desktop"
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Scale set",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A generic token set.",
"properties": {
"component": {
"type": "string"
},
"deprecated": {
"type": "boolean"
},
"deprecated_comment": {
"type": "string"
},
"sets": {
"type": "object"
}
},
"required": [
"sets"
],
"title": "sets",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | b7fcc8b2695f26ff7e3bd29cbf71726045fbb137 | 2023-09-07T17:05:44 | packages/tokens/schemas/token-types/font-family.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A font family token defines a font family that can be used in a component.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:\"?\\w+\"? ?,? ?)*\"?\\w+\"?$",
"type": "string"
}
},
"title": "Font family",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/token.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A general token.",
"properties": {
"component": {
"type": "string"
},
"deprecated": {
"default": false,
"type": "boolean"
},
"deprecated_comment": {
"type": "string"
},
"private": {
"default": false,
"type": "boolean"
},
"uuid": {
"format": "uuid",
"pattern": "^[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$",
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"uuid"
],
"title": "Token",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 80f4fdc57692beb2cb87400c87486f2c71b0bef3 | 2023-07-09T21:25:15 | docs/site/public/schemas/types/workflow-icon.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/workflow-icon.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"123",
"3DMaterials",
"ABC",
"AEMScreens",
"Actions",
"AdDisplay",
"AdPrint",
"Add",
"AddCircle",
"AddTo",
"AddToSelection",
"Airplane",
"Alert",
"AlertAdd",
"AlertCheck",
"AlertCircle",
"AlertCircleFilled",
"Algorithm",
"Alias",
"AlignBottom",
"AlignCenter",
"AlignLeft",
"AlignMiddle",
"AlignRight",
"AlignTop",
"Amusementpark",
"Anchor",
"AnchorSelect",
"Annotate",
"AnnotatePen",
"Answer",
"AnswerFavorite",
"App",
"AppRefresh",
"AppleFiles",
"ApplicationDelivery",
"ApproveReject",
"Apps",
"Archive",
"ArchiveRemove",
"ArrowDown",
"ArrowLeft",
"ArrowRight",
"ArrowUp",
"ArrowUpRight",
"Artboard",
"Article",
"Asset",
"AssetCheck",
"AssetsAdded",
"AssetsDownloaded",
"AssetsExpired",
"AssetsLinkedPublished",
"AssetsModified",
"AssetsPublished",
"Asterisk",
"At",
"Attach",
"AttachmentExclude",
"Attributes",
"Audio",
"AutomatedSegment",
"Back",
"Back30Seconds",
"BackAndroid",
"Beaker",
"BeakerCheck",
"BeakerShare",
"Bell",
"BidRule",
"BidRuleAdd",
"Blower",
"Blur",
"Book",
"Bookmark",
"BookmarkSingle",
"BookmarkSingleOutline",
"BookmarkSmall",
"BookmarkSmallOutline",
"Boolean",
"Border",
"Box",
"BoxAdd",
"BoxExport",
"BoxImport",
"Brackets",
"BracketsSquare",
"Branch1",
"Branch2",
"Branch3",
"BranchCircle",
"BreadcrumbNavigation",
"Breakdown",
"BreakdownAdd",
"Briefcase",
"Browse",
"Brush",
"Bug",
"Building",
"BulkEditUsers",
"Button",
"CCLibrary",
"Calculator",
"Calendar",
"CalendarAdd",
"CalendarLocked",
"CalendarUnlocked",
"CallCenter",
"Camera",
"CameraFlip",
"CameraRefresh",
"Campaign",
"CampaignAdd",
"CampaignClose",
"CampaignDelete",
"CampaignEdit",
"Cancel",
"Capitals",
"Captcha",
"Car",
"Card",
"Channel",
"Chat",
"ChatAdd",
"CheckPause",
"Checkmark",
"CheckmarkCircle",
"CheckmarkCircleOutline",
"ChevronDoubleLeft",
"ChevronDoubleRight",
"ChevronDown",
"ChevronLeft",
"ChevronRight",
"ChevronUp",
"ChevronUpDown",
"Circle",
"CircleFilled",
"ClassicGridView",
"Clock",
"ClockCheck",
"CloneStamp",
"Close",
"CloseCaptions",
"CloseCircle",
"Cloud",
"CloudDisconnected",
"CloudError",
"CloudOutline",
"Code",
"Collection",
"CollectionAdd",
"CollectionAddTo",
"CollectionCheck",
"CollectionEdit",
"CollectionExclude",
"CollectionLink",
"ColorFill",
"ColorPalette",
"ColorWheel",
"ColumnSettings",
"ColumnTwoA",
"ColumnTwoB",
"ColumnTwoC",
"Comment",
"Compare",
"Compass",
"Condition",
"ConfidenceFour",
"ConfidenceOne",
"ConfidenceThree",
"ConfidenceTwo",
"Contrast",
"ConversionFunnel",
"Copy",
"CoverImage",
"CreditCard",
"Crop",
"CropLightning",
"CropRotate",
"Crosshairs",
"Curate",
"Cut",
"Dashboard",
"Data",
"DataAdd",
"DataBook",
"DataCheck",
"DataCorrelated",
"DataDownload",
"DataEdit",
"DataMapping",
"DataRefresh",
"DataRemove",
"DataSettings",
"DataUnavailable",
"DataUpload",
"DataUser",
"Date",
"DateInput",
"Deduplication",
"Delegate",
"Delete",
"DeleteOutline",
"Demographic",
"Deselect",
"DeselectCircular",
"DesktopAndMobile",
"DeviceDesktop",
"DeviceLaptop",
"DevicePhone",
"DevicePhoneRefresh",
"DevicePreview",
"DeviceRotateLandscape",
"DeviceRotatePortrait",
"DeviceTV",
"DeviceTablet",
"Devices",
"DistributeBottomEdge",
"DistributeHorizontalCenter",
"DistributeHorizontally",
"DistributeLeftEdge",
"DistributeRightEdge",
"DistributeSpaceHoriz",
"DistributeSpaceVert",
"DistributeTopEdge",
"DistributeVerticalCenter",
"DistributeVertically",
"Divide",
"DividePath",
"Document",
"DocumentFragment",
"DocumentFragmentGroup",
"DocumentOutline",
"DocumentRefresh",
"Dolly",
"Download",
"DownloadFromCloud",
"DownloadFromCloudOutline",
"Draft",
"DragHandle",
"Draw",
"Dropdown",
"Duplicate",
"Edit",
"EditCircle",
"EditExclude",
"EditIn",
"EditInLight",
"Education",
"Effects",
"Efficient",
"Ellipse",
"Email",
"EmailCancel",
"EmailCheck",
"EmailExclude",
"EmailExcludeOutline",
"EmailGear",
"EmailGearOutline",
"EmailKey",
"EmailKeyOutline",
"EmailLightning",
"EmailNotification",
"EmailOutline",
"EmailRefresh",
"EmailSchedule",
"Engagement",
"Erase",
"Event",
"EventExclude",
"EventShare",
"Events",
"ExcludeOverlap",
"Experience",
"ExperienceAdd",
"ExperienceAddTo",
"ExperienceExport",
"ExperienceImport",
"Export",
"ExportOriginal",
"Exposure",
"Extension",
"FacebookCoverImage",
"Fast",
"FastForward",
"FastForwardCircle",
"Feature",
"Feed",
"FeedAdd",
"FeedManagement",
"Feedback",
"FileAdd",
"FileCSV",
"FileCampaign",
"FileChart",
"FileCheckedOut",
"FileCode",
"FileData",
"FileEmail",
"FileExcel",
"FileFolder",
"FileGear",
"FileGlobe",
"FileHTML",
"FileImportant",
"FileJson",
"FileKey",
"FileMobile",
"FilePDF",
"FileShare",
"FileSingleWebPage",
"FileSpace",
"FileTemplate",
"FileTxt",
"FileUser",
"FileWord",
"FileWorkflow",
"FileXML",
"FileZip",
"FilingCabinet",
"Filmroll",
"FilmrollAutoAdd",
"Filter",
"FilterAdd",
"FilterCheck",
"FilterDelete",
"FilterEdit",
"FilterHeart",
"FilterRemove",
"FilterStar",
"FindAndReplace",
"Flag",
"FlagExclude",
"FlashAuto",
"FlashOff",
"FlashOn",
"Flashlight",
"FlashlightOff",
"FlashlightOn",
"FlipHorizontal",
"FlipVertical",
"Folder",
"Folder2Color",
"FolderAdd",
"FolderAddTo",
"FolderArchive",
"FolderDelete",
"FolderGear",
"FolderLocked",
"FolderOpen",
"FolderOpenOutline",
"FolderOutline",
"FolderRemove",
"FolderSearch",
"FolderUser",
"Follow",
"FollowOff",
"ForPlacementOnly",
"Forecast",
"Form",
"Forward",
"FullScreen",
"FullScreenExit",
"Function",
"Game",
"Gauge1",
"Gauge2",
"Gauge3",
"Gauge4",
"Gauge5",
"Gears",
"GearsAdd",
"GearsDelete",
"GearsEdit",
"GenderFemale",
"GenderMale",
"Gift",
"Globe",
"GlobeCheck",
"GlobeClock",
"GlobeEnter",
"GlobeExit",
"GlobeGrid",
"GlobeOutline",
"GlobeRemove",
"GlobeSearch",
"GlobeStrike",
"GlobeStrikeClock",
"Gradient",
"GraphArea",
"GraphAreaStacked",
"GraphBarHorizontal",
"GraphBarHorizontalAdd",
"GraphBarHorizontalStacked",
"GraphBarVertical",
"GraphBarVerticalAdd",
"GraphBarVerticalStacked",
"GraphBubble",
"GraphBullet",
"GraphConfidenceBands",
"GraphDonut",
"GraphDonutAdd",
"GraphGantt",
"GraphHistogram",
"GraphPathing",
"GraphPie",
"GraphProfitCurve",
"GraphScatter",
"GraphStream",
"GraphStreamRanked",
"GraphStreamRankedAdd",
"GraphSunburst",
"GraphTree",
"GraphTrend",
"GraphTrendAdd",
"GraphTrendAlert",
"Graphic",
"Group",
"Hammer",
"Hand",
"Hand0",
"Hand1",
"Hand2",
"Hand3",
"Hand4",
"Heal",
"Heart",
"Help",
"HelpOutline",
"Histogram",
"History",
"Home",
"Homepage",
"HotFixes",
"HotelBed",
"IdentityService",
"Image",
"ImageAdd",
"ImageAlbum",
"ImageAutoMode",
"ImageCarousel",
"ImageCheck",
"ImageCheckedOut",
"ImageMapCircle",
"ImageMapPolygon",
"ImageMapRectangle",
"ImageNext",
"ImageProfile",
"ImageSearch",
"ImageText",
"Images",
"Import",
"Inbox",
"Individual",
"Info",
"InfoOutline",
"IntersectOverlap",
"InvertAdj",
"Invite",
"Journey",
"JourneyAction",
"JourneyData",
"JourneyEvent",
"JourneyEvent2",
"JourneyReports",
"JourneyVoyager",
"JumpToTop",
"Key",
"KeyClock",
"KeyExclude",
"Keyboard",
"Label",
"LabelExclude",
"Labels",
"Landscape",
"Launch",
"Layers",
"LayersBackward",
"LayersBringToFront",
"LayersForward",
"LayersSendToBack",
"Light",
"Line",
"LineHeight",
"LinearGradient",
"Link",
"LinkCheck",
"LinkGlobe",
"LinkNav",
"LinkOff",
"LinkOut",
"LinkOutLight",
"LinkPage",
"LinkUser",
"Location",
"LocationBasedDate",
"LocationBasedEvent",
"LocationContribution",
"LockClosed",
"LockOpen",
"LogOut",
"Login",
"Looks",
"LoupeView",
"MBox",
"MagicWand",
"Magnify",
"Mailbox",
"MapView",
"MarginBottom",
"MarginLeft",
"MarginRight",
"MarginTop",
"MarketingActivities",
"Maximize",
"Measure",
"Menu",
"Merge",
"MergeLayers",
"Messenger",
"Minimize",
"MobileServices",
"ModernGridView",
"Money",
"Monitoring",
"Moon",
"More",
"MoreCircle",
"MoreSmall",
"MoreSmallList",
"MoreSmallListVert",
"MoreVertical",
"Move",
"MoveLeftRight",
"MoveTo",
"MoveUpDown",
"MovieCamera",
"Multiple",
"MultipleAdd",
"MultipleCheck",
"MultipleExclude",
"NamingOrder",
"NewItem",
"News",
"NewsAdd",
"NoEdit",
"Note",
"NoteAdd",
"OS",
"Offer",
"OfferDelete",
"OnAir",
"OpenIn",
"OpenInLight",
"OpenRecent",
"OpenRecentOutline",
"Orbit",
"Organisations",
"Organize",
"OutlinePath",
"PaddingBottom",
"PaddingLeft",
"PaddingRight",
"PaddingTop",
"PageBreak",
"PageExclude",
"PageGear",
"PageRule",
"PageShare",
"PageTag",
"PagesExclude",
"Pan",
"Panel",
"Paste",
"PasteHTML",
"PasteList",
"PasteText",
"Pattern",
"Pause",
"PauseCircle",
"Pawn",
"Pending",
"PeopleGroup",
"PersonalizationField",
"Perspective",
"PinOff",
"PinOn",
"Pivot",
"PlatformDataMapping",
"Play",
"PlayCircle",
"Plug",
"Polygon",
"PolygonSelect",
"PopIn",
"Portrait",
"Preset",
"Preview",
"Print",
"PrintPreview",
"Project",
"ProjectAdd",
"ProjectEdit",
"ProjectNameEdit",
"Promote",
"Properties",
"PropertiesCopy",
"PublishCheck",
"PublishPending",
"PublishReject",
"PublishRemove",
"PublishSchedule",
"PushNotification",
"Question",
"QuickSelect",
"RSS",
"RadialGradient",
"Rail",
"RailBottom",
"RailLeft",
"RailRight",
"RailRightClose",
"RailRightOpen",
"RailTop",
"RangeMask",
"RealTimeCustomerProfile",
"RectSelect",
"Rectangle",
"Redo",
"Refresh",
"RegionSelect",
"Relevance",
"Remove",
"RemoveCircle",
"Rename",
"Reorder",
"Replay",
"Replies",
"Reply",
"ReplyAll",
"Report",
"ReportAdd",
"Resize",
"Retweet",
"Reuse",
"Revenue",
"Revert",
"Rewind",
"RewindCircle",
"Ribbon",
"RotateCCW",
"RotateCCWBold",
"RotateCW",
"RotateCWBold",
"RotateLeft",
"RotateLeftOutline",
"RotateRight",
"RotateRightOutline",
"SMS",
"SMSKey",
"SMSLightning",
"SMSRefresh",
"SQLQuery",
"Sampler",
"Sandbox",
"SaveAsFloppy",
"SaveFloppy",
"SaveTo",
"SaveToLight",
"Scribble",
"Search",
"Seat",
"SeatAdd",
"Segmentation",
"Segments",
"Select",
"SelectAdd",
"SelectBox",
"SelectBoxAll",
"SelectCircular",
"SelectContainer",
"SelectGear",
"SelectIntersect",
"SelectSubtract",
"Selection",
"SelectionChecked",
"SelectionMove",
"Send",
"SentimentNegative",
"SentimentNeutral",
"SentimentPositive",
"Separator",
"Servers",
"Settings",
"Shapes",
"Share",
"ShareAndroid",
"ShareCheck",
"ShareLight",
"ShareWindows",
"Sharpen",
"Shield",
"Ship",
"Shop",
"ShoppingCart",
"ShowAllLayers",
"ShowMenu",
"ShowOneLayer",
"Shuffle",
"Slice",
"Slow",
"SmallCaps",
"Snapshot",
"SocialNetwork",
"SortOrderDown",
"SortOrderUp",
"Spam",
"Spellcheck",
"Spin",
"SplitView",
"SpotHeal",
"Stadium",
"Stage",
"Stamp",
"Star",
"StarOutline",
"Starburst",
"StepBackward",
"StepBackwardCircle",
"StepForward",
"StepForwardCircle",
"Stop",
"StopCircle",
"Stopwatch",
"Straighten",
"StraightenOutline",
"StrokeWidth",
"Subscribe",
"SubtractBackPath",
"SubtractFromSelection",
"SubtractFrontPath",
"SuccessMetric",
"Summarize",
"Survey",
"Switch",
"Sync",
"SyncRemove",
"Table",
"TableAdd",
"TableAndChart",
"TableColumnAddLeft",
"TableColumnAddRight",
"TableColumnMerge",
"TableColumnRemoveCenter",
"TableColumnSplit",
"TableEdit",
"TableHistogram",
"TableMergeCells",
"TableRowAddBottom",
"TableRowAddTop",
"TableRowMerge",
"TableRowRemoveCenter",
"TableRowSplit",
"TableSelectColumn",
"TableSelectRow",
"TagBold",
"TagItalic",
"TagUnderline",
"Target",
"Targeted",
"TaskList",
"Teapot",
"Temperature",
"TestAB",
"TestABEdit",
"TestABGear",
"TestABRemove",
"TestProfile",
"Text",
"TextAdd",
"TextAlignCenter",
"TextAlignJustify",
"TextAlignLeft",
"TextAlignRight",
"TextBaselineShift",
"TextBold",
"TextBulleted",
"TextBulletedAttach",
"TextBulletedHierarchy",
"TextBulletedHierarchyExclude",
"TextColor",
"TextDecrease",
"TextEdit",
"TextExclude",
"TextIncrease",
"TextIndentDecrease",
"TextIndentIncrease",
"TextItalic",
"TextKerning",
"TextLetteredLowerCase",
"TextLetteredUpperCase",
"TextNumbered",
"TextParagraph",
"TextRomanLowercase",
"TextRomanUppercase",
"TextSize",
"TextSizeAdd",
"TextSpaceAfter",
"TextSpaceBefore",
"TextStrikethrough",
"TextStroke",
"TextStyle",
"TextSubscript",
"TextSuperscript",
"TextTracking",
"TextUnderline",
"ThumbDown",
"ThumbDownOutline",
"ThumbUp",
"ThumbUpOutline",
"Tips",
"Train",
"TransferToPlatform",
"Transparency",
"Trap",
"TreeCollapse",
"TreeCollapseAll",
"TreeExpand",
"TreeExpandAll",
"TrendInspect",
"TrimPath",
"Trophy",
"Type",
"USA",
"Underline",
"Undo",
"Ungroup",
"Unlink",
"Unmerge",
"UploadToCloud",
"UploadToCloudOutline",
"User",
"UserActivity",
"UserAdd",
"UserAdmin",
"UserArrow",
"UserCheckedOut",
"UserDeveloper",
"UserEdit",
"UserExclude",
"UserGroup",
"UserLock",
"UserShare",
"UsersAdd",
"UsersExclude",
"UsersLock",
"UsersShare",
"Variable",
"VectorDraw",
"VideoCheckedOut",
"VideoFilled",
"VideoOutline",
"ViewAllTags",
"ViewBiWeek",
"ViewCard",
"ViewColumn",
"ViewDay",
"ViewDetail",
"ViewGrid",
"ViewList",
"ViewRow",
"ViewSingle",
"ViewStack",
"ViewWeek",
"ViewedMarkAs",
"Vignette",
"Visibility",
"VisibilityOff",
"Visit",
"VisitShare",
"VoiceOver",
"VolumeMute",
"VolumeOne",
"VolumeThree",
"VolumeTwo",
"Watch",
"WebPage",
"WebPages",
"Workflow",
"WorkflowAdd",
"Wrench",
"ZoomIn",
"ZoomOut"
],
"title": "workflow-icon",
"type": "string"
} | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | packages/tokens/schemas/types/typography-classification.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/typography-classification.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"default": "sans serif",
"description": "Typography classification",
"enum": [
"serif",
"sans serif"
],
"title": "typography-classification",
"type": "string"
} | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | docs/site/public/schemas/types/component-size.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/component-size.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "T-shirt sizes for components",
"enum": [
"xs",
"s",
"m",
"l",
"xl",
"xxl",
"xxxl"
],
"title": "component-size",
"type": "string"
} | Apache-2.0 | en |
adobe/spectrum-tokens | e479658ee7c6a4706ce9d96cd67ad0c94271d821 | 2024-03-07T22:55:08 | docs/site/public/schemas/token-types/scale-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains dimension values that change based on platform scale.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"properties": {
"desktop": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
},
"mobile": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
}
},
"required": [
"mobile",
"desktop"
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Scale set",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | bf32f7fafadd81eed3449ce6f6a2d377647cb36e | 2023-09-07T18:19:29 | packages/tokens/schemas/token-types/color-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains color values that change based on color theme.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Color set",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 80f4fdc57692beb2cb87400c87486f2c71b0bef3 | 2023-07-09T21:25:15 | docs/site/public/schemas/component.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"meta": {
"properties": {
"category": {
"enum": [
"actions",
"containers",
"data visualization",
"feedback",
"inputs",
"navigation",
"status",
"typography"
],
"type": "string"
},
"documentationUrl": {
"format": "uri",
"type": "string"
}
},
"required": [
"category",
"documentationUrl"
],
"type": "object"
}
},
"required": [
"meta",
"title",
"description",
"properties",
"$id"
],
"title": "Component",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | packages/tokens/schemas/types/typography-script.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/typography-script.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"default": "latin",
"description": "The script of the text.",
"enum": [
"latin",
"han",
"arabic",
"hebrew"
],
"title": "typography-script",
"type": "string"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/color-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains color values that change based on color theme.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"sets": {
"anyOf": [
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Color set",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/font-weight.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Defines sets the weight (or boldness) of the font",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"light",
"regular",
"medium",
"bold",
"extra-bold",
"black"
],
"type": "string"
}
},
"title": "Font weight",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/alias.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that references another token.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^\\{(\\w|-)*\\}$",
"type": "string"
}
},
"title": "Alias",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8731c0f732f995f974bc9e65191cf36375a8e527 | 2023-09-06T15:56:23 | packages/tokens/schemas/token-types/color.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Color token schema.",
"properties": {
"value": {
"pattern": "^rgba\\((([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]),\\s?){3}(0|1|0?\\.\\d+)\\)|rgb\\(([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]){1,3}(,\\s?\\d{1,3}%?){2}\\)$",
"type": "string"
}
},
"title": "Color",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | docs/site/public/schemas/types/hex-color.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/hex-color.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Hexadecimal color code",
"pattern": "/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/",
"title": "hex-color",
"type": "string"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/font-family.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A font family token defines a font family that can be used in a component.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:\"?\\w+\"? ?,? ?)*\"?\\w+\"?$",
"type": "string"
}
},
"title": "Font family",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | bdc9f35d75fd124e329890bcdd654f8b10ab7b22 | 2023-09-06T23:09:35 | packages/tokens/schemas/token-types/multiplier.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A float used to multiply a value by a given amount. Also used as a line-height multiplier.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+\\.?\\d*)|(?:\\.?\\d+)$",
"type": "string"
}
},
"title": "Multiplier",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | e479658ee7c6a4706ce9d96cd67ad0c94271d821 | 2024-03-07T22:55:08 | docs/site/public/schemas/token-types/font-size.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel, rem, and em font sizes dimension.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em))$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/font-style.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Sets whether a font should be styled with a normal, italic, or oblique face from its font-family",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"italic",
"normal"
],
"type": "string"
}
},
"title": "Font style",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | e899a85a56afeaff31e093ae97e1e1657865ca74 | 2023-09-14T16:32:04 | packages/tokens/schemas/token-types/token.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A general token.",
"properties": {
"component": {
"type": "string"
},
"deprecated": {
"type": "boolean"
},
"deprecated_comment": {
"type": "string"
},
"uuid": {
"format": "uuid",
"pattern": "^[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$",
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"uuid"
],
"title": "Token",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/scale-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains dimension values that change based on platform scale.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"sets": {
"properties": {
"desktop": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
},
"mobile": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
}
},
"required": [
"mobile",
"desktop"
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Scale set",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/color.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Color token schema.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^rgba\\((([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]),\\s?){3}(0|1|0?\\.\\d+)\\)|rgb\\(([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]){1,3}(,\\s?\\d{1,3}%?){2}\\)$",
"type": "string"
}
},
"title": "Color",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/alias.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that references another token.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^\\{(\\w|-)*\\}$",
"type": "string"
}
},
"title": "Alias",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/token.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A general token.",
"properties": {
"component": {
"type": "string"
},
"deprecated": {
"default": false,
"type": "boolean"
},
"deprecated_comment": {
"type": "string"
},
"private": {
"default": false,
"type": "boolean"
},
"uuid": {
"format": "uuid",
"pattern": "^[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$",
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"uuid"
],
"title": "Token",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/multiplier.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A float used to multiply a value by a given amount. Also used as a line-height multiplier.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+\\.?\\d*)|(?:\\.?\\d+)$",
"type": "string"
}
},
"title": "Multiplier",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 68c81aff5cf8f0ae977ab7a9e322f069b0757af3 | 2023-09-11T19:29:47 | packages/tokens/schemas/token-types/alias.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that references another token.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^\\{(\\w|-)*\\}$",
"type": "string"
}
},
"title": "Alias",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 5628b8f127fd7454b3f7506eebc27b6b6ecd7583 | 2023-12-07T17:43:01 | packages/tokens/schemas/token-types/scale-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains dimension values that change based on platform scale.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"properties": {
"desktop": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
},
"mobile": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
}
},
"required": [
"mobile",
"desktop"
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Scale set",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/text-transform.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that specifies how to capitalize an element's text.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"uppercase",
"lowercase",
"capitalize",
"none"
],
"type": "string"
}
},
"title": "Text transform",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/multiplier.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A float used to multiply a value by a given amount. Also used as a line-height multiplier.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+\\.?\\d*)|(?:\\.?\\d+)$",
"type": "string"
}
},
"title": "Multiplier",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A generic token set.",
"properties": {
"component": {
"type": "string"
},
"deprecated": {
"type": "boolean"
},
"deprecated_comment": {
"type": "string"
},
"sets": {
"type": "object"
}
},
"required": [
"sets"
],
"title": "sets",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/font-size.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel, rem, and em font sizes dimension.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em))$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/alias.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that references another token.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^\\{(\\w|-)*\\}$",
"type": "string"
}
},
"title": "Alias",
"type": "object"
} | Apache-2.0 | en |
fudini/bendec | 5d065867886d4faa57f368abbfdc18e52b9bf5d4 | 2023-12-26T10:26:59 | src/assets/schema.json | 13 | 2024-05-29T09:02:04.254818Z | {
"$defs": {
"Alias": {
"properties": {
"alias": {
"type": "string"
},
"description": {
"type": "string"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Alias"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"Array": {
"properties": {
"description": {
"type": "string"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Union"
},
"length": {
"type": "number"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"Element": {
"anyOf": [
{
"$ref": "#/$defs/Primitive"
},
{
"$ref": "#/$defs/Alias"
},
{
"$ref": "#/$defs/Struct"
},
{
"$ref": "#/$defs/Enum"
},
{
"$ref": "#/$defs/Union"
},
{
"$ref": "#/$defs/Array"
}
]
},
"Enum": {
"properties": {
"bitflags": {
"type": "boolean"
},
"description": {
"type": "string"
},
"implConst": {
"type": "boolean"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Enum"
},
"name": {
"type": "string"
},
"offset": {
"oneOf": [
{
"type": "number"
},
{
"type": "string"
}
]
},
"underlying": {
"description": "Underlying primitive type",
"type": "string"
},
"variants": {
"items": {
"items": false,
"prefixItems": [
{
"description": "Name",
"type": "string"
},
{
"description": "Value",
"oneOf": [
{
"type": "number"
},
{
"type": "string"
}
]
},
{
"description": "Description",
"type": "string"
}
],
"type": "array"
},
"type": "array"
}
},
"type": "object"
},
"Field": {
"properties": {
"description": {
"type": "string"
},
"length": {
"description": "length is specified it's an array",
"type": "number"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"Kind": {
"enum": [
"Primitive",
"Alias",
"Struct",
"Enum",
"Union",
"Array"
],
"type": "string"
},
"Primitive": {
"properties": {
"description": {
"type": "string"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Primitive"
},
"name": {
"type": "string"
},
"size": {
"type": "number"
}
},
"type": "object"
},
"Struct": {
"properties": {
"description": {
"type": "string"
},
"fields": {
"items": {
"$ref": "#/$defs/Field"
},
"type": "array"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Struct"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"Union": {
"properties": {
"description": {
"type": "string"
},
"discriminator": {
"items": {
"type": "string"
},
"type": "array"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Union"
},
"members": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
}
},
"type": "object"
}
},
"$id": "https://github.com/fudini/bendec/tree/master/src/assets/schema.json",
"$schema": "https://json-schema.org/draft-07/schema#",
"anyOf": [
{
"$ref": "#/$defs/Primitive"
},
{
"$ref": "#/$defs/Alias"
},
{
"$ref": "#/$defs/Struct"
},
{
"$ref": "#/$defs/Enum"
},
{
"$ref": "#/$defs/Union"
},
{
"$ref": "#/$defs/Array"
}
],
"description": "Schema for Bendec JSON typedef files",
"title": "Bendec"
} | MIT | en |
fudini/bendec | f627364350a78206135a20f842a341b45bf3b0c9 | 2023-12-26T17:44:45 | src/assets/schema.json | 13 | 2024-05-29T09:02:04.254818Z | {
"$defs": {
"Alias": {
"properties": {
"alias": {
"type": "string"
},
"description": {
"type": "string"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Alias"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"Array": {
"properties": {
"description": {
"type": "string"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Array"
},
"length": {
"type": "number"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"Element": {
"anyOf": [
{
"$ref": "#/$defs/Primitive"
},
{
"$ref": "#/$defs/Alias"
},
{
"$ref": "#/$defs/Struct"
},
{
"$ref": "#/$defs/Enum"
},
{
"$ref": "#/$defs/Union"
},
{
"$ref": "#/$defs/Array"
}
]
},
"Enum": {
"properties": {
"bitflags": {
"type": "boolean"
},
"description": {
"type": "string"
},
"implConst": {
"type": "boolean"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Enum"
},
"name": {
"type": "string"
},
"offset": {
"oneOf": [
{
"type": "number"
},
{
"type": "string"
}
]
},
"underlying": {
"description": "Underlying primitive type",
"type": "string"
},
"variants": {
"items": {
"items": false,
"prefixItems": [
{
"description": "Name",
"type": "string"
},
{
"description": "Value",
"oneOf": [
{
"type": "number"
},
{
"type": "string"
}
]
},
{
"description": "Description",
"type": "string"
}
],
"type": "array"
},
"type": "array"
}
},
"type": "object"
},
"Field": {
"properties": {
"description": {
"type": "string"
},
"length": {
"description": "length is specified it's an array",
"type": "number"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"Kind": {
"enum": [
"Primitive",
"Alias",
"Struct",
"Enum",
"Union",
"Array"
],
"type": "string"
},
"Primitive": {
"properties": {
"description": {
"type": "string"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Primitive"
},
"name": {
"type": "string"
},
"size": {
"type": "number"
}
},
"type": "object"
},
"Struct": {
"properties": {
"description": {
"type": "string"
},
"fields": {
"items": {
"$ref": "#/$defs/Field"
},
"type": "array"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Struct"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"Union": {
"properties": {
"description": {
"type": "string"
},
"discriminator": {
"items": {
"type": "string"
},
"type": "array"
},
"kind": {
"$ref": "#/$defs/Kind",
"const": "Union"
},
"members": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
}
},
"type": "object"
}
},
"$id": "https://github.com/fudini/bendec/tree/master/src/assets/schema.json",
"$schema": "https://json-schema.org/draft-07/schema#",
"anyOf": [
{
"$ref": "#/$defs/Primitive"
},
{
"$ref": "#/$defs/Alias"
},
{
"$ref": "#/$defs/Struct"
},
{
"$ref": "#/$defs/Enum"
},
{
"$ref": "#/$defs/Union"
},
{
"$ref": "#/$defs/Array"
}
],
"description": "Schema for Bendec JSON typedef files",
"title": "Bendec"
} | MIT | en |
marksparkza/jschon | 0b1108b9b8161aac71c23750c2ed84272ae5ee29 | 2023-03-16T16:17:34 | tests/data/meta_with_core.json | 131 | 2024-05-28T04:48:07.32297Z | {
"$id": "https://example.com/meta_with_core",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$vocabulary": {
"https://json-schema.org/draft/2020-12/vocab/core": true
}
} | MIT | en |
marksparkza/jschon | 3d81850b62bbd8bdb6e79389384419b7151ae35d | 2021-08-09T10:24:03 | examples/data/org-schema.json | 131 | 2024-05-28T04:48:07.32297Z | {
"$id": "https://example.com/org-schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"people": {
"items": {
"$ref": "https://example.com/person-schema"
},
"type": "array"
}
},
"type": "object"
} | MIT | en |
marksparkza/jschon | 0b1108b9b8161aac71c23750c2ed84272ae5ee29 | 2023-03-16T16:17:34 | tests/data/meta_no_vocabs.json | 131 | 2024-05-28T04:48:07.32297Z | {
"$id": "https://example.com/meta_no_vocabs",
"$schema": "https://json-schema.org/draft/2020-12/schema"
} | MIT | en |
marksparkza/jschon | 3d81850b62bbd8bdb6e79389384419b7151ae35d | 2021-08-09T10:24:03 | examples/data/person-schema.json | 131 | 2024-05-28T04:48:07.32297Z | {
"$id": "https://example.com/person-schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"name": {
"type": "string"
}
},
"type": "object"
} | MIT | en |
mason-org/mason-registry | 09c2c91425e35b59650662e648596581652a5d02 | 2023-06-15T17:43:02 | schemas/components/sources/github/release.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$defs": {
"Asset": {
"oneOf": [
{
"items": {
"additionalProperties": true,
"properties": {
"file": {
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
},
"target": {
"oneOf": [
{
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
},
{
"$ref": "/mason-registry.json/enums/platform"
}
]
}
},
"required": [
"target",
"file"
],
"type": "object"
},
"type": "array"
},
{
"properties": {
"file": {
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
}
},
"required": [
"file"
],
"type": "object"
}
]
}
},
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/github/release",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"asset": {
"$ref": "#/$defs/Asset"
},
"id": {
"pattern": "^pkg:github/.+/.+@.+",
"type": "string"
}
},
"required": [
"id",
"asset"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1 | 2023-04-05T23:26:45 | schemas/package.schema.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "Schema for package definitions.",
"properties": {
"bin": {
"$ref": "mason-registry.json/components/bin"
},
"categories": {
"items": {
"$ref": "mason-registry.json/enums/category"
},
"type": "array"
},
"ci_skip": {
"oneOf": [
{
"type": "boolean"
},
{
"items": {
"$ref": "mason-registry.json/enums/platform"
},
"type": "array"
}
]
},
"description": {
"description": "The description of the package. Usually sourced upstream.",
"type": "string"
},
"homepage": {
"description": "A URL to the package's homepage.",
"format": "uri",
"pattern": "^https?://",
"type": "string"
},
"languages": {
"items": {
"$ref": "mason-registry.json/enums/language"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "mason-registry.json/enums/spdx-license"
},
"minItems": 1,
"type": "array"
},
"name": {
"description": "The package name. MUST be unique within the registry it belongs to.",
"type": "string"
},
"opt": {
"$ref": "mason-registry.json/components/opt"
},
"share": {
"$ref": "mason-registry.json/components/share"
},
"source": {
"$ref": "mason-registry.json/components/source"
}
},
"required": [
"name",
"description",
"homepage",
"licenses",
"languages",
"source"
],
"title": "Mason Registry package schema",
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 39f7ce574e172908940f2d95da6346e262cb6612 | 2023-01-28T00:33:05 | schemas/components/share.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/share",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9_\\-\\./]+$": {
"type": "string"
}
},
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | c7f3e360d5c357e5bd2cf1644055bf8359e2a805 | 2022-12-22T17:23:37 | schemas/enums/platform.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/enums/platform",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"darwin_arm64",
"darwin_x64",
"linux_arm",
"linux_arm_gnu",
"linux_arm64",
"linux_arm64_gnu",
"linux_x64",
"linux_x64_gnu",
"linux_x86",
"linux_x86_gnu",
"win_arm",
"win_arm64",
"win_x64",
"win_x86"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 87391bbf12da0a0d1f9f6ee83e3e926f85cc5fae | 2023-03-02T00:58:12 | schemas/components/opt.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/opt",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9_\\-\\./]+$": {
"type": "string"
}
},
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 308ff1748293e0fcf0d5738c83d88b3b2055aa58 | 2023-04-18T08:57:02 | schemas/components/sources/generic/download.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$defs": {
"Download": {
"additionalProperties": true,
"properties": {
"files": {
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9_\\-\\.]+$": {
"pattern": "^https?://",
"type": "string"
}
},
"type": "object"
},
"target": {
"oneOf": [
{
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
},
{
"$ref": "/mason-registry.json/enums/platform"
}
]
}
},
"required": [
"files"
],
"type": "object"
}
},
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/generic/download",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"download": {
"oneOf": [
{
"items": {
"$ref": "#/$defs/Download"
},
"type": "array"
},
{
"$ref": "#/$defs/Download"
}
]
},
"id": {
"pattern": "^pkg:generic/.+@.+",
"type": "string"
}
},
"required": [
"id",
"download"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 3694515a5cbd2663485334f936055c0c1834fba0 | 2024-03-07T23:06:46 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1 | 2023-04-05T23:26:45 | schemas/components/sources/pypi.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/pypi",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"extra_packages": {
"description": "Extra pypi packages required by the main package to function.",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"pattern": "^pkg:pypi/.+@.+",
"type": "string"
},
"supported_platforms": {
"description": "List of platforms supported by the pypi package.",
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | f81bd40b76e7065f0104488dae641ea338a3dd99 | 2022-12-31T07:03:55 | schemas/package.schema.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/package",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Schema for package definitions.",
"properties": {
"bin": {
"$ref": "components/bin"
},
"categories": {
"items": {
"$ref": "enums/category"
},
"type": "array"
},
"ci_skip": {
"items": {
"$ref": "enums/platform"
},
"type": "array"
},
"description": {
"description": "The description of the package. Usually sourced upstream.",
"type": "string"
},
"homepage": {
"description": "A URL to the package's homepage.",
"format": "uri",
"pattern": "^https?://",
"type": "string"
},
"languages": {
"items": {
"$ref": "enums/language"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "enums/spdx-license"
},
"minItems": 1,
"type": "array"
},
"name": {
"description": "The package name. MUST be unique within the registry it belongs to.",
"type": "string"
},
"source": {
"$ref": "components/source"
}
},
"required": [
"name",
"description",
"homepage",
"licenses",
"languages",
"source"
],
"title": "Mason Registry package schema",
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | a5244b17c53675a74cb0326d452d4a3fa8fc9203 | 2022-12-21T12:12:30 | schemas/components/sources/npm.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/npm",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"extra_packages": {
"description": "Extra npm packages required by the main package to function.",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"pattern": "^pkg:npm/.+@.+",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 09c2c91425e35b59650662e648596581652a5d02 | 2023-06-15T17:43:02 | schemas/components/sources/opam.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/opam",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"pattern": "^pkg:opam/.+@.+",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 35db23ea1f227756ee13e65276f251ccd682d474 | 2023-12-04T12:05:40 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"MDX",
"Markdown",
"Matlab",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 6088e84715d0331d981bf1641661b7414ae83198 | 2024-05-03T14:33:51 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Aiken",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"CoffeeScript",
"Coq",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"DTS",
"Earthly",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"GLSL",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"MCFunction",
"Meson",
"Metamath Zero",
"Mksh",
"Motoko",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"Rego",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 5f68ec56e138c41ad9abaee673b37842b95828f4 | 2024-04-21T08:22:13 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Aiken",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"CoffeeScript",
"Coq",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"DTS",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"GLSL",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"MCFunction",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"Rego",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | a5244b17c53675a74cb0326d452d4a3fa8fc9203 | 2022-12-21T12:12:30 | schemas/components/source.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/source",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"$ref": "sources/cargo"
},
{
"$ref": "sources/gem"
},
{
"$ref": "sources/github"
},
{
"$ref": "sources/golang"
},
{
"$ref": "sources/npm"
},
{
"$ref": "sources/pypi"
}
]
} | Apache-2.0 | en |
mason-org/mason-registry | da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1 | 2023-04-05T23:26:45 | schemas/components/sources/opam.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/opam",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"pattern": "^pkg:opam/.+@.+",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 09c2c91425e35b59650662e648596581652a5d02 | 2023-06-15T17:43:02 | schemas/components/sources/luarocks.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/luarocks",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"pattern": "^pkg:luarocks/.+@.+",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 81b2ab749f87afe97bdba79ad76681e1fd7f1a89 | 2024-03-08T00:01:59 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | a057aaf6f6ac390cef38c6becce6ead1d97d2fe0 | 2022-12-27T14:06:12 | schemas/components/sources/opam.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/opam",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"pattern": "^pkg:opam/.+@.+",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 782046f2e6e3ae0949a1fbeefb12f6512fb741ae | 2023-04-06T10:18:22 | schemas/components/sources/pypi.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/pypi",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"extra_packages": {
"description": "Extra pypi packages required by the main package to function.",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"pattern": "^pkg:pypi/.+@.+",
"type": "string"
},
"supported_platforms": {
"description": "List of platforms supported by the pypi package.",
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 21b22ca90fc4c699fd036c8bfdbeefe07b4d7ad9 | 2023-10-19T01:21:00 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HTML",
"HTMX",
"Handlebargs",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"MDX",
"Markdown",
"Matlab",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 782046f2e6e3ae0949a1fbeefb12f6512fb741ae | 2023-04-06T10:18:22 | schemas/components/sources/opam.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/opam",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"pattern": "^pkg:opam/.+@.+",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 9fca1753ea75bc8e6dc78d6371e761ade967b636 | 2023-04-15T21:19:45 | schemas/components/sources/github/release.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$defs": {
"Asset": {
"oneOf": [
{
"items": {
"additionalProperties": true,
"properties": {
"file": {
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
},
"target": {
"oneOf": [
{
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
},
{
"$ref": "/mason-registry.json/enums/platform"
}
]
}
},
"required": [
"target",
"file"
],
"type": "object"
},
"type": "array"
},
{
"properties": {
"file": {
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
}
},
"type": "object"
}
]
}
},
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/github/release",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"asset": {
"$ref": "#/$defs/Asset"
},
"id": {
"pattern": "^pkg:github/.+/.+@.+",
"type": "string"
},
"version_overrides": {
"items": {
"additionalProperties": false,
"properties": {
"asset": {
"$ref": "#/$defs/Asset"
},
"constraint": {
"pattern": "^semver:(<=)?v?\\d+\\.\\d+\\.\\d+",
"type": "string"
},
"id": {
"pattern": "^pkg:github/.+/[^@]+$",
"type": "string"
}
},
"required": [
"constraint",
"asset"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"id",
"asset"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | a5244b17c53675a74cb0326d452d4a3fa8fc9203 | 2022-12-21T12:12:30 | schemas/components/bin.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/bin",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9_\\-]+$": {
"type": "string"
}
},
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 7b575d19db2f6a1a2aead99388d8bd10ca4afbf8 | 2024-04-23T10:14:51 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Aiken",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"CoffeeScript",
"Coq",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"DTS",
"Earthly",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"GLSL",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"MCFunction",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"Rego",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 09c2c91425e35b59650662e648596581652a5d02 | 2023-06-15T17:43:02 | schemas/components/sources/gem.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/gem",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"extra_packages": {
"description": "Extra gem packages required by the main package to function.",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"pattern": "^pkg:gem/.+@.+",
"type": "string"
},
"supported_platforms": {
"description": "List of platforms supported by the gem package.",
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | a5244b17c53675a74cb0326d452d4a3fa8fc9203 | 2022-12-21T12:12:30 | schemas/components/sources/github/release.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$defs": {
"Asset": {
"additionalProperties": true,
"properties": {
"file": {
"type": "string"
},
"target": {
"oneOf": [
{
"items": {
"$ref": "/mason-org/mason-registry/schemas/enums/platform"
},
"type": "array"
},
{
"$ref": "/mason-org/mason-registry/schemas/enums/platform"
}
]
}
},
"required": [
"target",
"file"
],
"type": "object"
}
},
"$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/github/release",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"asset": {
"oneOf": [
{
"items": {
"$ref": "#/$defs/Asset"
},
"type": "array"
},
{
"properties": {
"file": {
"type": "string"
}
},
"type": "object"
}
]
},
"id": {
"pattern": "^pkg:github/.+@.+",
"type": "string"
}
},
"required": [
"id",
"asset"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | a5244b17c53675a74cb0326d452d4a3fa8fc9203 | 2022-12-21T12:12:30 | schemas/enums/category.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/enums/category",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"Compiler",
"DAP",
"Formatter",
"LSP",
"Linter",
"Runtime"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 7a4be192f6b7360971791d8716fda730c0cbfbf7 | 2022-12-21T18:10:17 | schemas/package.schema.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/package",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Schema for package definitions.",
"properties": {
"bin": {
"$ref": "components/bin"
},
"categories": {
"items": {
"$ref": "enums/category"
},
"type": "array"
},
"description": {
"description": "The description of the package. Usually sourced upstream.",
"type": "string"
},
"homepage": {
"description": "A URL to the package's homepage.",
"format": "uri",
"pattern": "^https?://",
"type": "string"
},
"languages": {
"items": {
"$ref": "enums/language"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "enums/spdx-license"
},
"minItems": 1,
"type": "array"
},
"name": {
"description": "The package name. MUST be unique within the registry it belongs to.",
"type": "string"
},
"source": {
"$ref": "components/source"
}
},
"required": [
"name",
"description",
"homepage",
"licenses",
"languages",
"source"
],
"title": "Mason Registry package schema",
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 3925fbb7a07183982f699a98b014a59da8b83149 | 2022-12-30T03:01:57 | schemas/components/sources/github/release.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$defs": {
"Asset": {
"additionalProperties": true,
"properties": {
"file": {
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
},
"target": {
"oneOf": [
{
"items": {
"$ref": "/mason-org/mason-registry/schemas/enums/platform"
},
"type": "array"
},
{
"$ref": "/mason-org/mason-registry/schemas/enums/platform"
}
]
}
},
"required": [
"target",
"file"
],
"type": "object"
}
},
"$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/github/release",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"asset": {
"oneOf": [
{
"items": {
"$ref": "#/$defs/Asset"
},
"type": "array"
},
{
"properties": {
"file": {
"type": "string"
}
},
"type": "object"
}
]
},
"id": {
"pattern": "^pkg:github/.+@.+",
"type": "string"
}
},
"required": [
"id",
"asset"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1 | 2023-04-05T23:26:45 | schemas/enums/spdx-license.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$comment": "SPDX license list; releaseDate=2022-12-15; source=https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json",
"$id": "https://json.schemastore.org/mason-registry.json/enums/spdx-license",
"$schema": "http://json-schema.org/draft-07/schema#",
"enum": [
"proprietary",
"0BSD",
"AAL",
"Abstyles",
"Adobe-2006",
"Adobe-Glyph",
"ADSL",
"AFL-1.1",
"AFL-1.2",
"AFL-2.0",
"AFL-2.1",
"AFL-3.0",
"Afmparse",
"AGPL-1.0",
"AGPL-1.0-only",
"AGPL-1.0-or-later",
"AGPL-3.0",
"AGPL-3.0-only",
"AGPL-3.0-or-later",
"Aladdin",
"AMDPLPA",
"AML",
"AMPAS",
"ANTLR-PD",
"ANTLR-PD-fallback",
"Apache-1.0",
"Apache-1.1",
"Apache-2.0",
"APAFML",
"APL-1.0",
"App-s2p",
"APSL-1.0",
"APSL-1.1",
"APSL-1.2",
"APSL-2.0",
"Arphic-1999",
"Artistic-1.0",
"Artistic-1.0-cl8",
"Artistic-1.0-Perl",
"Artistic-2.0",
"Baekmuk",
"Bahyph",
"Barr",
"Beerware",
"Bitstream-Vera",
"BitTorrent-1.0",
"BitTorrent-1.1",
"blessing",
"BlueOak-1.0.0",
"Borceux",
"BSD-1-Clause",
"BSD-2-Clause",
"BSD-2-Clause-FreeBSD",
"BSD-2-Clause-NetBSD",
"BSD-2-Clause-Patent",
"BSD-2-Clause-Views",
"BSD-3-Clause",
"BSD-3-Clause-Attribution",
"BSD-3-Clause-Clear",
"BSD-3-Clause-LBNL",
"BSD-3-Clause-Modification",
"BSD-3-Clause-No-Military-License",
"BSD-3-Clause-No-Nuclear-License",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause-No-Nuclear-Warranty",
"BSD-3-Clause-Open-MPI",
"BSD-4-Clause",
"BSD-4-Clause-Shortened",
"BSD-4-Clause-UC",
"BSD-Protection",
"BSD-Source-Code",
"BSL-1.0",
"BUSL-1.1",
"bzip2-1.0.5",
"bzip2-1.0.6",
"C-UDA-1.0",
"CAL-1.0",
"CAL-1.0-Combined-Work-Exception",
"Caldera",
"CATOSL-1.1",
"CC-BY-1.0",
"CC-BY-2.0",
"CC-BY-2.5",
"CC-BY-2.5-AU",
"CC-BY-3.0",
"CC-BY-3.0-AT",
"CC-BY-3.0-DE",
"CC-BY-3.0-IGO",
"CC-BY-3.0-NL",
"CC-BY-3.0-US",
"CC-BY-4.0",
"CC-BY-NC-1.0",
"CC-BY-NC-2.0",
"CC-BY-NC-2.5",
"CC-BY-NC-3.0",
"CC-BY-NC-3.0-DE",
"CC-BY-NC-4.0",
"CC-BY-NC-ND-1.0",
"CC-BY-NC-ND-2.0",
"CC-BY-NC-ND-2.5",
"CC-BY-NC-ND-3.0",
"CC-BY-NC-ND-3.0-DE",
"CC-BY-NC-ND-3.0-IGO",
"CC-BY-NC-ND-4.0",
"CC-BY-NC-SA-1.0",
"CC-BY-NC-SA-2.0",
"CC-BY-NC-SA-2.0-FR",
"CC-BY-NC-SA-2.0-UK",
"CC-BY-NC-SA-2.5",
"CC-BY-NC-SA-3.0",
"CC-BY-NC-SA-3.0-DE",
"CC-BY-NC-SA-3.0-IGO",
"CC-BY-NC-SA-4.0",
"CC-BY-ND-1.0",
"CC-BY-ND-2.0",
"CC-BY-ND-2.5",
"CC-BY-ND-3.0",
"CC-BY-ND-3.0-DE",
"CC-BY-ND-4.0",
"CC-BY-SA-1.0",
"CC-BY-SA-2.0",
"CC-BY-SA-2.0-UK",
"CC-BY-SA-2.1-JP",
"CC-BY-SA-2.5",
"CC-BY-SA-3.0",
"CC-BY-SA-3.0-AT",
"CC-BY-SA-3.0-DE",
"CC-BY-SA-4.0",
"CC-PDDC",
"CC0-1.0",
"CDDL-1.0",
"CDDL-1.1",
"CDL-1.0",
"CDLA-Permissive-1.0",
"CDLA-Permissive-2.0",
"CDLA-Sharing-1.0",
"CECILL-1.0",
"CECILL-1.1",
"CECILL-2.0",
"CECILL-2.1",
"CECILL-B",
"CECILL-C",
"CERN-OHL-1.1",
"CERN-OHL-1.2",
"CERN-OHL-P-2.0",
"CERN-OHL-S-2.0",
"CERN-OHL-W-2.0",
"checkmk",
"ClArtistic",
"CNRI-Jython",
"CNRI-Python",
"CNRI-Python-GPL-Compatible",
"COIL-1.0",
"Community-Spec-1.0",
"Condor-1.1",
"copyleft-next-0.3.0",
"copyleft-next-0.3.1",
"CPAL-1.0",
"CPL-1.0",
"CPOL-1.02",
"Crossword",
"CrystalStacker",
"CUA-OPL-1.0",
"Cube",
"curl",
"D-FSL-1.0",
"diffmark",
"DL-DE-BY-2.0",
"DOC",
"Dotseqn",
"DRL-1.0",
"DSDP",
"dvipdfm",
"ECL-1.0",
"ECL-2.0",
"eCos-2.0",
"EFL-1.0",
"EFL-2.0",
"eGenix",
"Elastic-2.0",
"Entessa",
"EPICS",
"EPL-1.0",
"EPL-2.0",
"ErlPL-1.1",
"etalab-2.0",
"EUDatagrid",
"EUPL-1.0",
"EUPL-1.1",
"EUPL-1.2",
"Eurosym",
"Fair",
"FDK-AAC",
"Frameworx-1.0",
"FreeBSD-DOC",
"FreeImage",
"FSFAP",
"FSFUL",
"FSFULLR",
"FSFULLRWD",
"FTL",
"GD",
"GFDL-1.1",
"GFDL-1.1-invariants-only",
"GFDL-1.1-invariants-or-later",
"GFDL-1.1-no-invariants-only",
"GFDL-1.1-no-invariants-or-later",
"GFDL-1.1-only",
"GFDL-1.1-or-later",
"GFDL-1.2",
"GFDL-1.2-invariants-only",
"GFDL-1.2-invariants-or-later",
"GFDL-1.2-no-invariants-only",
"GFDL-1.2-no-invariants-or-later",
"GFDL-1.2-only",
"GFDL-1.2-or-later",
"GFDL-1.3",
"GFDL-1.3-invariants-only",
"GFDL-1.3-invariants-or-later",
"GFDL-1.3-no-invariants-only",
"GFDL-1.3-no-invariants-or-later",
"GFDL-1.3-only",
"GFDL-1.3-or-later",
"Giftware",
"GL2PS",
"Glide",
"Glulxe",
"GLWTPL",
"gnuplot",
"GPL-1.0",
"GPL-1.0-only",
"GPL-1.0-or-later",
"GPL-1.0+",
"GPL-2.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-2.0-with-autoconf-exception",
"GPL-2.0-with-bison-exception",
"GPL-2.0-with-classpath-exception",
"GPL-2.0-with-font-exception",
"GPL-2.0-with-GCC-exception",
"GPL-2.0+",
"GPL-3.0",
"GPL-3.0-only",
"GPL-3.0-or-later",
"GPL-3.0-with-autoconf-exception",
"GPL-3.0-with-GCC-exception",
"GPL-3.0+",
"gSOAP-1.3b",
"HaskellReport",
"Hippocratic-2.1",
"HPND",
"HPND-sell-variant",
"HTMLTIDY",
"IBM-pibs",
"ICU",
"IJG",
"ImageMagick",
"iMatix",
"Imlib2",
"Info-ZIP",
"Intel",
"Intel-ACPI",
"Interbase-1.0",
"IPA",
"IPL-1.0",
"ISC",
"Jam",
"JasPer-2.0",
"JPNIC",
"JSON",
"Knuth-CTAN",
"LAL-1.2",
"LAL-1.3",
"Latex2e",
"Leptonica",
"LGPL-2.0",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"LGPL-2.0+",
"LGPL-2.1",
"LGPL-2.1-only",
"LGPL-2.1-or-later",
"LGPL-2.1+",
"LGPL-3.0",
"LGPL-3.0-only",
"LGPL-3.0-or-later",
"LGPL-3.0+",
"LGPLLR",
"Libpng",
"libpng-2.0",
"libselinux-1.0",
"libtiff",
"libutil-David-Nugent",
"LiLiQ-P-1.1",
"LiLiQ-R-1.1",
"LiLiQ-Rplus-1.1",
"Linux-man-pages-copyleft",
"Linux-OpenIB",
"LOOP",
"LPL-1.0",
"LPL-1.02",
"LPPL-1.0",
"LPPL-1.1",
"LPPL-1.2",
"LPPL-1.3a",
"LPPL-1.3c",
"LZMA-SDK-9.11-to-9.20",
"LZMA-SDK-9.22",
"MakeIndex",
"Minpack",
"MirOS",
"MIT",
"MIT-0",
"MIT-advertising",
"MIT-CMU",
"MIT-enna",
"MIT-feh",
"MIT-Modern-Variant",
"MIT-open-group",
"MITNFA",
"Motosoto",
"mpi-permissive",
"mpich2",
"MPL-1.0",
"MPL-1.1",
"MPL-2.0",
"MPL-2.0-no-copyleft-exception",
"mplus",
"MS-LPL",
"MS-PL",
"MS-RL",
"MTLL",
"MulanPSL-1.0",
"MulanPSL-2.0",
"Multics",
"Mup",
"NAIST-2003",
"NASA-1.3",
"Naumen",
"NBPL-1.0",
"NCGL-UK-2.0",
"NCSA",
"Net-SNMP",
"NetCDF",
"Newsletr",
"NGPL",
"NICTA-1.0",
"NIST-PD",
"NIST-PD-fallback",
"NLOD-1.0",
"NLOD-2.0",
"NLPL",
"Nokia",
"NOSL",
"Noweb",
"NPL-1.0",
"NPL-1.1",
"NPOSL-3.0",
"NRL",
"NTP",
"NTP-0",
"Nunit",
"O-UDA-1.0",
"OCCT-PL",
"OCLC-2.0",
"ODbL-1.0",
"ODC-By-1.0",
"OFL-1.0",
"OFL-1.0-no-RFN",
"OFL-1.0-RFN",
"OFL-1.1",
"OFL-1.1-no-RFN",
"OFL-1.1-RFN",
"OGC-1.0",
"OGDL-Taiwan-1.0",
"OGL-Canada-2.0",
"OGL-UK-1.0",
"OGL-UK-2.0",
"OGL-UK-3.0",
"OGTSL",
"OLDAP-1.1",
"OLDAP-1.2",
"OLDAP-1.3",
"OLDAP-1.4",
"OLDAP-2.0",
"OLDAP-2.0.1",
"OLDAP-2.1",
"OLDAP-2.2",
"OLDAP-2.2.1",
"OLDAP-2.2.2",
"OLDAP-2.3",
"OLDAP-2.4",
"OLDAP-2.5",
"OLDAP-2.6",
"OLDAP-2.7",
"OLDAP-2.8",
"OML",
"OpenSSL",
"OPL-1.0",
"OPUBL-1.0",
"OSET-PL-2.1",
"OSL-1.0",
"OSL-1.1",
"OSL-2.0",
"OSL-2.1",
"OSL-3.0",
"Parity-6.0.0",
"Parity-7.0.0",
"PDDL-1.0",
"PHP-3.0",
"PHP-3.01",
"Plexus",
"PolyForm-Noncommercial-1.0.0",
"PolyForm-Small-Business-1.0.0",
"PostgreSQL",
"PSF-2.0",
"psfrag",
"psutils",
"Python-2.0",
"Python-2.0.1",
"Qhull",
"QPL-1.0",
"Rdisc",
"RHeCos-1.1",
"RPL-1.1",
"RPL-1.5",
"RPSL-1.0",
"RSA-MD",
"RSCPL",
"Ruby",
"SAX-PD",
"Saxpath",
"SCEA",
"SchemeReport",
"Sendmail",
"Sendmail-8.23",
"SGI-B-1.0",
"SGI-B-1.1",
"SGI-B-2.0",
"SHL-0.5",
"SHL-0.51",
"SimPL-2.0",
"SISSL",
"SISSL-1.2",
"Sleepycat",
"SMLNJ",
"SMPPL",
"SNIA",
"Spencer-86",
"Spencer-94",
"Spencer-99",
"SPL-1.0",
"SSH-OpenSSH",
"SSH-short",
"SSPL-1.0",
"StandardML-NJ",
"SugarCRM-1.1.3",
"SWL",
"Symlinks",
"TAPR-OHL-1.0",
"TCL",
"TCP-wrappers",
"TMate",
"TORQUE-1.1",
"TOSL",
"TU-Berlin-1.0",
"TU-Berlin-2.0",
"UCL-1.0",
"Unicode-DFS-2015",
"Unicode-DFS-2016",
"Unicode-TOU",
"Unlicense",
"UPL-1.0",
"Vim",
"VOSTROM",
"VSL-1.0",
"W3C",
"W3C-19980720",
"W3C-20150513",
"Watcom-1.0",
"Wsuipa",
"WTFPL",
"wxWindows",
"X11",
"X11-distribute-modifications-variant",
"Xerox",
"XFree86-1.1",
"xinetd",
"Xnet",
"xpp",
"XSkat",
"YPL-1.0",
"YPL-1.1",
"Zed",
"Zend-2.0",
"Zimbra-1.3",
"Zimbra-1.4",
"Zlib",
"zlib-acknowledgement",
"ZPL-1.1",
"ZPL-2.0",
"ZPL-2.1"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | a62739ca7bfd72bb041c36d40d25b8b9c7e27d59 | 2022-12-22T20:54:31 | schemas/components/source.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/source",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"$ref": "sources/cargo"
},
{
"$ref": "sources/gem"
},
{
"$ref": "sources/github"
},
{
"$ref": "sources/golang"
},
{
"$ref": "sources/npm"
},
{
"$ref": "sources/nuget"
},
{
"$ref": "sources/pypi"
}
]
} | Apache-2.0 | en |
mason-org/mason-registry | 3996aed6215876633e70149b76d2c1c5a7ec2e75 | 2022-12-23T18:56:36 | schemas/enums/platform.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/enums/platform",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"darwin_arm64",
"darwin_x64",
"linux_arm",
"linux_arm64",
"linux_arm64_gnu",
"linux_arm64_openbsd",
"linux_arm_gnu",
"linux_x64",
"linux_x64_gnu",
"linux_x64_openbsd",
"linux_x86",
"linux_x86_gnu",
"win_arm",
"win_arm64",
"win_x64",
"win_x86"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | f7ab3ea8b155a84e74f75cf1fd8e722301edc7dd | 2024-03-20T18:40:40 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"CoffeeScript",
"Coq",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"GLSL",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"MCFunction",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"Rego",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | a5244b17c53675a74cb0326d452d4a3fa8fc9203 | 2022-12-21T12:12:30 | schemas/components/sources/cargo.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/cargo",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"pattern": "^pkg:cargo/.+@.+",
"type": "string"
},
"supported_platforms": {
"description": "List of platforms supported by the cargo package.",
"items": {
"$ref": "/mason-org/mason-registry/schemas/enums/platform"
},
"type": "array"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 39f7ce574e172908940f2d95da6346e262cb6612 | 2023-01-28T00:33:05 | schemas/package.schema.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/package",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Schema for package definitions.",
"properties": {
"bin": {
"$ref": "components/bin"
},
"categories": {
"items": {
"$ref": "enums/category"
},
"type": "array"
},
"ci_skip": {
"items": {
"$ref": "enums/platform"
},
"type": "array"
},
"description": {
"description": "The description of the package. Usually sourced upstream.",
"type": "string"
},
"homepage": {
"description": "A URL to the package's homepage.",
"format": "uri",
"pattern": "^https?://",
"type": "string"
},
"languages": {
"items": {
"$ref": "enums/language"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "enums/spdx-license"
},
"minItems": 1,
"type": "array"
},
"name": {
"description": "The package name. MUST be unique within the registry it belongs to.",
"type": "string"
},
"share": {
"$ref": "components/share"
},
"source": {
"$ref": "components/source"
}
},
"required": [
"name",
"description",
"homepage",
"licenses",
"languages",
"source"
],
"title": "Mason Registry package schema",
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 68d21a27e6b734bd29fe3ddf19ffb7c2ed01f96b | 2023-04-22T21:09:37 | schemas/package.schema.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Schema for package definitions.",
"properties": {
"bin": {
"$ref": "mason-registry.json/components/bin"
},
"categories": {
"items": {
"$ref": "mason-registry.json/enums/category"
},
"type": "array"
},
"ci_skip": {
"oneOf": [
{
"type": "boolean"
},
{
"items": {
"$ref": "mason-registry.json/enums/platform"
},
"type": "array"
}
]
},
"description": {
"description": "The description of the package. Usually sourced upstream.",
"type": "string"
},
"homepage": {
"description": "A URL to the package's homepage.",
"format": "uri",
"pattern": "^https?://",
"type": "string"
},
"languages": {
"items": {
"$ref": "mason-registry.json/enums/language"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "mason-registry.json/enums/spdx-license"
},
"minItems": 1,
"type": "array"
},
"name": {
"description": "The package name. MUST be unique within the registry it belongs to.",
"type": "string"
},
"opt": {
"$ref": "mason-registry.json/components/opt"
},
"schemas": {
"$ref": "mason-registry.json/components/schemas"
},
"share": {
"$ref": "mason-registry.json/components/share"
},
"source": {
"$ref": "mason-registry.json/components/source"
}
},
"required": [
"name",
"description",
"homepage",
"licenses",
"languages",
"categories",
"source"
],
"title": "Mason Registry package schema",
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | de3399a4d55b08ddf37d6ac02730b001f0d24d6f | 2023-07-04T09:46:46 | schemas/package.schema.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Schema for package definitions.",
"properties": {
"bin": {
"$ref": "mason-registry.json/components/bin"
},
"categories": {
"items": {
"$ref": "mason-registry.json/enums/category"
},
"type": "array"
},
"ci_skip": {
"oneOf": [
{
"type": "boolean"
},
{
"items": {
"$ref": "mason-registry.json/enums/platform"
},
"type": "array"
}
]
},
"deprecation": {
"$ref": "mason-registry.json/components/deprecation"
},
"description": {
"description": "The description of the package. Usually sourced upstream.",
"type": "string"
},
"homepage": {
"description": "A URL to the package's homepage.",
"format": "uri",
"pattern": "^https?://",
"type": "string"
},
"languages": {
"items": {
"$ref": "mason-registry.json/enums/language"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "mason-registry.json/enums/spdx-license"
},
"minItems": 1,
"type": "array"
},
"name": {
"description": "The package name. MUST be unique within the registry it belongs to.",
"type": "string"
},
"opt": {
"$ref": "mason-registry.json/components/opt"
},
"schemas": {
"$ref": "mason-registry.json/components/schemas"
},
"share": {
"$ref": "mason-registry.json/components/share"
},
"source": {
"$ref": "mason-registry.json/components/source"
}
},
"required": [
"name",
"description",
"homepage",
"licenses",
"languages",
"categories",
"source"
],
"title": "Mason Registry package schema",
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 0c474a578d74d3de16b07081180e29b70a31c0df | 2024-03-24T19:04:55 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"CoffeeScript",
"Coq",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"DTS",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"GLSL",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"MCFunction",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"Rego",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 782046f2e6e3ae0949a1fbeefb12f6512fb741ae | 2023-04-06T10:18:22 | schemas/components/sources/cargo.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/cargo",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"pattern": "^pkg:cargo/.+@.+",
"type": "string"
},
"supported_platforms": {
"description": "List of platforms supported by the cargo package.",
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 739c81042d13f8b815683c1a21faeb2c14d5523d | 2024-03-17T19:55:40 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"GLSL",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"MCFunction",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 308ff1748293e0fcf0d5738c83d88b3b2055aa58 | 2023-04-18T08:57:02 | schemas/components/sources/build.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/build",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"properties": {
"env": {
"additionalProperties": false,
"patternProperties": {
"^[A-Z0-9_]+$": {
"type": "string"
}
},
"type": "object"
},
"run": {
"description": "The shell script to run. Platform sensitive (bash on Unix, powershell on Windows).",
"type": "string"
},
"staged": {
"description": "Whether to run the build script in a staging location (defaults to true).",
"type": "boolean"
},
"target": {
"oneOf": [
{
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
},
{
"$ref": "/mason-registry.json/enums/platform"
}
]
}
},
"required": [
"run"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | a5244b17c53675a74cb0326d452d4a3fa8fc9203 | 2022-12-21T12:12:30 | schemas/enums/platform.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/enums/platform",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"darwin_arm64",
"darwin_x64",
"linux_arm",
"linux_arm64",
"linux_arm64_gnu",
"linux_x64",
"linux_x64_gnu",
"linux_x86",
"linux_x86_gnu",
"win_arm",
"win_arm64",
"win_x64",
"win_x86"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 782046f2e6e3ae0949a1fbeefb12f6512fb741ae | 2023-04-06T10:18:22 | schemas/components/sources/gem.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/gem",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"extra_packages": {
"description": "Extra gem packages required by the main package to function.",
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"pattern": "^pkg:gem/.+@.+",
"type": "string"
},
"supported_platforms": {
"description": "List of platforms supported by the gem package.",
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | cdb8390de84092899f9f42e3c001c8502c3724ae | 2022-12-24T02:10:45 | schemas/components/source.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/components/source",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"$ref": "sources/cargo"
},
{
"$ref": "sources/gem"
},
{
"$ref": "sources/github"
},
{
"$ref": "sources/golang"
},
{
"$ref": "sources/npm"
},
{
"$ref": "sources/nuget"
},
{
"$ref": "sources/pypi"
},
{
"$ref": "sources/generic"
}
]
} | Apache-2.0 | en |
mason-org/mason-registry | 09c2c91425e35b59650662e648596581652a5d02 | 2023-06-15T17:43:02 | schemas/components/source.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$defs": {
"Source": {
"oneOf": [
{
"$ref": "sources/cargo"
},
{
"$ref": "sources/composer"
},
{
"$ref": "sources/gem"
},
{
"$ref": "sources/generic"
},
{
"$ref": "sources/github"
},
{
"$ref": "sources/golang"
},
{
"$ref": "sources/luarocks"
},
{
"$ref": "sources/npm"
},
{
"$ref": "sources/nuget"
},
{
"$ref": "sources/opam"
},
{
"$ref": "sources/pypi"
}
]
}
},
"$id": "https://json.schemastore.org/mason-registry.json/components/source",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"properties": {
"version_overrides": {
"items": {
"allOf": [
{
"properties": {
"constraint": {
"pattern": "^semver:(<=)?v?\\d+\\.\\d+\\.\\d+",
"type": "string"
}
},
"required": [
"constraint"
],
"type": "object"
},
{
"$ref": "#/$defs/Source"
}
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
{
"$ref": "#/$defs/Source"
}
]
} | Apache-2.0 | en |
mason-org/mason-registry | 782046f2e6e3ae0949a1fbeefb12f6512fb741ae | 2023-04-06T10:18:22 | schemas/components/share.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/share",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9_\\-\\./]+$": {
"type": "string"
}
},
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | 9520cf78aa4905fbc9acd6ca60d0141ecd57fa46 | 2024-03-16T00:55:08 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"GLSL",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"Meson",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | de3399a4d55b08ddf37d6ac02730b001f0d24d6f | 2023-07-04T09:46:46 | schemas/components/deprecation.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/deprecation",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"message": {
"description": "Deprecation message shown to users. Should include alternative installation methods if available.",
"type": "string"
},
"since": {
"description": "The version number when the deprecation was made.",
"type": "string"
}
},
"required": [
"since",
"message"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1 | 2023-04-05T23:26:45 | schemas/components/sources/cargo.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/cargo",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"pattern": "^pkg:cargo/.+@.+",
"type": "string"
},
"supported_platforms": {
"description": "List of platforms supported by the cargo package.",
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | e2e3ab32823558d81a3c5b49af376420b56bc377 | 2023-08-27T16:53:50 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CMake",
"CQL",
"CSS",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HTML",
"Handlebargs",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"MDX",
"Markdown",
"Matlab",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 3713f64157a87a177de41aebbf0d8acf585d4204 | 2024-05-13T15:52:49 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Aiken",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Bitbake",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CDS",
"CMake",
"CQL",
"CSS",
"Cairo",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"COBOL",
"CodeQL",
"CoffeeScript",
"Coq",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"Cypher",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"DTS",
"Earthly",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Facility Service Definition",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"GLSL",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HCL",
"HTML",
"HTMX",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"M68K",
"MDX",
"Makefile",
"Markdown",
"Matlab",
"MCFunction",
"Meson",
"Metamath Zero",
"Mksh",
"Motoko",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenGL",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Rego",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"reStructuredText",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Snyk",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"systemd",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"VHDL",
"Verilog",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zeek",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 0f6d0130fb95010b097046a88461e5edcc50a3f0 | 2023-02-05T13:20:33 | schemas/package.schema.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://github.com/mason-org/mason-registry/schemas/package",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Schema for package definitions.",
"properties": {
"bin": {
"$ref": "components/bin"
},
"categories": {
"items": {
"$ref": "enums/category"
},
"type": "array"
},
"ci_skip": {
"oneOf": [
{
"type": "boolean"
},
{
"items": {
"$ref": "enums/platform"
},
"type": "array"
}
]
},
"description": {
"description": "The description of the package. Usually sourced upstream.",
"type": "string"
},
"homepage": {
"description": "A URL to the package's homepage.",
"format": "uri",
"pattern": "^https?://",
"type": "string"
},
"languages": {
"items": {
"$ref": "enums/language"
},
"type": "array"
},
"licenses": {
"items": {
"$ref": "enums/spdx-license"
},
"minItems": 1,
"type": "array"
},
"name": {
"description": "The package name. MUST be unique within the registry it belongs to.",
"type": "string"
},
"share": {
"$ref": "components/share"
},
"source": {
"$ref": "components/source"
}
},
"required": [
"name",
"description",
"homepage",
"licenses",
"languages",
"source"
],
"title": "Mason Registry package schema",
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1 | 2023-04-05T23:26:45 | schemas/components/source.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/source",
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{
"$ref": "sources/cargo"
},
{
"$ref": "sources/composer"
},
{
"$ref": "sources/gem"
},
{
"$ref": "sources/generic"
},
{
"$ref": "sources/github"
},
{
"$ref": "sources/golang"
},
{
"$ref": "sources/luarocks"
},
{
"$ref": "sources/npm"
},
{
"$ref": "sources/nuget"
},
{
"$ref": "sources/opam"
},
{
"$ref": "sources/pypi"
}
]
} | Apache-2.0 | en |
mason-org/mason-registry | a5244b17c53675a74cb0326d452d4a3fa8fc9203 | 2022-12-21T12:12:30 | schemas/enums/spdx-license.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$comment": "SPDX license list; releaseDate=2022-12-15; source=https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json",
"$id": "https://github.com/mason-org/mason-registry/schemas/enums/spdx-license",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"proprietary",
"0BSD",
"AAL",
"Abstyles",
"Adobe-2006",
"Adobe-Glyph",
"ADSL",
"AFL-1.1",
"AFL-1.2",
"AFL-2.0",
"AFL-2.1",
"AFL-3.0",
"Afmparse",
"AGPL-1.0",
"AGPL-1.0-only",
"AGPL-1.0-or-later",
"AGPL-3.0",
"AGPL-3.0-only",
"AGPL-3.0-or-later",
"Aladdin",
"AMDPLPA",
"AML",
"AMPAS",
"ANTLR-PD",
"ANTLR-PD-fallback",
"Apache-1.0",
"Apache-1.1",
"Apache-2.0",
"APAFML",
"APL-1.0",
"App-s2p",
"APSL-1.0",
"APSL-1.1",
"APSL-1.2",
"APSL-2.0",
"Arphic-1999",
"Artistic-1.0",
"Artistic-1.0-cl8",
"Artistic-1.0-Perl",
"Artistic-2.0",
"Baekmuk",
"Bahyph",
"Barr",
"Beerware",
"Bitstream-Vera",
"BitTorrent-1.0",
"BitTorrent-1.1",
"blessing",
"BlueOak-1.0.0",
"Borceux",
"BSD-1-Clause",
"BSD-2-Clause",
"BSD-2-Clause-FreeBSD",
"BSD-2-Clause-NetBSD",
"BSD-2-Clause-Patent",
"BSD-2-Clause-Views",
"BSD-3-Clause",
"BSD-3-Clause-Attribution",
"BSD-3-Clause-Clear",
"BSD-3-Clause-LBNL",
"BSD-3-Clause-Modification",
"BSD-3-Clause-No-Military-License",
"BSD-3-Clause-No-Nuclear-License",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause-No-Nuclear-Warranty",
"BSD-3-Clause-Open-MPI",
"BSD-4-Clause",
"BSD-4-Clause-Shortened",
"BSD-4-Clause-UC",
"BSD-Protection",
"BSD-Source-Code",
"BSL-1.0",
"BUSL-1.1",
"bzip2-1.0.5",
"bzip2-1.0.6",
"C-UDA-1.0",
"CAL-1.0",
"CAL-1.0-Combined-Work-Exception",
"Caldera",
"CATOSL-1.1",
"CC-BY-1.0",
"CC-BY-2.0",
"CC-BY-2.5",
"CC-BY-2.5-AU",
"CC-BY-3.0",
"CC-BY-3.0-AT",
"CC-BY-3.0-DE",
"CC-BY-3.0-IGO",
"CC-BY-3.0-NL",
"CC-BY-3.0-US",
"CC-BY-4.0",
"CC-BY-NC-1.0",
"CC-BY-NC-2.0",
"CC-BY-NC-2.5",
"CC-BY-NC-3.0",
"CC-BY-NC-3.0-DE",
"CC-BY-NC-4.0",
"CC-BY-NC-ND-1.0",
"CC-BY-NC-ND-2.0",
"CC-BY-NC-ND-2.5",
"CC-BY-NC-ND-3.0",
"CC-BY-NC-ND-3.0-DE",
"CC-BY-NC-ND-3.0-IGO",
"CC-BY-NC-ND-4.0",
"CC-BY-NC-SA-1.0",
"CC-BY-NC-SA-2.0",
"CC-BY-NC-SA-2.0-FR",
"CC-BY-NC-SA-2.0-UK",
"CC-BY-NC-SA-2.5",
"CC-BY-NC-SA-3.0",
"CC-BY-NC-SA-3.0-DE",
"CC-BY-NC-SA-3.0-IGO",
"CC-BY-NC-SA-4.0",
"CC-BY-ND-1.0",
"CC-BY-ND-2.0",
"CC-BY-ND-2.5",
"CC-BY-ND-3.0",
"CC-BY-ND-3.0-DE",
"CC-BY-ND-4.0",
"CC-BY-SA-1.0",
"CC-BY-SA-2.0",
"CC-BY-SA-2.0-UK",
"CC-BY-SA-2.1-JP",
"CC-BY-SA-2.5",
"CC-BY-SA-3.0",
"CC-BY-SA-3.0-AT",
"CC-BY-SA-3.0-DE",
"CC-BY-SA-4.0",
"CC-PDDC",
"CC0-1.0",
"CDDL-1.0",
"CDDL-1.1",
"CDL-1.0",
"CDLA-Permissive-1.0",
"CDLA-Permissive-2.0",
"CDLA-Sharing-1.0",
"CECILL-1.0",
"CECILL-1.1",
"CECILL-2.0",
"CECILL-2.1",
"CECILL-B",
"CECILL-C",
"CERN-OHL-1.1",
"CERN-OHL-1.2",
"CERN-OHL-P-2.0",
"CERN-OHL-S-2.0",
"CERN-OHL-W-2.0",
"checkmk",
"ClArtistic",
"CNRI-Jython",
"CNRI-Python",
"CNRI-Python-GPL-Compatible",
"COIL-1.0",
"Community-Spec-1.0",
"Condor-1.1",
"copyleft-next-0.3.0",
"copyleft-next-0.3.1",
"CPAL-1.0",
"CPL-1.0",
"CPOL-1.02",
"Crossword",
"CrystalStacker",
"CUA-OPL-1.0",
"Cube",
"curl",
"D-FSL-1.0",
"diffmark",
"DL-DE-BY-2.0",
"DOC",
"Dotseqn",
"DRL-1.0",
"DSDP",
"dvipdfm",
"ECL-1.0",
"ECL-2.0",
"eCos-2.0",
"EFL-1.0",
"EFL-2.0",
"eGenix",
"Elastic-2.0",
"Entessa",
"EPICS",
"EPL-1.0",
"EPL-2.0",
"ErlPL-1.1",
"etalab-2.0",
"EUDatagrid",
"EUPL-1.0",
"EUPL-1.1",
"EUPL-1.2",
"Eurosym",
"Fair",
"FDK-AAC",
"Frameworx-1.0",
"FreeBSD-DOC",
"FreeImage",
"FSFAP",
"FSFUL",
"FSFULLR",
"FSFULLRWD",
"FTL",
"GD",
"GFDL-1.1",
"GFDL-1.1-invariants-only",
"GFDL-1.1-invariants-or-later",
"GFDL-1.1-no-invariants-only",
"GFDL-1.1-no-invariants-or-later",
"GFDL-1.1-only",
"GFDL-1.1-or-later",
"GFDL-1.2",
"GFDL-1.2-invariants-only",
"GFDL-1.2-invariants-or-later",
"GFDL-1.2-no-invariants-only",
"GFDL-1.2-no-invariants-or-later",
"GFDL-1.2-only",
"GFDL-1.2-or-later",
"GFDL-1.3",
"GFDL-1.3-invariants-only",
"GFDL-1.3-invariants-or-later",
"GFDL-1.3-no-invariants-only",
"GFDL-1.3-no-invariants-or-later",
"GFDL-1.3-only",
"GFDL-1.3-or-later",
"Giftware",
"GL2PS",
"Glide",
"Glulxe",
"GLWTPL",
"gnuplot",
"GPL-1.0",
"GPL-1.0-only",
"GPL-1.0-or-later",
"GPL-1.0+",
"GPL-2.0",
"GPL-2.0-only",
"GPL-2.0-or-later",
"GPL-2.0-with-autoconf-exception",
"GPL-2.0-with-bison-exception",
"GPL-2.0-with-classpath-exception",
"GPL-2.0-with-font-exception",
"GPL-2.0-with-GCC-exception",
"GPL-2.0+",
"GPL-3.0",
"GPL-3.0-only",
"GPL-3.0-or-later",
"GPL-3.0-with-autoconf-exception",
"GPL-3.0-with-GCC-exception",
"GPL-3.0+",
"gSOAP-1.3b",
"HaskellReport",
"Hippocratic-2.1",
"HPND",
"HPND-sell-variant",
"HTMLTIDY",
"IBM-pibs",
"ICU",
"IJG",
"ImageMagick",
"iMatix",
"Imlib2",
"Info-ZIP",
"Intel",
"Intel-ACPI",
"Interbase-1.0",
"IPA",
"IPL-1.0",
"ISC",
"Jam",
"JasPer-2.0",
"JPNIC",
"JSON",
"Knuth-CTAN",
"LAL-1.2",
"LAL-1.3",
"Latex2e",
"Leptonica",
"LGPL-2.0",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"LGPL-2.0+",
"LGPL-2.1",
"LGPL-2.1-only",
"LGPL-2.1-or-later",
"LGPL-2.1+",
"LGPL-3.0",
"LGPL-3.0-only",
"LGPL-3.0-or-later",
"LGPL-3.0+",
"LGPLLR",
"Libpng",
"libpng-2.0",
"libselinux-1.0",
"libtiff",
"libutil-David-Nugent",
"LiLiQ-P-1.1",
"LiLiQ-R-1.1",
"LiLiQ-Rplus-1.1",
"Linux-man-pages-copyleft",
"Linux-OpenIB",
"LOOP",
"LPL-1.0",
"LPL-1.02",
"LPPL-1.0",
"LPPL-1.1",
"LPPL-1.2",
"LPPL-1.3a",
"LPPL-1.3c",
"LZMA-SDK-9.11-to-9.20",
"LZMA-SDK-9.22",
"MakeIndex",
"Minpack",
"MirOS",
"MIT",
"MIT-0",
"MIT-advertising",
"MIT-CMU",
"MIT-enna",
"MIT-feh",
"MIT-Modern-Variant",
"MIT-open-group",
"MITNFA",
"Motosoto",
"mpi-permissive",
"mpich2",
"MPL-1.0",
"MPL-1.1",
"MPL-2.0",
"MPL-2.0-no-copyleft-exception",
"mplus",
"MS-LPL",
"MS-PL",
"MS-RL",
"MTLL",
"MulanPSL-1.0",
"MulanPSL-2.0",
"Multics",
"Mup",
"NAIST-2003",
"NASA-1.3",
"Naumen",
"NBPL-1.0",
"NCGL-UK-2.0",
"NCSA",
"Net-SNMP",
"NetCDF",
"Newsletr",
"NGPL",
"NICTA-1.0",
"NIST-PD",
"NIST-PD-fallback",
"NLOD-1.0",
"NLOD-2.0",
"NLPL",
"Nokia",
"NOSL",
"Noweb",
"NPL-1.0",
"NPL-1.1",
"NPOSL-3.0",
"NRL",
"NTP",
"NTP-0",
"Nunit",
"O-UDA-1.0",
"OCCT-PL",
"OCLC-2.0",
"ODbL-1.0",
"ODC-By-1.0",
"OFL-1.0",
"OFL-1.0-no-RFN",
"OFL-1.0-RFN",
"OFL-1.1",
"OFL-1.1-no-RFN",
"OFL-1.1-RFN",
"OGC-1.0",
"OGDL-Taiwan-1.0",
"OGL-Canada-2.0",
"OGL-UK-1.0",
"OGL-UK-2.0",
"OGL-UK-3.0",
"OGTSL",
"OLDAP-1.1",
"OLDAP-1.2",
"OLDAP-1.3",
"OLDAP-1.4",
"OLDAP-2.0",
"OLDAP-2.0.1",
"OLDAP-2.1",
"OLDAP-2.2",
"OLDAP-2.2.1",
"OLDAP-2.2.2",
"OLDAP-2.3",
"OLDAP-2.4",
"OLDAP-2.5",
"OLDAP-2.6",
"OLDAP-2.7",
"OLDAP-2.8",
"OML",
"OpenSSL",
"OPL-1.0",
"OPUBL-1.0",
"OSET-PL-2.1",
"OSL-1.0",
"OSL-1.1",
"OSL-2.0",
"OSL-2.1",
"OSL-3.0",
"Parity-6.0.0",
"Parity-7.0.0",
"PDDL-1.0",
"PHP-3.0",
"PHP-3.01",
"Plexus",
"PolyForm-Noncommercial-1.0.0",
"PolyForm-Small-Business-1.0.0",
"PostgreSQL",
"PSF-2.0",
"psfrag",
"psutils",
"Python-2.0",
"Python-2.0.1",
"Qhull",
"QPL-1.0",
"Rdisc",
"RHeCos-1.1",
"RPL-1.1",
"RPL-1.5",
"RPSL-1.0",
"RSA-MD",
"RSCPL",
"Ruby",
"SAX-PD",
"Saxpath",
"SCEA",
"SchemeReport",
"Sendmail",
"Sendmail-8.23",
"SGI-B-1.0",
"SGI-B-1.1",
"SGI-B-2.0",
"SHL-0.5",
"SHL-0.51",
"SimPL-2.0",
"SISSL",
"SISSL-1.2",
"Sleepycat",
"SMLNJ",
"SMPPL",
"SNIA",
"Spencer-86",
"Spencer-94",
"Spencer-99",
"SPL-1.0",
"SSH-OpenSSH",
"SSH-short",
"SSPL-1.0",
"StandardML-NJ",
"SugarCRM-1.1.3",
"SWL",
"Symlinks",
"TAPR-OHL-1.0",
"TCL",
"TCP-wrappers",
"TMate",
"TORQUE-1.1",
"TOSL",
"TU-Berlin-1.0",
"TU-Berlin-2.0",
"UCL-1.0",
"Unicode-DFS-2015",
"Unicode-DFS-2016",
"Unicode-TOU",
"Unlicense",
"UPL-1.0",
"Vim",
"VOSTROM",
"VSL-1.0",
"W3C",
"W3C-19980720",
"W3C-20150513",
"Watcom-1.0",
"Wsuipa",
"WTFPL",
"wxWindows",
"X11",
"X11-distribute-modifications-variant",
"Xerox",
"XFree86-1.1",
"xinetd",
"Xnet",
"xpp",
"XSkat",
"YPL-1.0",
"YPL-1.1",
"Zed",
"Zend-2.0",
"Zimbra-1.3",
"Zimbra-1.4",
"Zlib",
"zlib-acknowledgement",
"ZPL-1.1",
"ZPL-2.0",
"ZPL-2.1"
],
"type": "string"
} | Apache-2.0 | en |
mason-org/mason-registry | 782046f2e6e3ae0949a1fbeefb12f6512fb741ae | 2023-04-06T10:18:22 | schemas/components/sources/composer.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/composer",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"id": {
"pattern": "^pkg:composer/.+/.+@.+",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1 | 2023-04-05T23:26:45 | schemas/components/sources/github/release.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$defs": {
"Asset": {
"oneOf": [
{
"items": {
"additionalProperties": true,
"properties": {
"file": {
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
},
"target": {
"oneOf": [
{
"items": {
"$ref": "/mason-registry.json/enums/platform"
},
"type": "array"
},
{
"$ref": "/mason-registry.json/enums/platform"
}
]
}
},
"required": [
"target",
"file"
],
"type": "object"
},
"type": "array"
},
{
"properties": {
"file": {
"type": "string"
}
},
"type": "object"
}
]
}
},
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/github/release",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"asset": {
"$ref": "#/$defs/Asset"
},
"id": {
"pattern": "^pkg:github/.+@.+",
"type": "string"
},
"version_overrides": {
"items": {
"additionalProperties": false,
"properties": {
"asset": {
"$ref": "#/$defs/Asset"
},
"constraint": {
"pattern": "^semver:(<=)?v?\\d+\\.\\d+\\.\\d+",
"type": "string"
},
"id": {
"pattern": "^pkg:github/[^@]+$",
"type": "string"
}
},
"required": [
"constraint",
"asset"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"id",
"asset"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1 | 2023-04-05T23:26:45 | schemas/components/sources/luarocks.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/components/sources/luarocks",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"pattern": "^pkg:luarocks/.+@.+",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
} | Apache-2.0 | en |
mason-org/mason-registry | d50c4afd57f65cbdfa312972e179e65c9246d982 | 2023-08-19T05:59:09 | schemas/enums/language.json | 127 | 2024-05-27T10:11:26.870025Z | {
"$id": "https://json.schemastore.org/mason-registry.json/enums/language",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
".NET",
"1\u0421:Enterprise",
"AWK",
"Ada",
"Angular",
"Ansible",
"Antlers",
"Apex",
"Arduino",
"Assembly",
"Astro",
"Azure Pipelines",
"Bash",
"Bazel",
"Beancount",
"Bicep",
"Blade",
"BrighterScript",
"C",
"C#",
"C++",
"CMake",
"CQL",
"CSS",
"Clarity",
"Clojure",
"ClojureScript",
"CloudFormation",
"CodeQL",
"Crystal",
"Csh",
"Cucumber",
"Cue",
"D",
"DOT",
"Dart",
"Dhall",
"Django",
"Docker",
"Drools",
"Elixir",
"Elm",
"Ember",
"Emmet",
"Erg",
"Erlang",
"F#",
"Fennel",
"Flow",
"Flux",
"Fortran",
"GDScript",
"Gleam",
"Glimmer",
"Go",
"Gradle",
"GraphQL",
"Groovy",
"HAML",
"HTML",
"Handlebargs",
"Handlebars",
"Haskell",
"Haxe",
"Helm",
"Hoon",
"IPython",
"JSON",
"JSON-LD",
"JSX",
"Java",
"JavaScript",
"Jinja",
"Jq",
"Jsonnet",
"Julia",
"KCL",
"Kotlin",
"Ksh",
"Kubernetes",
"LESS",
"LaTeX",
"Lean 3",
"Lelwel",
"Liquid",
"Lua",
"Luau",
"MDX",
"Markdown",
"Matlab",
"Metamath Zero",
"Mksh",
"Move",
"Mustache",
"Nginx",
"Nickel",
"Nim",
"Nix",
"Nunjucks",
"OCaml",
"Odin",
"OneScript",
"OpenAPI",
"OpenCL",
"OpenEdge",
"OpenFOAM",
"OpenSCAD",
"PHP",
"PICO-8",
"Perl",
"Pest",
"PowerShell",
"Prisma",
"Progress",
"Protobuf",
"Puppet",
"PureScript",
"Python",
"R",
"Raku",
"ReScript",
"Reason",
"Robot Framework",
"Ruby",
"Rust",
"SCSS",
"SQL",
"Salt",
"Sass",
"Scala",
"Sh",
"Shell",
"Slang",
"Slint",
"Smithy",
"Snakemake",
"Solidity",
"Sphinx",
"Standard ML",
"Starlark",
"Stylelint",
"Svelte",
"SystemVerilog",
"TOML",
"Teal",
"Terraform",
"Text",
"Thrift",
"Twig",
"TypeScript",
"Typst",
"V",
"Vala",
"Veryl",
"VimScript",
"Visualforce",
"Vue",
"WGSL",
"XML",
"YAML",
"YARA",
"Zig",
"Zsh"
],
"type": "string"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.